How to Install and Uninstall ghc-attoparsec.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghc-attoparsec.x86_64" package

This is a short guide on how to install ghc-attoparsec.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "ghc-attoparsec.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-attoparsec.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the ghc-attoparsec.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:00 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-attoparsec
Version : 0.13.2.5
Release : 2.el9
Architecture : x86_64
Size : 232 k
Source : ghc-attoparsec-0.13.2.5-2.el9.src.rpm
Repository : epel
Summary : Fast combinator parsing for bytestrings and text
URL : https://hackage.haskell.org/package/attoparsec
License : BSD
Description : A fast parser combinator library, aimed particularly at dealing efficiently
: with network protocols and complicated text/binary file formats.