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

Last updated: January 01,2025

1. Install "ghc-lrucache.x86_64" package

This tutorial shows how to install ghc-lrucache.x86_64 on Fedora 36

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

2. Uninstall "ghc-lrucache.x86_64" package

This guide let you learn how to uninstall ghc-lrucache.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 5:48:58 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-lrucache
Version : 1.2.0.1
Release : 12.fc36
Architecture : x86_64
Size : 46 k
Source : ghc-lrucache-1.2.0.1-12.fc36.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.