How to Install and Uninstall ghc-attoparsec.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "ghc-attoparsec.x86_64" package

This guide covers the steps necessary to install ghc-attoparsec.x86_64 on Fedora 38

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

2. Uninstall "ghc-attoparsec.x86_64" package

This guide let you learn how to uninstall ghc-attoparsec.x86_64 on Fedora 38:

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

3. Information about the ghc-attoparsec.x86_64 package on Fedora 38

Last metadata expiration check: 5:10:09 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-attoparsec
Version : 0.14.4
Release : 2.fc38
Architecture : x86_64
Size : 228 k
Source : ghc-attoparsec-0.14.4-2.fc38.src.rpm
Repository : fedora
Summary : Fast combinator parsing for bytestrings and text
URL : https://hackage.haskell.org/package/attoparsec
License : BSD-3-Clause
Description : A fast parser combinator library, aimed particularly at dealing efficiently
: with network protocols and complicated text/binary file formats.