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

Last updated: October 06,2024

1. Install "ghc-extra.x86_64" package

This tutorial shows how to install ghc-extra.x86_64 on CentOS Stream 8

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

2. Uninstall "ghc-extra.x86_64" package

This guide let you learn how to uninstall ghc-extra.x86_64 on CentOS Stream 8:

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

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

Last metadata expiration check: 2:26:14 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : ghc-extra
Version : 1.6.9
Release : 1.el8
Architecture : x86_64
Size : 69 k
Source : ghc-extra-1.6.9-1.el8.src.rpm
Repository : epel
Summary : Extra Haskell functions
URL : https://hackage.haskell.org/package/extra
License : BSD
Description : A library of extra functions for the standard Haskell libraries. Most functions
: are simple additions, filling out missing functionality. A few functions are
: available in later versions of GHC, but this package makes them available back
: to GHC 7.2.
:
: The module "Extra" documents all functions provided by this library.
: Modules such as "Data.List.Extra" provide extra functions over "Data.List" and
: also reexport "Data.List". Users are recommended to replace "Data.List" imports
: with "Data.List.Extra" if they need the extra functionality.