How To Install afftools on Fedora 34
Introduction
In this tutorial we learn how to install afftools
on Fedora 34.
What is afftools
The afflib-utils package contains utilities for using afflib.
We can use yum
or dnf
to install afftools
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install afftools.
Install afftools on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install afftools
using dnf
by running the following command:
sudo dnf -y install afftools
Install afftools on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the afftools
package we can use the following command:
sudo dnf remove afftools
afftools Package Contents on Fedora 34
/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/14
/usr/lib/.build-id/14/1e0c597cd46eea922d61aa253a308f37382150
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/b23de10d712fc57cdf996ee5d6b7b26ca95b89
/usr/lib/.build-id/31
/usr/lib/.build-id/31/7dc4f5ee70b94674a9bd0f895f8e5570234265
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/c3ca259009c6707ab1ad0e4f5eec55168b8d49
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/293c62e222bf48fafe2537c9145de207dc3d9f
/usr/lib/.build-id/56
/usr/lib/.build-id/56/96fc70567fe686f76ff65fe231db4abc9a014a
/usr/lib/.build-id/59
/usr/lib/.build-id/59/9c59c0134e22a2be4f52b9f87ea49ffa3c1f40
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/6bbbbb7ac9fbc322c72de8988e4646c830c092
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/6f5718926c3b876ce74b41d9d1c91a8c412e5c
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/084af79509acb8786f680c75e627c41c923898
/usr/lib/.build-id/86
/usr/lib/.build-id/86/2fea5c1294adc161d5fc376d5ac7bb734dcfce
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/39190c3e6eea3ab7f8723aa4623d41a36ee69a
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/0d74501d9510ac1553560990e398f7f2d2e06e
/usr/lib/.build-id/df
/usr/lib/.build-id/df/851764b87af2eb146ee4bb8acd275461cf2f02
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/ceb77ee2a564aed9109a50b40faea7a65333ee
/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 34 using yum and dnf.