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

Last updated: November 28,2024

1. Install "ghc-lrucache.x86_64" package

This guide covers the steps necessary to install ghc-lrucache.x86_64 on Fedora 39

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

2. Uninstall "ghc-lrucache.x86_64" package

In this section, we are going to explain the necessary steps to uninstall ghc-lrucache.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 5:00:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-lrucache
Version : 1.2.0.1
Release : 22.fc39
Architecture : x86_64
Size : 45 k
Source : ghc-lrucache-1.2.0.1-22.fc39.src.rpm
Repository : fedora
Summary : A simple, pure LRU cache
URL : https://hackage.haskell.org/package/lrucache
License : BSD-3-Clause
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.