From 5662673690aca2157b83d7807999fc31c62f5f3d Mon Sep 17 00:00:00 2001 From: divinity76 Date: Sat, 24 Nov 2018 17:44:41 +0100 Subject: [PATCH] concatenate apt invocations apt can install all required packages with a single command, so lets do that (more accurate disk usage calculation, for one) --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbd6108..a8785b5 100644 --- a/README.md +++ b/README.md @@ -12,15 +12,12 @@ Goals of this project ### install dependencies for Ubuntu 16.04.3 LTS, Mint 18.3 _as user root_: ``` -apt-get install python-qwt5-qt4 -apt-get install python-configobj +apt-get install python-qwt5-qt4 python-configobj ``` ### install dependencies for Debian 9 _as user root_: ``` -apt-get install python-qwt5-qt4 -apt-get install python-configobj -apt-get install tcpdump +apt-get install python-qwt5-qt4 python-configobj tcpdump ``` ### install dependencies for Fedora 27 _as user root_: