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

Last updated: September 19,2024

1. Install "ghc-csv.x86_64" package

Please follow the step by step instructions below to install ghc-csv.x86_64 on Fedora 34

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

2. Uninstall "ghc-csv.x86_64" package

Please follow the guidance below to uninstall ghc-csv.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:20:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-csv
Version : 0.1.2
Release : 40.fc34
Architecture : x86_64
Size : 17 k
Source : ghc-csv-0.1.2-40.fc34.src.rpm
Repository : fedora
Summary : CSV loader and dumper
URL : https://hackage.haskell.org/package/csv
License : MIT
Description : This library parses and dumps documents that are formatted
: according to RFC 4180, "The common Format and MIME Type for
: Comma-Separated Values (CSV) Files". This format is used,
: among many other things, as a lingua franca for spreadsheets,
: and for certain web services.