Install monodevelop-nunit
Installing monodevelop-nunit package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install monodevelop-nunit
monodevelop-nunit package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | monodevelop-nunit |
version | 5.10.0.871-2 |
description | NUnit plugin for MonoDevelop |
subsection | cli-mono |
website | monodevelop.com |
maintainer | Debian CLI Applications Team |
Uninstall monodevelop-nunit
To remove just monodevelop-nunit package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove monodevelop-nunit
Uninstall monodevelop-nunit and it’s dependent packages
To remove the monodevelop-nunit package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove monodevelop-nunit
Purging monodevelop-nunit
If you also want to delete configuration and/or data files of monodevelop-nunit from Debian Sid then this will work:
sudo apt-get purge monodevelop-nunit
To delete configuration and/or data files of monodevelop-nunit and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove monodevelop-nunit