How to Install and Uninstall ghc-json.x86_64 Package on Fedora 38

Last updated: September 25,2024

1. Install "ghc-json.x86_64" package

This guide let you learn how to install ghc-json.x86_64 on Fedora 38

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

2. Uninstall "ghc-json.x86_64" package

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

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

3. Information about the ghc-json.x86_64 package on Fedora 38

Last metadata expiration check: 0:12:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-json
Version : 0.10
Release : 13.fc38
Architecture : x86_64
Size : 110 k
Source : ghc-json-0.10-13.fc38.src.rpm
Repository : fedora
Summary : Support for serialising Haskell to and from JSON
URL : https://hackage.haskell.org/package/json
License : BSD-3-Clause
Description : This library provides a parser and pretty printer for converting
: between Haskell values and JSON.