How to Install and Uninstall ghc-cached-json-file.x86_64 Package on Fedora 39

Last updated: June 02,2024

1. Install "ghc-cached-json-file.x86_64" package

Please follow the instructions below to install ghc-cached-json-file.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-cached-json-file.x86_64

2. Uninstall "ghc-cached-json-file.x86_64" package

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

$ sudo dnf remove ghc-cached-json-file.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cached-json-file.x86_64 package on Fedora 39

Last metadata expiration check: 1:15:08 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-cached-json-file
Version : 0.1.1
Release : 14.fc39
Architecture : x86_64
Size : 26 k
Source : ghc-cached-json-file-0.1.1-14.fc39.src.rpm
Repository : fedora
Summary : Locally cache a json file obtained by http
URL : https://hackage.haskell.org/package/cached-json-file
License : BSD-3-Clause
Description : A small library for caching a slow-changing remote json file in a specified
: directory (under "~/.cache/"). When the json is requested and the cache file is
: still fresh enough it is read directly from the local cache, otherwise the
: cached file is refreshed first.