How To Install ghc-logging-facade on Fedora 36
Introduction
In this tutorial we learn how to install ghc-logging-facade
on Fedora 36.
What is ghc-logging-facade
Simple logging abstraction that allows multiple back-ends.
We can use yum
or dnf
to install ghc-logging-facade
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-logging-facade.
Install ghc-logging-facade 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-logging-facade
using dnf
by running the following command:
sudo dnf -y install ghc-logging-facade
Install ghc-logging-facade 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-logging-facade
using yum
by running the following command:
sudo yum -y install ghc-logging-facade
How To Uninstall ghc-logging-facade on Fedora 36
To uninstall only the ghc-logging-facade
package we can use the following command:
sudo dnf remove ghc-logging-facade
ghc-logging-facade Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/f8ff5c90b4b8184c37e4555cfb4e2b2bba0267
/usr/lib64/libHSlogging-facade-0.3.0-KQlhSGuVnPHGyd6pvbvwyA-ghc8.10.5.so
/usr/share/licenses/ghc-logging-facade
/usr/share/licenses/ghc-logging-facade/LICENSE
References
Summary
In this tutorial we learn how to install ghc-logging-facade
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).