Install zangband
Installing zangband package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install zangband
zangband package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | zangband |
version | 1:2.7.5pre1-11 |
description | A single-player, text-based, roguelike game |
subsection | games |
website | zangband.org |
maintainer | Markus Koschany |
Uninstall zangband
To remove just zangband package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove zangband
Uninstall zangband and it’s dependent packages
To remove the zangband package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove zangband
Purging zangband
If you also want to delete configuration and/or data files of zangband from Debian Sid then this will work:
sudo apt-get purge zangband
To delete configuration and/or data files of zangband and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove zangband