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

Last updated: May 18,2024

1. Install "ghc-haddock-library.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-haddock-library.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-haddock-library.x86_64

2. Uninstall "ghc-haddock-library.x86_64" package

Please follow the instructions below to uninstall ghc-haddock-library.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-haddock-library.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:17:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-haddock-library
Version : 1.10.0
Release : 2.el9
Architecture : x86_64
Size : 165 k
Source : ghc-haddock-library-1.10.0-2.el9.src.rpm
Repository : epel
Summary : Library exposing some functionality of Haddock
URL : https://hackage.haskell.org/package/haddock-library
License : BSD
Description : Haddock is a documentation-generation tool for Haskell libraries.
: These modules expose some functionality of it without pulling in the GHC
: dependency. Please note that the API is likely to change so be sure to specify
: upper bounds in your projects. For interacting with Haddock itself, see the
: [haddock package](https://hackage.haskell.org/package/haddock).