mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-07-27 11:10:29 +00:00
expan how to install rar support with commands
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
dc97295e7a
commit
5479707c36
@ -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
|
||||||
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user