gnomekiss command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnomekiss: command not found
or when using sudo you get the following error message
sudo: gnomekiss: command not found
Solutions to gnomekiss: command not found
How To Fix gnomekiss: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnomekiss is provided by gnomekiss package.
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.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnomekiss
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnomekiss.
sudo apt -y install gnomekiss
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnomekiss
Summary
In this tutorial we learn how to fix gnomekiss command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.