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

Last updated: July 03,2024

1. Install "ghc-lens.x86_64" package

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

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

2. Uninstall "ghc-lens.x86_64" package

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

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

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

Last metadata expiration check: 0:58:08 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-lens
Version : 4.18.1
Release : 3.fc34
Architecture : x86_64
Size : 772 k
Source : ghc-lens-4.18.1-3.fc34.src.rpm
Repository : fedora
Summary : Lenses, Folds and Traversals
URL : https://hackage.haskell.org/package/lens
License : BSD
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.