From 5479707c3620f9962c68529b13da8e3d040dd83c Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 18 Jun 2020 18:22:35 +0200 Subject: [PATCH] expan how to install rar support with commands Signed-off-by: Thomas Lamprecht --- pmg-installation.adoc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pmg-installation.adoc b/pmg-installation.adoc index 74613fe..86cd1ac 100644 --- a/pmg-installation.adoc +++ b/pmg-installation.adoc @@ -417,9 +417,16 @@ are needed in order to support the RAR archive format: * `libclamunrar` for detecting viruses in RAR archives. -.sources.list.entry for `non-free` +.Additional sources.list entry for `non-free` ---- deb http://deb.debian.org/debian/ buster non-free deb http://security.debian.org/debian-security buster/updates non-free deb http://deb.debian.org/debian/ buster-updates non-free ---- + +Then you can install the required packages with: + +---- +apt update +apt install libclamunrar p7zip-rar +----