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

Last updated: October 06,2024

1. Install "ghc-unliftio.x86_64" package

Please follow the guidelines below to install ghc-unliftio.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install ghc-unliftio.x86_64

2. Uninstall "ghc-unliftio.x86_64" package

This is a short guide on how to uninstall ghc-unliftio.x86_64 on Oracle Linux 9:

$ sudo dnf remove ghc-unliftio.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-unliftio
Version : 0.2.21.0
Release : 1.el9
Architecture : x86_64
Size : 118 k
Source : ghc-unliftio-0.2.21.0-1.el9.src.rpm
Repository : epel
Summary : The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
URL : https://hackage.haskell.org/package/unliftio
License : MIT
Description : Provides the core MonadUnliftIO typeclass, a number of common instances,
: and a collection of common functions working with it.