How to Install and Uninstall ghc-rio.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "ghc-rio.x86_64" package

Please follow the steps below to install ghc-rio.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-rio.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-rio.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-rio.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:50:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-rio
Version : 0.1.21.0
Release : 1.el9
Architecture : x86_64
Size : 117 k
Source : ghc-rio-0.1.21.0-1.el9.src.rpm
Repository : epel
Summary : A standard library for Haskell
URL : https://hackage.haskell.org/package/rio
License : MIT
Description : The goal of the rio library is to make it easier to adopt Haskell for
: writing production software. It is intended as a cross between:
:
: - Collection of well designed, trusted libraries
: - Useful Prelude replacement
: - A set of best practices for writing production quality Haskell code