Install mu-cade-data
Installing mu-cade-data package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mu-cade-data
mu-cade-data package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mu-cade-data |
version | 0.11.dfsg1-10 |
description | physics centipede invasion – game data |
subsection | games |
website | asahi-net.or.jp / ~cs8k-cyu / windows / mcd_e.html |
maintainer | Debian Games Team |
Uninstall mu-cade-data
To remove just mu-cade-data package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mu-cade-data
Uninstall mu-cade-data and it’s dependent packages
To remove the mu-cade-data package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mu-cade-data
Purging mu-cade-data
If you also want to delete configuration and/or data files of mu-cade-data from Debian Sid then this will work:
sudo apt-get purge mu-cade-data
To delete configuration and/or data files of mu-cade-data and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mu-cade-data