summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierguido Lambri <plambri@redhat.com>2020-06-10 18:31:55 +0100
committerPierguido Lambri <plambri@redhat.com>2020-06-10 18:31:55 +0100
commit161b866b75544a6d615b97f7cea3614c2a9d3924 (patch)
tree518a49df04015b4f23869e5643f9c5b0d2960ef0 /doc
parentabfd975ae98538200fa0d8a9d031383fcb6a3500 (diff)
downloadqutebrowser-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.asciidoc21
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
^^^^^^^^^