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