How to Install and Uninstall ghc-lens.x86_64 Package on Fedora 39

Last updated: November 29,2024

1. Install "ghc-lens.x86_64" package

Please follow the guidance below to install ghc-lens.x86_64 on Fedora 39

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

2. Uninstall "ghc-lens.x86_64" package

Please follow the guidance below to uninstall ghc-lens.x86_64 on Fedora 39:

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

3. Information about the ghc-lens.x86_64 package on Fedora 39

Last metadata expiration check: 3:33:08 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-lens
Version : 5.2.2
Release : 1.fc39
Architecture : x86_64
Size : 719 k
Source : ghc-lens-5.2.2-1.fc39.src.rpm
Repository : fedora
Summary : Lenses, Folds and Traversals
URL : https://hackage.haskell.org/package/lens
License : BSD-2-Clause
Description : This package comes "Batteries Included" with many useful lenses for the types
: commonly used from the Haskell Platform, and with tools for automatically
: generating lenses and isomorphisms for user-supplied data types.
:
: The combinators in 'Control.Lens' provide a highly generic toolbox for
: composing families of getters, folds, isomorphisms, traversals, setters and
: lenses and their indexed variants.
:
: An overview, with a large number of examples can be found in the README at
: https://github.com/ekmett/lens#lens-lenses-folds-and-traversals.