How To Install libkkc-tools on Fedora 36

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

Introduction

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

What is libkkc-tools

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

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

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

sudo dnf -y install libkkc-tools

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

sudo yum -y install libkkc-tools

How To Uninstall libkkc-tools on Fedora 36

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

sudo dnf remove libkkc-tools

libkkc-tools Package Contents on Fedora 36

/usr/bin/kkc
/usr/bin/kkc-package-data
/usr/lib/.build-id
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/cdb3beba84b0eafc86330509f4a04fcc3bab2e

References

Summary

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