How To Install afftools on Rocky Linux 8

In this tutorial we learn how to install afftools on Rocky Linux 8. afftools is Utilities for afflib

Introduction

In this tutorial we learn how to install afftools on Rocky Linux 8.

What is afftools

The afflib-utils package contains utilities for using afflib.

We can use yum or dnf to install afftools on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install afftools.

Install afftools on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install afftools using dnf by running the following command:

sudo dnf -y install afftools

Install afftools on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install afftools using yum by running the following command:

sudo yum -y install afftools

How To Uninstall afftools on Rocky Linux 8

To uninstall only the afftools package we can use the following command:

sudo dnf remove afftools

afftools Package Contents on Rocky Linux 8

/usr/bin/affcat
/usr/bin/affcompare
/usr/bin/affconvert
/usr/bin/affcopy
/usr/bin/affcrypto
/usr/bin/affdiskprint
/usr/bin/affinfo
/usr/bin/affix
/usr/bin/affrecover
/usr/bin/affsegment
/usr/bin/affsign
/usr/bin/affstats
/usr/bin/affuse
/usr/bin/affverify
/usr/bin/affxml
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/dd060e8e2aa84850eeb5a2c7fcc1143aade35e
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/1bbf3053977cf29caf627896b494e4e4875bef
/usr/lib/.build-id/47
/usr/lib/.build-id/47/a5b157e4cb556b4e3906c9a83e32bf89f096a4
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/28e73fc651bf8a2631d084d66b8b668b4d26e2
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/2da9b699fa6c865cbe4e65dbb5e772fb90b788
/usr/lib/.build-id/53
/usr/lib/.build-id/53/b67e808c0bc56350528f319e0c8dcf37de0022
/usr/lib/.build-id/62
/usr/lib/.build-id/62/7b44d56e95681f14017bfbdce782d219c8ef59
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/ac7973871f73a4b5c6901b5c17b49cae89140a
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/97dd147758d366bcc9e7e8392c4e53232644fd
/usr/lib/.build-id/89
/usr/lib/.build-id/89/ce2ed0e8890f59a0db4570b4a4b1b7d9db98cd
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/4596be11742ca521b841a8bde8db328879bdf7
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/188329f0d2ee1b58a0ac6c78202b9e2161b015
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/1ec6b07d8d455cdc78f2c2fd28b2ca7ad2e1ac
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/93616f1266a4517383f2490298223056f729bc
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/3c587d11c8d9ce67317dcc6b090c6153d7be80
/usr/share/man/man1/affcat.1.gz
/usr/share/man/man1/affcompare.1.gz
/usr/share/man/man1/affconvert.1.gz
/usr/share/man/man1/affcopy.1.gz
/usr/share/man/man1/affcrypto.1.gz
/usr/share/man/man1/affdiskprint.1.gz
/usr/share/man/man1/affinfo.1.gz
/usr/share/man/man1/affix.1.gz
/usr/share/man/man1/affrecover.1.gz
/usr/share/man/man1/affsegment.1.gz
/usr/share/man/man1/affsign.1.gz
/usr/share/man/man1/affstats.1.gz
/usr/share/man/man1/affuse.1.gz
/usr/share/man/man1/affverify.1.gz
/usr/share/man/man1/affxml.1.gz

References

Summary

In this tutorial we learn how to install afftools on Rocky Linux 8 using yum and dnf.