Install p7zip-rar
Installing p7zip-rar package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install p7zip-rar
p7zip-rar package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | p7zip-rar |
version | 15.14.1-1 |
description | non-free rar module for p7zip |
subsection | utils |
website | p7zip.sourceforge.net |
maintainer | Robert Luberda |
Uninstall p7zip-rar
To remove just p7zip-rar package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove p7zip-rar
Uninstall p7zip-rar and it’s dependent packages
To remove the p7zip-rar package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove p7zip-rar
Purging p7zip-rar
If you also want to delete configuration and/or data files of p7zip-rar from Debian Sid then this will work:
sudo apt-get purge p7zip-rar
To delete configuration and/or data files of p7zip-rar and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove p7zip-rar