Install spim
Installing spim package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install spim
spim package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | spim |
version | 8.0+dfsg-6 |
description | MIPS R2000/R3000 emulator |
subsection | electronics |
website | pages.cs.wisc.edu / ~larus / spim.html |
maintainer | Jean-Christophe Dubacq |
Uninstall spim
To remove just spim package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove spim
Uninstall spim and it’s dependent packages
To remove the spim package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove spim
Purging spim
If you also want to delete configuration and/or data files of spim from Debian Sid then this will work:
sudo apt-get purge spim
To delete configuration and/or data files of spim and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove spim