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

Last updated: October 12,2024

1. Install "ghc-readline.x86_64" package

This tutorial shows how to install ghc-readline.x86_64 on Fedora 39

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

2. Uninstall "ghc-readline.x86_64" package

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

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

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

Last metadata expiration check: 2:03:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-readline
Version : 1.0.3.0
Release : 44.fc39
Architecture : x86_64
Size : 58 k
Source : ghc-readline-1.0.3.0-44.fc39.src.rpm
Repository : fedora
Summary : An interface to the GNU readline library
URL : https://hackage.haskell.org/package/readline
License : GPL-2.0-or-later
Description : The GNU Readline library provides a set of functions for use by applications
: that allow users to edit command lines as they are typed in. The Readline
: library includes additional functions to maintain a list of previously-entered
: command lines, to recall and perhaps reedit those lines, and perform csh-like
: history expansion on previous commands.