How To Install ghc-fast-logger on Fedora 36
Introduction
In this tutorial we learn how to install ghc-fast-logger on Fedora 36.
What is ghc-fast-logger
A fast logging system for Haskell.
We can use yum or dnf to install ghc-fast-logger on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-fast-logger.
Install ghc-fast-logger 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-fast-logger using dnf by running the following command:
sudo dnf -y install ghc-fast-logger
Install ghc-fast-logger 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-fast-logger using yum by running the following command:
sudo yum -y install ghc-fast-logger
How To Uninstall ghc-fast-logger on Fedora 36
To uninstall only the ghc-fast-logger package we can use the following command:
sudo dnf remove ghc-fast-logger
ghc-fast-logger Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/de363201ab80af1248bad41e116074ce3cbc2d
/usr/lib64/libHSfast-logger-3.0.5-F24G2ux6I6EGzYl0ezyd1C-ghc8.10.5.so
/usr/share/licenses/ghc-fast-logger
/usr/share/licenses/ghc-fast-logger/LICENSE
References
Summary
In this tutorial we learn how to install ghc-fast-logger on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).