autokey-gtk command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
autokey-gtk: command not found
or when using sudo you get the following error message
sudo: autokey-gtk: command not found
Solutions to autokey-gtk: command not found
How To Fix autokey-gtk: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu autokey-gtk is provided by autokey-gtk package.
autokey-gtk is:
AutoKey is a desktop automation utility for Linux and X11. It allows the automation of virtually any task by responding to typed abbreviations and hotkeys. It offers a full-featured GUI that makes it highly accessible for novices, as well as a scripting interface offering the full flexibility and power of the Python language.
This package contains the GTK+ frontend.
To fix this problem, we can install more using the command below.
sudo apt-get -y install autokey-gtk
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install autokey-gtk.
sudo apt -y install autokey-gtk
Or if you have aptitude installed you can use the following command.
sudo aptitude install autokey-gtk
Summary
In this tutorial we learn how to fix autokey-gtk command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.