How To Install libtermkey on Fedora 36
Introduction
In this tutorial we learn how to install libtermkey
on Fedora 36.
What is libtermkey
This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface.
We can use yum
or dnf
to install libtermkey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtermkey.
Install libtermkey 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 libtermkey
using dnf
by running the following command:
sudo dnf -y install libtermkey
Install libtermkey 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 libtermkey
using yum
by running the following command:
sudo yum -y install libtermkey
How To Uninstall libtermkey on Fedora 36
To uninstall only the libtermkey
package we can use the following command:
sudo dnf remove libtermkey
libtermkey Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/2cee82b4deb6d846f7455ca7c767c93d06d20b
/usr/lib64/libtermkey.so.1
/usr/lib64/libtermkey.so.1.14.2
/usr/share/licenses/libtermkey
/usr/share/licenses/libtermkey/LICENSE
References
Summary
In this tutorial we learn how to install libtermkey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtermkey on Fedora 36” linkTitle: “libtermkey” type: “docs” description: “In this tutorial we learn how to install libtermkey in Fedora 36. libtermkey is Library for easy processing of keyboard entry from terminal-based programs” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtermkey-featured.png
Introduction
In this tutorial we learn how to install libtermkey
on Fedora 36.
What is libtermkey
This library allows easy processing of keyboard entry from terminal-based programs. It handles all the necessary logic to recognise special keys, UTF-8 combining, and so on, with a simple interface.
We can use yum
or dnf
to install libtermkey
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtermkey.
Install libtermkey 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 libtermkey
using dnf
by running the following command:
sudo dnf -y install libtermkey
Install libtermkey 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 libtermkey
using yum
by running the following command:
sudo yum -y install libtermkey
How To Uninstall libtermkey on Fedora 36
To uninstall only the libtermkey
package we can use the following command:
sudo dnf remove libtermkey
libtermkey Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/e714b6b66adc0433627fc3f54296e9568e3209
/usr/lib/libtermkey.so.1
/usr/lib/libtermkey.so.1.14.2
/usr/share/licenses/libtermkey
/usr/share/licenses/libtermkey/LICENSE
References
Summary
In this tutorial we learn how to install libtermkey
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).