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

Last updated: July 03,2024

1. Install "ghc-data-accessor.x86_64" package

Here is a brief guide to show you how to install ghc-data-accessor.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-data-accessor.x86_64

2. Uninstall "ghc-data-accessor.x86_64" package

This guide let you learn how to uninstall ghc-data-accessor.x86_64 on Fedora 34:

$ sudo dnf remove ghc-data-accessor.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:11:41 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-data-accessor
Version : 0.2.3
Release : 3.fc34
Architecture : x86_64
Size : 39 k
Source : ghc-data-accessor-0.2.3-3.fc34.src.rpm
Repository : fedora
Summary : Utilities for accessing and manipulating fields of records
URL : https://hackage.haskell.org/package/data-accessor
License : BSD
Description : With this package you can define record field accessors which allow setting,
: getting and modifying values easily. The package clearly demonstrates the power
: of the functional approach: You can combine accessors of a record and
: sub-records, to make the access look like the fields of the sub-record belong
: to the main record.