How To Install monodoc-gtk2.0-manual on Debian 9
Introduction
In this tutorial we learn how to install monodoc-gtk2.0-manual
on Debian 9.
What is monodoc-gtk2.0-manual
monodoc-gtk2.0-manual is:
The MonoDoc Project is the documentation framework of the Mono project which provides detailed API documentation for all Mono components and the Mono CLI implementation.
This package contains the compiled XML documentation for GTK# 2.10 and GNOME# 2.16 of MonoDoc.
There are three methods to install monodoc-gtk2.0-manual
on Debian 9. We can use apt-get
, apt
and aptitude
. In the following sections we will describe each method. You can choose one of them.
Install monodoc-gtk2.0-manual Using apt-get
Update apt database with apt-get
using the following command.
sudo apt-get update
After updating apt database, We can install monodoc-gtk2.0-manual
using apt-get
by running the following command:
sudo apt-get -y install monodoc-gtk2.0-manual
Install monodoc-gtk2.0-manual Using apt
Update apt database with apt
using the following command.
sudo apt update
After updating apt database, We can install monodoc-gtk2.0-manual
using apt
by running the following command:
sudo apt -y install monodoc-gtk2.0-manual
Install monodoc-gtk2.0-manual Using aptitude
If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude
using the following command.
sudo aptitude update
After updating apt database, We can install monodoc-gtk2.0-manual
using aptitude
by running the following command:
sudo aptitude -y install monodoc-gtk2.0-manual
How To Uninstall monodoc-gtk2.0-manual on Debian 9
To uninstall only the monodoc-gtk2.0-manual
package we can use the following command:
sudo apt-get remove monodoc-gtk2.0-manual
Uninstall monodoc-gtk2.0-manual And Its Dependencies
To uninstall monodoc-gtk2.0-manual
and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove monodoc-gtk2.0-manual
Remove monodoc-gtk2.0-manual Configurations and Data
To remove monodoc-gtk2.0-manual
configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge monodoc-gtk2.0-manual
Remove monodoc-gtk2.0-manual configuration, data, and all of its dependencies
We can use the following command to remove monodoc-gtk2.0-manual
configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge monodoc-gtk2.0-manual
Dependencies
monodoc-gtk2.0-manual have the following dependencies:
References
Summary
In this tutorial we learn how to install monodoc-gtk2.0-manual
package on Debian 9 using different package management tools: apt
, apt-get
and aptitude
.