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

Last updated: October 05,2024

1. Install "ghc-HSH.x86_64" package

Please follow the guidance below to install ghc-HSH.x86_64 on Fedora 34

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

2. Uninstall "ghc-HSH.x86_64" package

This tutorial shows how to uninstall ghc-HSH.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:50:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-HSH
Version : 2.1.3
Release : 12.fc34
Architecture : x86_64
Size : 63 k
Source : ghc-HSH-2.1.3-12.fc34.src.rpm
Repository : fedora
Summary : Library to mix shell scripting with Haskell programs
URL : https://hackage.haskell.org/package/HSH
License : LGPLv2+
Description : HSH is designed to let you mix and match shell expressions with Haskell
: programs. With HSH, it is possible to easily run shell commands, capture their
: output or provide their input, and pipe them to and from other shell commands
: and arbitrary Haskell functions at will.