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

Last updated: October 06,2024

1. Install "ghc-rio.x86_64" package

This is a short guide on how to install ghc-rio.x86_64 on Fedora 35

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

2. Uninstall "ghc-rio.x86_64" package

This is a short guide on how to uninstall ghc-rio.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:17:30 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : ghc-rio
Version : 0.1.20.0
Release : 1.fc35
Architecture : x86_64
Size : 117 k
Source : ghc-rio-0.1.20.0-1.fc35.src.rpm
Repository : fedora
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