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

Last updated: July 05,2024

1. Install "ghc-Only.x86_64" package

Please follow the steps below to install ghc-Only.x86_64 on Fedora 34

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

2. Uninstall "ghc-Only.x86_64" package

Here is a brief guide to show you how to uninstall ghc-Only.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:54:47 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-Only
Version : 0.1
Release : 12.fc34
Architecture : x86_64
Size : 20 k
Source : ghc-Only-0.1-12.fc34.src.rpm
Repository : fedora
Summary : The 1-tuple type or single-value "collection"
URL : https://hackage.haskell.org/package/Only
License : BSD
Description : This package provides a canonical anonymous 1-tuple type missing from Haskell
: for attaching typeclass instances.
:
: NOTE: There is also the which by using a
: boxed 'data'-type provides a 1-tuple type which has laziness properties which
: are more faithful to the ones of Haskell's native tuples; whereas the primary
: purpose of 'Only' is to provide the traditionally so named type-wrapper for
: attaching typeclass instances.