How To Install afftools on Fedora 36
Introduction
In this tutorial we learn how to install afftools on Fedora 36.
What is afftools
The afflib-utils package contains utilities for using afflib.
We can use yum or dnf to install afftools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install afftools.
Install afftools 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 afftools using dnf by running the following command:
sudo dnf -y install afftools
Install afftools 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 afftools using yum by running the following command:
sudo yum -y install afftools
How To Uninstall afftools on Fedora 36
To uninstall only the afftools package we can use the following command:
sudo dnf remove afftools
afftools Package Contents on Fedora 36
/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/11
/usr/lib/.build-id/11/e4a7e9750442e776e5816d4a539f85849ea9fb
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/b1292340507d3282c6d5ea18deebba867e361e
/usr/lib/.build-id/33
/usr/lib/.build-id/33/26f430a27fa562e79ee673ab7dd2ff7b5267fe
/usr/lib/.build-id/42
/usr/lib/.build-id/42/361978b83ab623c76a65e06b50754b9921f210
/usr/lib/.build-id/45
/usr/lib/.build-id/45/39dd061d736a247c4ac9942ede3ded3fe1cb6d
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/79849dc4e5aa015b136e129b701adf581b6b4a
/usr/lib/.build-id/57
/usr/lib/.build-id/57/a48155773bdacf9ec81189d1c2d77033e1bec9
/usr/lib/.build-id/59
/usr/lib/.build-id/59/44e03b42e42f2b76ce46bf8f5b5c275f9ee6a9
/usr/lib/.build-id/60
/usr/lib/.build-id/60/eed9adbc9e726790995d56164a041094195cbd
/usr/lib/.build-id/64
/usr/lib/.build-id/64/fc8151b7158bc3783352b844e44797e5559974
/usr/lib/.build-id/75
/usr/lib/.build-id/75/26a77c8c9385e8218004eda87c2269632a67d3
/usr/lib/.build-id/77
/usr/lib/.build-id/77/f7b8ae28cd1f71182e7b6e5a4c8a58aeffc031
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/883fbc8682f8eeeef1f27ec18483691cc68815
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/8094e50be477958b09d6c30cb4138109a87499
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/fc42337d68779f60f5aa5be2ce32eb6135ed13
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).