Install mrrescue
Installing mrrescue package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mrrescue
mrrescue package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mrrescue |
version | 1.02c-2 |
description | Mr Rescue is an arcade 2d action game |
subsection | games |
website | tangramgames.dk / games / mrrescue |
maintainer | Debian Games Team |
Uninstall mrrescue
To remove just mrrescue package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mrrescue
Uninstall mrrescue and it’s dependent packages
To remove the mrrescue package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mrrescue
Purging mrrescue
If you also want to delete configuration and/or data files of mrrescue from Debian Sid then this will work:
sudo apt-get purge mrrescue
To delete configuration and/or data files of mrrescue and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mrrescue