How to Install and Uninstall ghc-dlist.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: February 06,2025
1. Install "ghc-dlist.x86_64" package
Please follow the steps below to install ghc-dlist.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
ghc-dlist.x86_64
Copied
2. Uninstall "ghc-dlist.x86_64" package
This guide let you learn how to uninstall ghc-dlist.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
ghc-dlist.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-dlist.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:49:58 ago on Mon Feb 26 15:59:38 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.
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.