expan how to install rar support with commands

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-06-18 18:22:35 +02:00
parent dc97295e7a
commit 5479707c36

View File

@ -417,9 +417,16 @@ are needed in order to support the RAR archive format:
* `libclamunrar` for detecting viruses in RAR archives. * `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://deb.debian.org/debian/ buster non-free
deb http://security.debian.org/debian-security buster/updates non-free deb http://security.debian.org/debian-security buster/updates non-free
deb http://deb.debian.org/debian/ 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
----