How To Install libgtk-sharp-beans-cil on Debian 9
Introduction
In this tutorial we learn how to install libgtk-sharp-beans-cil on Debian 9.
What is libgtk-sharp-beans-cil
libgtk-sharp-beans-cil is:
This package provides the gtk-sharp-beans assembly that allows CLI (.NET) programs to use GTK+ methods from GTK+ 2.14 and above, which are not exposed by GTK#.
This package contains the gtk-sharp-beans assembly.
There are three methods to install libgtk-sharp-beans-cil 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 libgtk-sharp-beans-cil Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install libgtk-sharp-beans-cil using apt-get by running the following command:
sudo apt-get -y install libgtk-sharp-beans-cil
Install libgtk-sharp-beans-cil Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libgtk-sharp-beans-cil using apt by running the following command:
sudo apt -y install libgtk-sharp-beans-cil
Install libgtk-sharp-beans-cil 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 libgtk-sharp-beans-cil using aptitude by running the following command:
sudo aptitude -y install libgtk-sharp-beans-cil
How To Uninstall libgtk-sharp-beans-cil on Debian 9
To uninstall only the libgtk-sharp-beans-cil package we can use the following command:
sudo apt-get remove libgtk-sharp-beans-cil
Uninstall libgtk-sharp-beans-cil And Its Dependencies
To uninstall libgtk-sharp-beans-cil and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove libgtk-sharp-beans-cil
Remove libgtk-sharp-beans-cil Configurations and Data
To remove libgtk-sharp-beans-cil configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge libgtk-sharp-beans-cil
Remove libgtk-sharp-beans-cil configuration, data, and all of its dependencies
We can use the following command to remove libgtk-sharp-beans-cil configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libgtk-sharp-beans-cil
Dependencies
libgtk-sharp-beans-cil have the following dependencies:
- libgdk-pixbuf2.0-0
- libglib2.0-0
- libglib2.0-cil
- libgtk2.0-0
- libgtk2.0-cil
- libmono-corlib4.5-cil
- libmono-system4.0-cil
References
Summary
In this tutorial we learn how to install libgtk-sharp-beans-cil package on Debian 9 using different package management tools: apt, apt-get and aptitude.