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

Last updated: October 13,2024

1. Install "ghc-Only.x86_64" package

This tutorial shows how to install ghc-Only.x86_64 on Fedora 39

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

2. Uninstall "ghc-Only.x86_64" package

Please follow the guidance below to uninstall ghc-Only.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 0:15:33 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-Only
Version : 0.1
Release : 28.fc39
Architecture : x86_64
Size : 20 k
Source : ghc-Only-0.1-28.fc39.src.rpm
Repository : fedora
Summary : The 1-tuple type or single-value "collection"
URL : https://hackage.haskell.org/package/Only
License : BSD-3-Clause
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.