How To Install monodoc-notify-sharp-manual on Kali Linux
Introduction
In this tutorial we learn how to install monodoc-notify-sharp-manual on Kali Linux.
What is monodoc-notify-sharp-manual
monodoc-notify-sharp-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 notify-sharp of MonoDoc.
There are three methods to install monodoc-notify-sharp-manual on Kali Linux. 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-notify-sharp-manual Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install monodoc-notify-sharp-manual using apt-get by running the following command:
sudo apt-get -y install monodoc-notify-sharp-manualInstall monodoc-notify-sharp-manual Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install monodoc-notify-sharp-manual using apt by running the following command:
sudo apt -y install monodoc-notify-sharp-manualInstall monodoc-notify-sharp-manual Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install monodoc-notify-sharp-manual using aptitude by running the following command:
sudo aptitude -y install monodoc-notify-sharp-manualHow To Uninstall monodoc-notify-sharp-manual on Kali Linux
To uninstall only the monodoc-notify-sharp-manual package we can use the following command:
sudo apt-get remove monodoc-notify-sharp-manualUninstall monodoc-notify-sharp-manual And Its Dependencies
To uninstall monodoc-notify-sharp-manual and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove monodoc-notify-sharp-manualRemove monodoc-notify-sharp-manual Configurations and Data
To remove monodoc-notify-sharp-manual configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge monodoc-notify-sharp-manualRemove monodoc-notify-sharp-manual configuration, data, and all of its dependencies
We can use the following command to remove monodoc-notify-sharp-manual configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge monodoc-notify-sharp-manualDependencies
monodoc-notify-sharp-manual have the following dependencies:
References
Summary
In this tutorial we learn how to install monodoc-notify-sharp-manual package on Kali Linux using different package management tools: apt, apt-get and aptitude.