Install mousetrap
Installing mousetrap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mousetrap
mousetrap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mousetrap |
version | 1.0c-1+b2 |
description | Simple game of ball chasing |
subsection | games |
website | steve.org.uk / Software / mousetrap / |
maintainer | Debian Games Team |
Uninstall mousetrap
To remove just mousetrap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mousetrap
Uninstall mousetrap and it’s dependent packages
To remove the mousetrap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mousetrap
Purging mousetrap
If you also want to delete configuration and/or data files of mousetrap from Debian Sid then this will work:
sudo apt-get purge mousetrap
To delete configuration and/or data files of mousetrap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mousetrap