How To Install ghc-dlist on Fedora 36
Introduction
In this tutorial we learn how to install ghc-dlist
on Fedora 36.
What is ghc-dlist
List-like types supporting O(1) append and snoc operations.
We can use yum
or dnf
to install ghc-dlist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-dlist.
Install ghc-dlist 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-dlist
using dnf
by running the following command:
sudo dnf -y install ghc-dlist
Install ghc-dlist 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-dlist
using yum
by running the following command:
sudo yum -y install ghc-dlist
How To Uninstall ghc-dlist on Fedora 36
To uninstall only the ghc-dlist
package we can use the following command:
sudo dnf remove ghc-dlist
ghc-dlist Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/44d6a8018f7976d310e88069949733005e56fc
/usr/lib64/libHSdlist-1.0-6DPeXMQjdhO5HourGnaNA8-ghc8.10.5.so
/usr/share/licenses/ghc-dlist
/usr/share/licenses/ghc-dlist/license.md
References
Summary
In this tutorial we learn how to install ghc-dlist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).