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

Last updated: November 27,2024

1. Install "ghc-Only.x86_64" package

This guide let you learn how to install ghc-Only.x86_64 on Fedora 35

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

2. Uninstall "ghc-Only.x86_64" package

This tutorial shows how to uninstall ghc-Only.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 0:26:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : ghc-Only
Version : 0.1
Release : 14.fc35
Architecture : x86_64
Size : 20 k
Source : ghc-Only-0.1-14.fc35.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.