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

Last updated: October 05,2024

1. Install "ghc-lrucache.x86_64" package

Please follow the step by step instructions below to install ghc-lrucache.x86_64 on Fedora 34

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

2. Uninstall "ghc-lrucache.x86_64" package

Please follow the instructions below to uninstall ghc-lrucache.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 3:35:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-lrucache
Version : 1.2.0.1
Release : 9.fc34
Architecture : x86_64
Size : 46 k
Source : ghc-lrucache-1.2.0.1-9.fc34.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.