How to Install and Uninstall ghc-extra.x86_64 Package on Oracle Linux 9
Last updated: January 06,2025
1. Install "ghc-extra.x86_64" package
Please follow the steps below to install ghc-extra.x86_64 on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-extra.x86_64
Copied
2. Uninstall "ghc-extra.x86_64" package
In this section, we are going to explain the necessary steps to uninstall ghc-extra.x86_64 on Oracle Linux 9:
$
sudo dnf remove
ghc-extra.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-extra.x86_64 package on Oracle Linux 9
Last metadata expiration check: 2:34:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-extra
Version : 1.7.9
Release : 3.el9
Architecture : x86_64
Size : 76 k
Source : ghc-extra-1.7.9-3.el9.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.
Available Packages
Name : ghc-extra
Version : 1.7.9
Release : 3.el9
Architecture : x86_64
Size : 76 k
Source : ghc-extra-1.7.9-3.el9.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.