How to Install and Uninstall ghc-lrucache.x86_64 Package on Fedora 35

Last updated: October 11,2024

1. Install "ghc-lrucache.x86_64" package

Please follow the guidelines below to install ghc-lrucache.x86_64 on Fedora 35

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

2. Uninstall "ghc-lrucache.x86_64" package

This guide covers the steps necessary to uninstall ghc-lrucache.x86_64 on Fedora 35:

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

3. Information about the ghc-lrucache.x86_64 package on Fedora 35

Last metadata expiration check: 1:08:58 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-lrucache
Version : 1.2.0.1
Release : 11.fc35
Architecture : x86_64
Size : 46 k
Source : ghc-lrucache-1.2.0.1-11.fc35.src.rpm
Repository : fedora
Summary : A simple, pure LRU cache
URL : https://hackage.haskell.org/package/lrucache
License : BSD
Description : This package contains a simple, pure LRU cache, implemented in terms of
: "Data.Map".
:
: It also contains a mutable IO wrapper providing atomic updates to an LRU cache.