diff options
author | Pierguido Lambri <plambri@redhat.com> | 2020-06-10 18:31:55 +0100 |
---|---|---|
committer | Pierguido Lambri <plambri@redhat.com> | 2020-06-10 18:31:55 +0100 |
commit | 161b866b75544a6d615b97f7cea3614c2a9d3924 (patch) | |
tree | 518a49df04015b4f23869e5643f9c5b0d2960ef0 /doc | |
parent | abfd975ae98538200fa0d8a9d031383fcb6a3500 (diff) | |
download | qutebrowser-161b866b75544a6d615b97f7cea3614c2a9d3924.tar.gz qutebrowser-161b866b75544a6d615b97f7cea3614c2a9d3924.zip |
Added instructions on how to install the Fedora debuginfo packages
Signed-off-by: Pierguido Lambri <plambri@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/stacktrace.asciidoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/stacktrace.asciidoc b/doc/stacktrace.asciidoc index f38c54940..a50a563b6 100644 --- a/doc/stacktrace.asciidoc +++ b/doc/stacktrace.asciidoc @@ -34,6 +34,27 @@ is available in the repositories: # apt-get install python3-pyqt5-dbg python3-pyqt5.qtwebkit-dbg python3-dbg libqt5webkit5-dbg ---- +Fedora +^^^^^^^^^^^^^^^^^ + +For Fedora you first need to install the dnf/yum-utils: + +---- +# sudo dnf install dnf-utils +---- + +Or: + +---- +# sudo yum install yum-utils +---- + +Then install the needed debuginfo packages: + +---- +# sudo dnf install python3 qt5-qtwebkit python3-qt5-webkit python3-qt5-base python-qt5 python3-qt5 +---- + Archlinux ^^^^^^^^^ |