How to Install and Uninstall ghc-base-compat-batteries.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "ghc-base-compat-batteries.x86_64" package

This guide covers the steps necessary to install ghc-base-compat-batteries.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-base-compat-batteries.x86_64

2. Uninstall "ghc-base-compat-batteries.x86_64" package

This guide let you learn how to uninstall ghc-base-compat-batteries.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-base-compat-batteries.x86_64 $ sudo dnf autoremove

3. Information about the ghc-base-compat-batteries.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:43:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-base-compat-batteries
Version : 0.11.2
Release : 2.el9
Architecture : x86_64
Size : 24 k
Source : ghc-base-compat-batteries-0.11.2-2.el9.src.rpm
Repository : epel
Summary : Base-compat with extra batteries
URL : https://hackage.haskell.org/package/base-compat-batteries
License : MIT
Description : Provides functions available in later versions of 'base' to a wider range of
: compilers, without requiring you to use CPP pragmas in your code.
: the suffix '.Repl.Batteries', which are distinct from anything in
:
: depends on compatibility packages (such as 'semigroups') to offer a wider
: support window than 'base-compat', which has no dependencies. Most of the
:
: See
: ' : here>' for a more comprehensive list of differences between 'base-compat' and
: 'base-compat-batteries'.