How To Install ghc-time-locale-compat on Fedora 36
Introduction
In this tutorial we learn how to install ghc-time-locale-compat
on Fedora 36.
What is ghc-time-locale-compat
This package contains wrapped name module for time-format locale between old-locale and time-1.5.
We can use yum
or dnf
to install ghc-time-locale-compat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-time-locale-compat.
Install ghc-time-locale-compat 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-time-locale-compat
using dnf
by running the following command:
sudo dnf -y install ghc-time-locale-compat
Install ghc-time-locale-compat 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-time-locale-compat
using yum
by running the following command:
sudo yum -y install ghc-time-locale-compat
How To Uninstall ghc-time-locale-compat on Fedora 36
To uninstall only the ghc-time-locale-compat
package we can use the following command:
sudo dnf remove ghc-time-locale-compat
ghc-time-locale-compat Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/9d280aa9a37fc630eb8dc9ea4bd865051c74d2
/usr/lib64/libHStime-locale-compat-0.1.1.5-8qsrxXMQH9B7DrSl3vwbIP-ghc8.10.5.so
/usr/share/licenses/ghc-time-locale-compat
/usr/share/licenses/ghc-time-locale-compat/LICENSE
References
Summary
In this tutorial we learn how to install ghc-time-locale-compat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).