How To Install ghc-iso8601-time on Fedora 36
Introduction
In this tutorial we learn how to install ghc-iso8601-time
on Fedora 36.
What is ghc-iso8601-time
Conversion functions between Haskell time types and the ISO 8601 format, which is often used for printing times, e.g. JavaScript’s ’new Date().toISOString()'.
We can use yum
or dnf
to install ghc-iso8601-time
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-iso8601-time.
Install ghc-iso8601-time 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-iso8601-time
using dnf
by running the following command:
sudo dnf -y install ghc-iso8601-time
Install ghc-iso8601-time 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-iso8601-time
using yum
by running the following command:
sudo yum -y install ghc-iso8601-time
How To Uninstall ghc-iso8601-time on Fedora 36
To uninstall only the ghc-iso8601-time
package we can use the following command:
sudo dnf remove ghc-iso8601-time
ghc-iso8601-time Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/b12bb159ad0f36871663dec2afa9f8af54dbca
/usr/lib64/libHSiso8601-time-0.1.5-JWivNJ1Pxk65xnXmVNqmyo-ghc8.10.5.so
References
Summary
In this tutorial we learn how to install ghc-iso8601-time
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).