How To Install ghc-koji on Fedora 36
Introduction
In this tutorial we learn how to install ghc-koji
on Fedora 36.
What is ghc-koji
This library provides Haskell bindings to the Koji XML RPC API. Koji is a distributed rpm buildsystem used by Fedora, Centos, Red Hat, and other projects. See <https
We can use yum
or dnf
to install ghc-koji
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-koji.
Install ghc-koji 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-koji
using dnf
by running the following command:
sudo dnf -y install ghc-koji
Install ghc-koji 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-koji
using yum
by running the following command:
sudo yum -y install ghc-koji
How To Uninstall ghc-koji on Fedora 36
To uninstall only the ghc-koji
package we can use the following command:
sudo dnf remove ghc-koji
ghc-koji Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/7cf242a450b72eb817f5a3b7fbf003e80364c2
/usr/lib64/libHSkoji-0.0.2-3KtNJ9hdPq117m0qp3OzG-ghc8.10.5.so
/usr/share/licenses/ghc-koji
/usr/share/licenses/ghc-koji/LICENSE
References
Summary
In this tutorial we learn how to install ghc-koji
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).