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