How to Install and Uninstall ghc-base-prelude.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "ghc-base-prelude.x86_64" package

Please follow the guidelines below to install ghc-base-prelude.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-base-prelude.x86_64

2. Uninstall "ghc-base-prelude.x86_64" package

Please follow the instructions below to uninstall ghc-base-prelude.x86_64 on Fedora 36:

$ sudo dnf remove ghc-base-prelude.x86_64 $ sudo dnf autoremove

3. Information about the ghc-base-prelude.x86_64 package on Fedora 36

Last metadata expiration check: 0:13:22 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-base-prelude
Version : 1.4
Release : 2.fc36
Architecture : x86_64
Size : 12 k
Source : ghc-base-prelude-1.4-2.fc36.src.rpm
Repository : fedora
Summary : The most complete prelude formed solely from the "base" package
URL : https://hackage.haskell.org/package/base-prelude
License : MIT
Description : A library which aims to reexport all the non-conflicting and most general
: definitions from the "base" package. This includes APIs for applicatives,
: arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and
: STM.
:
: This package will never have any dependencies other than "base".
:
: /Versioning policy/
:
: The versioning policy of this package deviates from PVP in the sense that its
: exports in part are transitively determined by the version of "base".
: Therefore it's recommended for the users of "base-prelude" to specify the
: bounds of "base" as well.