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

Last updated: September 06,2024

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

Here is a brief guide to show you how to install ghc-lifted-base.x86_64 on Oracle Linux 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 Oracle Linux 9:

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

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

Last metadata expiration check: 0:24:24 ago on Thu Feb 15 07:50:05 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'.