How to Install and Uninstall ghc-rio.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "ghc-rio.x86_64" package

This guide covers the steps necessary to install ghc-rio.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-rio.x86_64" package

Please follow the instructions below to uninstall ghc-rio.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-rio.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:44:27 ago on Fri Feb 16 06:49:52 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