How to Install and Uninstall ghc-dlist.x86_64 Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "ghc-dlist.x86_64" package

This tutorial shows how to install ghc-dlist.x86_64 on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the ghc-dlist.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:27:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-dlist
Version : 1.0
Release : 2.el9
Architecture : x86_64
Size : 34 k
Source : ghc-dlist-1.0-2.el9.src.rpm
Repository : epel
Summary : Difference lists
URL : https://hackage.haskell.org/package/dlist
License : BSD
Description : List-like types supporting O(1) append and snoc operations.