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