How To Install autokey-gtk on Fedora 36
Introduction
In this tutorial we learn how to install autokey-gtk
on Fedora 36.
What is autokey-gtk
This package contains the GTK+ front end for autokey
We can use yum
or dnf
to install autokey-gtk
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install autokey-gtk.
Install autokey-gtk on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install autokey-gtk
using dnf
by running the following command:
sudo dnf -y install autokey-gtk
Install autokey-gtk on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install autokey-gtk
using yum
by running the following command:
sudo yum -y install autokey-gtk
How To Uninstall autokey-gtk on Fedora 36
To uninstall only the autokey-gtk
package we can use the following command:
sudo dnf remove autokey-gtk
autokey-gtk Package Contents on Fedora 36
/usr/bin/autokey-gtk
/usr/lib/python3.10/site-packages/autokey/gtkapp.py
/usr/lib/python3.10/site-packages/autokey/gtkui/__init__.py
/usr/lib/python3.10/site-packages/autokey/gtkui/__main__.py
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/__main__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/__main__.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/configwindow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/configwindow.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/configwindow0.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/configwindow0.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/dialogs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/dialogs.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/notifier.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/notifier.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/popupmenu.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/popupmenu.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/settingsdialog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/__pycache__/settingsdialog.cpython-310.pyc
/usr/lib/python3.10/site-packages/autokey/gtkui/configwindow.py
/usr/lib/python3.10/site-packages/autokey/gtkui/configwindow0.py
/usr/lib/python3.10/site-packages/autokey/gtkui/data
/usr/lib/python3.10/site-packages/autokey/gtkui/data/abbrsettings.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/autokey.svg
/usr/lib/python3.10/site-packages/autokey/gtkui/data/blankpage.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/detectdialog.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/folderpage.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/hotkeysettings.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/mainwindow.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/menus.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/phrasepage.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/recorddialog.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/renamedialog.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/scriptpage.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/settingsdialog.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/settingswidget.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/data/windowfiltersettings.xml
/usr/lib/python3.10/site-packages/autokey/gtkui/dialogs.py
/usr/lib/python3.10/site-packages/autokey/gtkui/notifier.py
/usr/lib/python3.10/site-packages/autokey/gtkui/popupmenu.py
/usr/lib/python3.10/site-packages/autokey/gtkui/settingsdialog.py
/usr/share/applications/autokey-gtk.desktop
/usr/share/man/man1/autokey-gtk.1.gz
References
Summary
In this tutorial we learn how to install autokey-gtk
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).