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

Last updated: October 05,2024

1. Install "ghc-fclabels.x86_64" package

Please follow the guidance below to install ghc-fclabels.x86_64 on Fedora 34

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

2. Uninstall "ghc-fclabels.x86_64" package

Please follow the guidelines below to uninstall ghc-fclabels.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:17:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-fclabels
Version : 2.0.5
Release : 3.fc34
Architecture : x86_64
Size : 70 k
Source : ghc-fclabels-2.0.5-3.fc34.src.rpm
Repository : fedora
Summary : First class accessor labels implemented as lenses
URL : https://hackage.haskell.org/package/fclabels
License : BSD
Description : This package provides first class labels that can act as bidirectional record
: fields. The labels can be derived automatically using Template Haskell which
: means you don't have to write any boilerplate yourself. The labels are
: implemented as /lenses/ and are fully composable. Lenses can be used to /get/,
: /set/ and /modify/ parts of a data type in a consistent way.