How to Install and Uninstall ghc-lens-family-core.x86_64 Package on Fedora 34

Last updated: October 05,2024

1. Install "ghc-lens-family-core.x86_64" package

Please follow the steps below to install ghc-lens-family-core.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-lens-family-core.x86_64

2. Uninstall "ghc-lens-family-core.x86_64" package

Please follow the step by step instructions below to uninstall ghc-lens-family-core.x86_64 on Fedora 34:

$ sudo dnf remove ghc-lens-family-core.x86_64 $ sudo dnf autoremove

3. Information about the ghc-lens-family-core.x86_64 package on Fedora 34

Last metadata expiration check: 3:16:19 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-lens-family-core
Version : 2.0.0
Release : 3.fc34
Architecture : x86_64
Size : 42 k
Source : ghc-lens-family-core-2.0.0-3.fc34.src.rpm
Repository : fedora
Summary : Haskell 2022 Lens Families
URL : https://hackage.haskell.org/package/lens-family-core
License : BSD
Description : This package provides first class(†) functional references in Van Laarhoven
: style supporting the following optics:
:
: * Lenses (view, over)
:
: * Traversals (toListOf, matching, over)
:
: * Setters (over)
:
: * Grates (zipWithOf, under, review)
:
: * Resetters (under)
:
: * Adapters (view, review)
:
: * Grids (toListOf, over / under, review)
:
: * Prisms (matching, over / under, review)
:
: * Getters (view)
:
: * Folders (toListOf)
:
: * Reviewers (review)
:
: (†) For optimal first-class support use the 'lens-family' package with rank 2 /
: rank N polymorphism. "Lens.Family.Clone" allows for first-class support of
: lenses and traversals for those who cannot support rank 2 polymorphism.