Install pxz
Installing pxz package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pxz
pxz package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pxz |
version | 4.999.99~beta5+gitfcfea93-1 |
description | parallel LZMA compressor using liblzma |
subsection | misc |
website | jnovy.fedorapeople.org / pxz / |
maintainer | Holger Levsen |
Uninstall pxz
To remove just pxz package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pxz
Uninstall pxz and it’s dependent packages
To remove the pxz package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pxz
Purging pxz
If you also want to delete configuration and/or data files of pxz from Debian Sid then this will work:
sudo apt-get purge pxz
To delete configuration and/or data files of pxz and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pxz