How to Install and Uninstall ghc-ilist.x86_64 Package on Fedora 38

Last updated: September 28,2024

1. Install "ghc-ilist.x86_64" package

Please follow the guidelines below to install ghc-ilist.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-ilist.x86_64

2. Uninstall "ghc-ilist.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-ilist.x86_64 on Fedora 38:

$ sudo dnf remove ghc-ilist.x86_64 $ sudo dnf autoremove

3. Information about the ghc-ilist.x86_64 package on Fedora 38

Last metadata expiration check: 4:21:36 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-ilist
Version : 0.4.0.1
Release : 6.fc38
Architecture : x86_64
Size : 26 k
Source : ghc-ilist-0.4.0.1-6.fc38.src.rpm
Repository : fedora
Summary : Optimised list functions for doing index-related things
URL : https://hackage.haskell.org/package/ilist
License : MPL-2.0
Description : Optimised list functions for doing index-related things. They're faster than
: common idioms in all cases, they avoid
: , and sometimes they
: fuse better as well.