How To Install libskk-tools on Fedora 36

In this tutorial we learn how to install libskk-tools in Fedora 36. libskk-tools is Tools for libskk

Introduction

In this tutorial we learn how to install libskk-tools on Fedora 36.

What is libskk-tools

The libskk-tools package contains tools for developing applications that use libskk.

We can use yum or dnf to install libskk-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libskk-tools.

Install libskk-tools 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 libskk-tools using dnf by running the following command:

sudo dnf -y install libskk-tools

Install libskk-tools 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 libskk-tools using yum by running the following command:

sudo yum -y install libskk-tools

How To Uninstall libskk-tools on Fedora 36

To uninstall only the libskk-tools package we can use the following command:

sudo dnf remove libskk-tools

libskk-tools Package Contents on Fedora 36

/usr/bin/skk
/usr/bin/skkfep
/usr/lib/.build-id
/usr/lib/.build-id/56
/usr/lib/.build-id/56/40237fd697472703858cebc612e8fd10374501
/usr/lib/.build-id/87
/usr/lib/.build-id/87/7f0200ec6e9cba58c3156cd52242c87dc14bbc
/usr/libexec/skkfep-client
/usr/share/man/man1/skk.1.gz
/usr/share/man/man1/skkfep.1.gz

References

Summary

In this tutorial we learn how to install libskk-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).