How to Install and Uninstall ghc-hint.x86_64 Package on Fedora 36

Last updated: January 15,2025

1. Install "ghc-hint.x86_64" package

This tutorial shows how to install ghc-hint.x86_64 on Fedora 36

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

2. Uninstall "ghc-hint.x86_64" package

Please follow the guidelines below to uninstall ghc-hint.x86_64 on Fedora 36:

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

3. Information about the ghc-hint.x86_64 package on Fedora 36

Last metadata expiration check: 1:35:45 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-hint
Version : 0.9.0.4
Release : 2.fc36
Architecture : x86_64
Size : 190 k
Source : ghc-hint-0.9.0.4-2.fc36.src.rpm
Repository : fedora
Summary : Runtime Haskell interpreter
URL : https://hackage.haskell.org/package/hint
License : BSD
Description : This library defines an Interpreter monad. It allows to load Haskell modules,
: browse them, type-check and evaluate strings with Haskell expressions and even
: coerce them into values. The library is thread-safe and type-safe (even the
: coercion of expressions to values). It is, essentially, a huge subset of the
: GHC API wrapped in a simpler API.