How to Install and Uninstall ghc-lifted-base.x86_64 Package on CentOS Stream 9

Last updated: October 06,2024

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

This guide covers the steps necessary to install ghc-lifted-base.x86_64 on CentOS Stream 9

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

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

Please follow the guidance below to uninstall ghc-lifted-base.x86_64 on CentOS Stream 9:

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

3. Information about the ghc-lifted-base.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:33:26 ago on Sat Mar 16 16:03:45 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'.