How To Install libfakekey on Fedora 36
Introduction
In this tutorial we learn how to install libfakekey
on Fedora 36.
What is libfakekey
libfakekey is a simple library for converting UTF-8 characters into ‘fake’ X key-presses.
We can use yum
or dnf
to install libfakekey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfakekey.
Install libfakekey 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 libfakekey
using dnf
by running the following command:
sudo dnf -y install libfakekey
Install libfakekey 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 libfakekey
using yum
by running the following command:
sudo yum -y install libfakekey
How To Uninstall libfakekey on Fedora 36
To uninstall only the libfakekey
package we can use the following command:
sudo dnf remove libfakekey
libfakekey Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/c1180afb052cc9f904d6c79404bf8e7b92cb74
/usr/lib/libfakekey.so.0
/usr/lib/libfakekey.so.0.0.1
/usr/share/licenses/libfakekey
/usr/share/licenses/libfakekey/COPYING
---
title: "How To Install libfakekey on Fedora 36"
linkTitle: "libfakekey"
type: "docs"
description: "In this tutorial we learn how to install libfakekey in Fedora 36. libfakekey is Library for converting characters to X key-presses"
date: "2022-08-17"
lastmod: “2022-08-17”
References
#image: /images/fedora/36/libfakekey-featured.png
Introduction
Summary
In this tutorial we learn how to install libfakekey
on Fedora 36.
In this tutorial we learn how to install libfakekey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
What is libfakekey
libfakekey is a simple library for converting UTF-8 characters into ‘fake’ X key-presses.
We can use yum
or dnf
to install libfakekey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libfakekey.
Install libfakekey 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 libfakekey
using dnf
by running the following command:
sudo dnf -y install libfakekey
Install libfakekey 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 libfakekey
using yum
by running the following command:
sudo yum -y install libfakekey
How To Uninstall libfakekey on Fedora 36
To uninstall only the libfakekey
package we can use the following command:
sudo dnf remove libfakekey
libfakekey Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/672e58aed6f8f7bce0a58c5b08ae63fe10ba58
/usr/lib64/libfakekey.so.0
/usr/lib64/libfakekey.so.0.0.1
/usr/share/licenses/libfakekey
/usr/share/licenses/libfakekey/COPYING
References
Summary
In this tutorial we learn how to install libfakekey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).