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