Install nethack-common
Installing nethack-common package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install nethack-common
nethack-common package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | nethack-common |
version | 3.6.0-3 |
description | dungeon crawl game – common files |
subsection | games |
website | nethack.org |
maintainer | Debian Games Team |
Uninstall nethack-common
To remove just nethack-common package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove nethack-common
Uninstall nethack-common and it’s dependent packages
To remove the nethack-common package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove nethack-common
Purging nethack-common
If you also want to delete configuration and/or data files of nethack-common from Debian Sid then this will work:
sudo apt-get purge nethack-common
To delete configuration and/or data files of nethack-common and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove nethack-common