How to Install and Uninstall ghc-hint.x86_64 Package on Rocky Linux 9
Last updated: November 02,2024
1. Install "ghc-hint.x86_64" package
This guide let you learn how to install ghc-hint.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
ghc-hint.x86_64
Copied
2. Uninstall "ghc-hint.x86_64" package
This guide covers the steps necessary to uninstall ghc-hint.x86_64 on Rocky Linux 9:
$
sudo dnf remove
ghc-hint.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-hint.x86_64 package on Rocky Linux 9
Last metadata expiration check: 1:29:43 ago on Fri Feb 16 06:49:52 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.
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.