How To Install gnomekiss on Debian 9
Introduction
In this tutorial we learn how to install gnomekiss on Debian 9.
What is gnomekiss
gnomekiss is:
GnomeKiSS is an implementation of French-KiSS for the GNOME desktop environment, using GNOME, GTK+ and the X Window System. French KiSS is an enhanced KiSS/GS for scriptable dolls, where KiSS is an abbreviation for Kisekae Set System.
Cherry KiSS and Enhanced Palette are supported, with full alpha transparency and FKiSS. If you want to open any lzh paperdoll files you have to install the package lha from non-free as well.
There are three methods to install gnomekiss 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 gnomekiss Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install gnomekiss using apt-get by running the following command:
sudo apt-get -y install gnomekiss
Install gnomekiss Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install gnomekiss using apt by running the following command:
sudo apt -y install gnomekiss
Install gnomekiss 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 gnomekiss using aptitude by running the following command:
sudo aptitude -y install gnomekiss
How To Uninstall gnomekiss on Debian 9
To uninstall only the gnomekiss package we can use the following command:
sudo apt-get remove gnomekiss
Uninstall gnomekiss And Its Dependencies
To uninstall gnomekiss and its dependencies that are no longer needed by Debian 9, we can use the command below:
sudo apt-get -y autoremove gnomekiss
Remove gnomekiss Configurations and Data
To remove gnomekiss configuration and data from Debian 9 we can use the following command:
sudo apt-get -y purge gnomekiss
Remove gnomekiss configuration, data, and all of its dependencies
We can use the following command to remove gnomekiss configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge gnomekiss
Dependencies
gnomekiss have the following dependencies:
References
Summary
In this tutorial we learn how to install gnomekiss package on Debian 9 using different package management tools: apt, apt-get and aptitude.