How to Install and Uninstall ghc-dlist.x86_64 Package on CentOS Stream 8

Last updated: June 25,2024

1. Install "ghc-dlist.x86_64" package

Please follow the steps below to install ghc-dlist.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-dlist.x86_64" package

Learn how to uninstall ghc-dlist.x86_64 on CentOS Stream 8:

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

3. Information about the ghc-dlist.x86_64 package on CentOS Stream 8

Last metadata expiration check: 2:52:43 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-dlist
Version : 0.8.0.4
Release : 1.el8
Architecture : x86_64
Size : 26 k
Source : ghc-dlist-0.8.0.4-1.el8.src.rpm
Repository : epel
Summary : Difference lists
URL : https://hackage.haskell.org/package/dlist
License : BSD
Description : Difference lists are a list-like type supporting O(1) append. This is
: particularly useful for efficient logging and pretty printing (e.g.
: with the Writer monad), where list append quickly becomes too expensive.