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

Last updated: May 20,2024

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

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

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

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

Learn how to uninstall ghc-microlens-platform.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 3:40:34 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-microlens-platform
Version : 0.4.3.3
Release : 1.fc39
Architecture : x86_64
Size : 47 k
Source : ghc-microlens-platform-0.4.3.3-1.fc39.src.rpm
Repository : fedora
Summary : Microlens + all batteries included (best for apps)
URL : https://hackage.haskell.org/package/microlens-platform
License : BSD-3-Clause
Description : This package exports a module which is the recommended starting point for using
: microlens if you aren't trying to keep your dependencies minimal.
: By importing 'Lens.Micro.Platform' you get all functions and instances from
: microlens, microlens-th, microlens-mtl, microlens-ghc, as well as
: instances for 'Vector', 'Text', and 'HashMap'.
:
: The minor and major versions of microlens-platform are incremented whenever the
: minor and major versions of any other microlens package are incremented, so you
: can depend on the exact version of microlens-platform without specifying the
: version of microlens (microlens-mtl, etc) you need.