How to remove (uninstall) Dungeon Crawl in Devuan Linux

Written by Administrator on Thursday April 23, 2020

Complete removal of the game Dungeon Crawl in Devuan Linux is possible after executing two following commands in terminal:

$ sudo apt-get purge crawl
$ sudo apt autoremove crawl

Or you can actually combine two commands mentioned above:

$ sudo apt-get purge crawl && sudo apt autoremove crawl

output:

$ sudo apt-get purge crawl && sudo apt autoremove crawl

[sudo] password for dima: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  crawl-common liblua5.1-0
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  crawl*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 8,627 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 104235 files and directories currently installed.)
Removing crawl (2:0.19.3-1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'crawl' is not installed, so not removed
The following packages will be REMOVED:
  crawl-common liblua5.1-0
0 upgraded, 0 newly installed, 2 to remove and 1 not upgraded.
After this operation, 9,034 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 104231 files and directories currently installed.)
Removing crawl-common (2:0.19.3-1) ...
Removing liblua5.1-0:amd64 (5.1.5-8.1+b2) ...
Processing triggers for libc-bin (2.24-11+deb9u4) ...