How to Install and Uninstall ghc-hint.x86_64 Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "ghc-hint.x86_64" package

Learn how to install ghc-hint.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-hint.x86_64" package

Learn how to uninstall ghc-hint.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-hint.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:18:05 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-hint
Version : 0.9.0.5
Release : 1.el9
Architecture : x86_64
Size : 194 k
Source : ghc-hint-0.9.0.5-1.el9.src.rpm
Repository : epel
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.