How to Install and Uninstall ghc-microlens-th.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghc-microlens-th.x86_64" package

Please follow the guidelines below to install ghc-microlens-th.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-microlens-th.x86_64

2. Uninstall "ghc-microlens-th.x86_64" package

This tutorial shows how to uninstall ghc-microlens-th.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-microlens-th.x86_64 $ sudo dnf autoremove

3. Information about the ghc-microlens-th.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:08:52 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-microlens-th
Version : 0.4.3.10
Release : 2.el9
Architecture : x86_64
Size : 69 k
Source : ghc-microlens-th-0.4.3.10-2.el9.src.rpm
Repository : epel
Summary : Automatic generation of record lenses for microlens
URL : https://hackage.haskell.org/package/microlens-th
License : BSD
Description : This package lets you automatically generate lenses for data types; code was
: extracted from the lens package, and therefore generated lenses are fully
: compatible with ones generated by lens (and can be used both from lens and
: microlens).
:
: This package is a part of the : microlens> family; see the readme : on Github>.