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

Last updated: October 02,2024

1. Install "ghc-hint.x86_64" package

Here is a brief guide to show you how to install ghc-hint.x86_64 on Fedora 38

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

2. Uninstall "ghc-hint.x86_64" package

This tutorial shows how to uninstall ghc-hint.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 2:35:14 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-hint
Version : 0.9.0.6
Release : 3.fc38
Architecture : x86_64
Size : 182 k
Source : ghc-hint-0.9.0.6-3.fc38.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.