Install unalz
Installing unalz package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install unalz
unalz package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | unalz |
version | 0.65-4+b1 |
description | De-archiver for .alz files |
subsection | utils |
website | kipple.pe.kr / win / unalz / |
maintainer | Changwoo Ryu |
Uninstall unalz
To remove just unalz package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove unalz
Uninstall unalz and it’s dependent packages
To remove the unalz package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove unalz
Purging unalz
If you also want to delete configuration and/or data files of unalz from Debian Sid then this will work:
sudo apt-get purge unalz
To delete configuration and/or data files of unalz and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove unalz