How To Install ghc-asn1-parse on Fedora 36
Introduction
In this tutorial we learn how to install ghc-asn1-parse
on Fedora 36.
What is ghc-asn1-parse
Simple monadic parser for ASN1 stream types, when ASN1 pattern matching is not convenient.
We can use yum
or dnf
to install ghc-asn1-parse
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-asn1-parse.
Install ghc-asn1-parse 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 ghc-asn1-parse
using dnf
by running the following command:
sudo dnf -y install ghc-asn1-parse
Install ghc-asn1-parse 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 ghc-asn1-parse
using yum
by running the following command:
sudo yum -y install ghc-asn1-parse
How To Uninstall ghc-asn1-parse on Fedora 36
To uninstall only the ghc-asn1-parse
package we can use the following command:
sudo dnf remove ghc-asn1-parse
ghc-asn1-parse Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/8a1222fdc1b817e4d38fdf5fd13ecf12d60789
/usr/lib64/libHSasn1-parse-0.9.5-G1y4NukNRRg1aoxZZPulv0-ghc8.10.5.so
/usr/share/licenses/ghc-asn1-parse
/usr/share/licenses/ghc-asn1-parse/LICENSE
References
Summary
In this tutorial we learn how to install ghc-asn1-parse
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).