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

Last updated: May 20,2024

1. Install "ghc-unliftio.x86_64" package

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

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

2. Uninstall "ghc-unliftio.x86_64" package

Please follow the step by step instructions below to uninstall ghc-unliftio.x86_64 on CentOS Stream 9:

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

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

Last metadata expiration check: 2:52:59 ago on Sat Mar 16 16:03:45 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.