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

Last updated: May 20,2024

1. Install "ghc-hint.x86_64" package

This is a short guide on how to install ghc-hint.x86_64 on Fedora 39

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

2. Uninstall "ghc-hint.x86_64" package

This is a short guide on how to uninstall ghc-hint.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 4:33:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-hint
Version : 0.9.0.7
Release : 1.fc39
Architecture : x86_64
Size : 180 k
Source : ghc-hint-0.9.0.7-1.fc39.src.rpm
Repository : fedora
Summary : A Haskell interpreter built on top of the GHC API
URL : https://hackage.haskell.org/package/hint
License : BSD-3-Clause
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.