How To Install ghc-data-clist on Fedora 36
Introduction
In this tutorial we learn how to install ghc-data-clist on Fedora 36.
What is ghc-data-clist
Simple functional bidirectional ring type. Given that the ring terminiology clashes with certain mathematical branches, we’re using the term CList or CircularList instead.
We can use yum or dnf to install ghc-data-clist on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-data-clist.
Install ghc-data-clist 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-data-clist using dnf by running the following command:
sudo dnf -y install ghc-data-clist
Install ghc-data-clist 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-data-clist using yum by running the following command:
sudo yum -y install ghc-data-clist
How To Uninstall ghc-data-clist on Fedora 36
To uninstall only the ghc-data-clist package we can use the following command:
sudo dnf remove ghc-data-clist
ghc-data-clist Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/24337daf15c451d53efd23e51b80f8aac1bc0b
/usr/lib64/libHSdata-clist-0.1.2.3-GgwewHQH8AIV4Ds0XDZD5-ghc8.10.5.so
/usr/share/licenses/ghc-data-clist
/usr/share/licenses/ghc-data-clist/LICENSE
References
Summary
In this tutorial we learn how to install ghc-data-clist on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).