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

Last updated: November 25,2024

1. Install "ghc-readline.x86_64" package

This guide let you learn how to install ghc-readline.x86_64 on Fedora 36

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

2. Uninstall "ghc-readline.x86_64" package

This guide covers the steps necessary to uninstall ghc-readline.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:57:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-readline
Version : 1.0.3.0
Release : 29.fc36
Architecture : x86_64
Size : 29 k
Source : ghc-readline-1.0.3.0-29.fc36.src.rpm
Repository : fedora
Summary : An interface to the GNU readline library
URL : https://hackage.haskell.org/package/readline
License : GPL+
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.