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