How To Install libexttextcat-tools on Fedora 36

In this tutorial we learn how to install libexttextcat-tools in Fedora 36. libexttextcat-tools is Tool for creating custom document fingerprints

Introduction

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

What is libexttextcat-tools

The libexttextcat-tools package contains the createfp program that allows you to easily create your own document fingerprints.

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

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

sudo dnf -y install libexttextcat-tools

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

sudo yum -y install libexttextcat-tools

How To Uninstall libexttextcat-tools on Fedora 36

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

sudo dnf remove libexttextcat-tools

libexttextcat-tools Package Contents on Fedora 36

/usr/bin/createfp
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/d97426ca9f569b8827178646dc4d5b33f820a9

References

Summary

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