How To Install lxhotkey on Fedora 34
Introduction
In this tutorial we learn how to install lxhotkey
on Fedora 34.
What is lxhotkey
LXHotkey is an utility which let you to have an interface to manage hotkeys (also known as shortcuts), i.e. key combinations which, when pressed, do something with your desktop. lxhotkey 0.1.1 1.fc34 x86_64 79 k lxhotkey-0.1.1-1.fc34.src.rpm fedora Hotkeys management utility https GPLv2+ LXHotkey is an utility which let you to have an interface to manage hotkeys (also known as shortcuts), i.e. key combinations which, when pressed, do something with your desktop.
We can use yum
or dnf
to install lxhotkey
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install lxhotkey.
Install lxhotkey on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lxhotkey
using dnf
by running the following command:
sudo dnf -y install lxhotkey
Install lxhotkey on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lxhotkey
using yum
by running the following command:
sudo yum -y install lxhotkey
How To Uninstall lxhotkey on Fedora 34
To uninstall only the lxhotkey
package we can use the following command:
sudo dnf remove lxhotkey
lxhotkey Package Contents on Fedora 34
/usr/bin/lxhotkey
/usr/lib/.build-id
/usr/lib/.build-id/0d
/usr/lib/.build-id/0d/38c44df0d96b4b1a25cb7110d00c7161448e65
/usr/lib/.build-id/83
/usr/lib/.build-id/83/2f6f7b44989b6583d98392b58f55f12ad31479
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/e45e5d93a5632f179f71c251153e5d9d522f5c
/usr/lib64/lxhotkey
/usr/lib64/lxhotkey/gtk.so
/usr/lib64/lxhotkey/ob.so
/usr/share/applications/lxhotkey-gtk.desktop
/usr/share/licenses/lxhotkey
/usr/share/licenses/lxhotkey/COPYING
/usr/share/locale/cs/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/fr/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/gl/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/nl/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/pt/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/ru/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/sr/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/sr@latin/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/uk/LC_MESSAGES/lxhotkey.mo
/usr/share/man/man1/lxhotkey.1.gz
/usr/bin/lxhotkey
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/6fee2f9ade4474988003a8d01f26a8fccef35b
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/8fe30d193979a59b9f025986824a37b583ce9c
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/b222988ac3fa9097b83d4269f06c7434905c53
/usr/lib/lxhotkey
/usr/lib/lxhotkey/gtk.so
/usr/lib/lxhotkey/ob.so
/usr/share/applications/lxhotkey-gtk.desktop
/usr/share/licenses/lxhotkey
/usr/share/licenses/lxhotkey/COPYING
/usr/share/locale/cs/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/fr/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/gl/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/nl/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/pt/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/ru/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/sr/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/sr@latin/LC_MESSAGES/lxhotkey.mo
/usr/share/locale/uk/LC_MESSAGES/lxhotkey.mo
/usr/share/man/man1/lxhotkey.1.gz
References
- [lxhotkey website](https://wiki.lxde.org/en/LXHotkey https://wiki.lxde.org/en/LXHotkey)
Summary
In this tutorial we learn how to install lxhotkey
on Fedora 34 using yum and dnf.