How to Install and Uninstall ghc-microlens.x86_64 Package on Oracle Linux 9

Last updated: September 23,2024

1. Install "ghc-microlens.x86_64" package

This is a short guide on how to install ghc-microlens.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-microlens.x86_64" package

Please follow the step by step instructions below to uninstall ghc-microlens.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-microlens.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:35:45 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-microlens
Version : 0.4.12.0
Release : 2.el9
Architecture : x86_64
Size : 34 k
Source : ghc-microlens-0.4.12.0-2.el9.src.rpm
Repository : epel
Summary : A tiny lens library with no dependencies
URL : https://hackage.haskell.org/package/microlens
License : BSD
Description : NOTE: If you're writing an app, you probably want
: – it
: has the most features.
: is intended more for library writers who want a tiny lens library (after all,
: lenses are pretty useful for everything, not just for updating records!).
:
: This library is an extract from
: (with no dependencies). It's not a toy lenses library, unsuitable for “real
: world”, but merely a small one. It is compatible with lens, and should have
: same performance. It also has better documentation.