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