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

Last updated: May 07,2024

1. Install "ghc-readline.x86_64" package

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

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

2. Uninstall "ghc-readline.x86_64" package

Please follow the guidelines below to uninstall ghc-readline.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:44:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-readline
Version : 1.0.3.0
Release : 26.fc34
Architecture : x86_64
Size : 59 k
Source : ghc-readline-1.0.3.0-26.fc34.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.