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