How to Install and Uninstall ghc-dlist.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "ghc-dlist.x86_64" package

Please follow the guidance below to install ghc-dlist.x86_64 on Rocky Linux 8

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

2. Uninstall "ghc-dlist.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-dlist.x86_64 on Rocky Linux 8:

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

3. Information about the ghc-dlist.x86_64 package on Rocky Linux 8

Last metadata expiration check: 2:04:48 ago on Mon Sep 12 10:27:18 2022.
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.