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

Last updated: October 05,2024

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

This guide let you learn how to install ghc-lens-family-core.x86_64 on Fedora 36

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

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

This is a short guide on how to uninstall ghc-lens-family-core.x86_64 on Fedora 36:

$ 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 36

Last metadata expiration check: 3:05:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-lens-family-core
Version : 2.0.0
Release : 6.fc36
Architecture : x86_64
Size : 42 k
Source : ghc-lens-family-core-2.0.0-6.fc36.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.