How To Install dumpasn1 on Fedora 36
Introduction
In this tutorial we learn how to install dumpasn1 on Fedora 36.
What is dumpasn1
dumpasn1 is an ASN.1 object dump program that will dump data encoded using any of the ASN.1 encoding rules in a variety of user-specified formats.
We can use yum or dnf to install dumpasn1 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dumpasn1.
Install dumpasn1 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 dumpasn1 using dnf by running the following command:
sudo dnf -y install dumpasn1
Install dumpasn1 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 dumpasn1 using yum by running the following command:
sudo yum -y install dumpasn1
How To Uninstall dumpasn1 on Fedora 36
To uninstall only the dumpasn1 package we can use the following command:
sudo dnf remove dumpasn1
dumpasn1 Package Contents on Fedora 36
/etc/dumpasn1
/etc/dumpasn1/dumpasn1.cfg
/usr/bin/dumpasn1
/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/67ee68fc36ed4bc2ea281e361bca8e93fab9eb
/usr/share/man/man1/dumpasn1.1.gz
References
Summary
In this tutorial we learn how to install dumpasn1 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).