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

Last updated: October 07,2024

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

Learn how to install ghc-lifted-base.x86_64 on AlmaLinux 9

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

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

This guide let you learn how to uninstall ghc-lifted-base.x86_64 on AlmaLinux 9:

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

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

Last metadata expiration check: 0:15:06 ago on Wed Mar 13 07:41:12 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'.