How to Install and Uninstall ghc-base-compat-batteries.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

Learn how to install ghc-base-compat-batteries.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-base-compat-batteries.x86_64 on Fedora 34:

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

3. Information about the ghc-base-compat-batteries.x86_64 package on Fedora 34

Last metadata expiration check: 2:07:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-base-compat-batteries
Version : 0.11.1
Release : 3.fc34
Architecture : x86_64
Size : 25 k
Source : ghc-base-compat-batteries-0.11.1-3.fc34.src.rpm
Repository : fedora
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.
:
: This package provides the same API as the
: '' library, but
: depends on compatibility packages (such as 'semigroups') to offer a wider
: support window than 'base-compat', which has no dependencies. Most of the
: modules in this library have the same names as in 'base-compat' to make it
: easier to switch between the two. There also exist versions of each module with
: the suffix '.Repl.Batteries', which are distinct from anything in
: 'base-compat', to allow for easier use in GHCi.
:
: See
: ' : here>' for a more comprehensive list of differences between 'base-compat' and
: 'base-compat-batteries'.