How to Install and Uninstall ghc-lifted-base.x86_64 Package on Fedora 34

Last updated: October 05,2024

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

This guide covers the steps necessary to install ghc-lifted-base.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-lifted-base.x86_64 on Fedora 34:

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

3. Information about the ghc-lifted-base.x86_64 package on Fedora 34

Last metadata expiration check: 4:11:42 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-lifted-base
Version : 0.2.3.12
Release : 10.fc34
Architecture : x86_64
Size : 26 k
Source : ghc-lifted-base-0.2.3.12-10.fc34.src.rpm
Repository : fedora
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'.