From 2fccc083af88da7a8de3990b480a644fda9714e9 Mon Sep 17 00:00:00 2001 From: Fritz Reichwald Date: Tue, 17 Oct 2017 12:03:27 +0200 Subject: [PATCH] fix debian install instructions to fit debian9 and new apt --- doc/install.asciidoc | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 15e3ac93e..3ccc6c677 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -41,21 +41,17 @@ Debian Stretch / Ubuntu 17.04 and newer Those versions come with QtWebEngine in the repositories. This makes it possible to install qutebrowser via the Debian package. -Install the dependencies via apt-get: - ----- -# apt install python-tox python3-{lxml,pyqt5,sip,jinja2,pygments,yaml,attr} python3-pyqt5.qt{webengine,quick,opengl,sql} libqt5sql5-sqlite ----- - Get the qutebrowser package from the https://github.com/qutebrowser/qutebrowser/releases[release page] and download the https://qutebrowser.org/python3-pypeg2_2.15.2-1_all.deb[PyPEG2 package]. +(If you are using debian testing you can just use the python3-pypeg2 package from the repos) + Install the packages: ---- -# dpkg -i python3-pypeg2_*_all.deb -# dpkg -i qutebrowser_*_all.deb +# apt install ./python3-pypeg2_*_all.deb +# apt install ./qutebrowser_*_all.deb ---- Some additional hints: @@ -66,7 +62,7 @@ Some additional hints: `:help` command: + ---- -# apt-get install --no-install-recommends asciidoc source-highlight +# apt install --no-install-recommends asciidoc source-highlight $ python3 scripts/asciidoc2html.py ---- @@ -76,7 +72,7 @@ $ python3 scripts/asciidoc2html.py - If video or sound don't work with QtWebKit, try installing the gstreamer plugins: + ---- -# apt-get install gstreamer1.0-plugins-{bad,base,good,ugly} +# apt install gstreamer1.0-plugins-{bad,base,good,ugly} ---- On Fedora