How to Install and Uninstall ghc-lifted-base.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

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

This guide covers the steps necessary to install ghc-lifted-base.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the instructions below to uninstall ghc-lifted-base.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-lifted-base.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:34:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-lifted-base
Version : 0.2.3.12
Release : 13.el9
Architecture : x86_64
Size : 26 k
Source : ghc-lifted-base-0.2.3.12-13.el9.src.rpm
Repository : epel
Summary : Lifted IO operations from the base library
URL : https://hackage.haskell.org/package/lifted-base
License : BSD
Description : 'lifted-base' exports IO operations from the base library lifted to any
: instance of 'MonadBase' or 'MonadBaseControl'.