How to Install and Uninstall ghc-rio.x86_64 Package on Fedora 36

Last updated: October 07,2024

1. Install "ghc-rio.x86_64" package

This guide covers the steps necessary to install ghc-rio.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the ghc-rio.x86_64 package on Fedora 36

Last metadata expiration check: 1:50:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-rio
Version : 0.1.21.0
Release : 1.fc36
Architecture : x86_64
Size : 117 k
Source : ghc-rio-0.1.21.0-1.fc36.src.rpm
Repository : updates
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