Install moria
Installing moria package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install moria
moria package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | moria |
version | 5.6.debian.1-2+b1 |
description | Rogue-like game with an infinite dungeon |
subsection | games |
maintainer | Phil Brooke |
Uninstall moria
To remove just moria package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove moria
Uninstall moria and it’s dependent packages
To remove the moria package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove moria
Purging moria
If you also want to delete configuration and/or data files of moria from Debian Sid then this will work:
sudo apt-get purge moria
To delete configuration and/or data files of moria and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove moria