How To Install libtasn1-tools on Fedora 36
Introduction
In this tutorial we learn how to install libtasn1-tools
on Fedora 36.
What is libtasn1-tools
This package contains simple tools that can decode and encode ASN.1 data.
We can use yum
or dnf
to install libtasn1-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtasn1-tools.
Install libtasn1-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 libtasn1-tools
using dnf
by running the following command:
sudo dnf -y install libtasn1-tools
Install libtasn1-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 libtasn1-tools
using yum
by running the following command:
sudo yum -y install libtasn1-tools
How To Uninstall libtasn1-tools on Fedora 36
To uninstall only the libtasn1-tools
package we can use the following command:
sudo dnf remove libtasn1-tools
libtasn1-tools Package Contents on Fedora 36
/usr/bin/asn1Coding
/usr/bin/asn1Decoding
/usr/bin/asn1Parser
/usr/lib/.build-id
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/bb8fea23fdc300c689516ad36648e6e3b86003
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9a7cc816dd51b93819858b7d67e19e5744cdc2
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/ff162f921b78866500763564ff21f608fb52a2
/usr/share/man/man1/asn1Coding.1.gz
/usr/share/man/man1/asn1Decoding.1.gz
/usr/share/man/man1/asn1Parser.1.gz
References
Summary
In this tutorial we learn how to install libtasn1-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).