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

Last updated: June 26,2024

1. Install "ghc-rio.x86_64" package

Here is a brief guide to show you how to install ghc-rio.x86_64 on Fedora 34

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

2. Uninstall "ghc-rio.x86_64" package

Please follow the step by step instructions below to uninstall ghc-rio.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:06:03 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-rio
Version : 0.1.17.0
Release : 4.fc34
Architecture : x86_64
Size : 117 k
Source : ghc-rio-0.1.17.0-4.fc34.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