How To Install ghc-attoparsec-iso8601 on Fedora 36
Introduction
In this tutorial we learn how to install ghc-attoparsec-iso8601
on Fedora 36.
What is ghc-attoparsec-iso8601
Parsing of ISO 8601 dates, originally from aeson.
We can use yum
or dnf
to install ghc-attoparsec-iso8601
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-attoparsec-iso8601.
Install ghc-attoparsec-iso8601 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-attoparsec-iso8601
using dnf
by running the following command:
sudo dnf -y install ghc-attoparsec-iso8601
Install ghc-attoparsec-iso8601 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-attoparsec-iso8601
using yum
by running the following command:
sudo yum -y install ghc-attoparsec-iso8601
How To Uninstall ghc-attoparsec-iso8601 on Fedora 36
To uninstall only the ghc-attoparsec-iso8601
package we can use the following command:
sudo dnf remove ghc-attoparsec-iso8601
ghc-attoparsec-iso8601 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/cd3291907ece630a6a48fe0a674d3d6b45f0c9
/usr/lib64/libHSattoparsec-iso8601-1.0.2.0-IDpmL5i04aF1Lljn1RiqyB-ghc8.10.5.so
/usr/share/licenses/ghc-attoparsec-iso8601
/usr/share/licenses/ghc-attoparsec-iso8601/LICENSE
References
Summary
In this tutorial we learn how to install ghc-attoparsec-iso8601
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).