Install tome
Installing tome package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install tome
tome package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | tome |
version | 2.4~0.git.2015.12.29-1 |
description | single-player text-based roguelike dungeon simulation game |
subsection | games |
website | github.com / tome2 / tome2 |
maintainer | Manoj Srivastava |
Uninstall tome
To remove just tome package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove tome
Uninstall tome and it’s dependent packages
To remove the tome package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove tome
Purging tome
If you also want to delete configuration and/or data files of tome from Debian Sid then this will work:
sudo apt-get purge tome
To delete configuration and/or data files of tome and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove tome