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

Last updated: May 04,2024

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

Please follow the guidelines below to install ghc-base-compat.x86_64 on Fedora 35

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

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

Please follow the instructions below to uninstall ghc-base-compat.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 3:00:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-base-compat
Version : 0.11.2
Release : 1.fc35
Architecture : x86_64
Size : 24 k
Source : ghc-base-compat-0.11.2-1.fc35.src.rpm
Repository : fedora
Summary : A compatibility layer for base
URL : https://hackage.haskell.org/package/base-compat
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. See the
: README for what is covered. Also see the changelog for recent changes.
:
: Note that 'base-compat' does not add any orphan instances. There is a separate
: package 'base-orphans' for that.