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