How do install AutoKey?

How do I install autokey in the latest version of Ubuntu 16?

It isn't in the ubuntu software center. How do I run a command line command to build such.

1 Answer

The following command, copied and pasted into a Terminal window, should install autokey:

sudo apt-get install autokey-gtk

Now I am no friend of the Software Center but the command line finds the package easily:

andrew@athens:~$ apt-cache search autokey
autokey-common - desktop automation utility - common data
autokey-gtk - desktop automation utility - GTK+ version
autokey-qt - desktop automation utility - KDE version
andrew@athens:~$ 

And trusty old Synaptic shows it clearly as well:

enter image description here

So perhaps follow my example and stick with these two :). The application installs fine from the command line on my Xenial installation:

enter image description here

Note: If testing this from a 'Live CD' you will need to enable the 'Universe' Repositories by following this path:

Dash --> Software & Updates --> Ubuntu Software

Then select the box 'Community-maintained free and open-source software (Universe).' Allow to reload and then install autokey-gtk as detailed previously...

References:

8

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like