Install omega-rpg
Installing omega-rpg package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install omega-rpg
omega-rpg package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | omega-rpg |
version | 1:0.90-pa9-15+b1 |
description | A text-based roguelike game |
subsection | games |
maintainer | Guus Sliepen |
Uninstall omega-rpg
To remove just omega-rpg package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove omega-rpg
Uninstall omega-rpg and it’s dependent packages
To remove the omega-rpg package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove omega-rpg
Purging omega-rpg
If you also want to delete configuration and/or data files of omega-rpg from Debian Sid then this will work:
sudo apt-get purge omega-rpg
To delete configuration and/or data files of omega-rpg and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove omega-rpg