How to Install and Uninstall ghc-attoparsec.x86_64 Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "ghc-attoparsec.x86_64" package

Please follow the step by step instructions below to install ghc-attoparsec.x86_64 on Oracle Linux 8

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

2. Uninstall "ghc-attoparsec.x86_64" package

Here is a brief guide to show you how to uninstall ghc-attoparsec.x86_64 on Oracle Linux 8:

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

3. Information about the ghc-attoparsec.x86_64 package on Oracle Linux 8

Last metadata expiration check: 7:09:30 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ghc-attoparsec
Version : 0.13.2.2
Release : 1.el8
Architecture : x86_64
Size : 253 k
Source : ghc-attoparsec-0.13.2.2-1.el8.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.