How to Install and Uninstall dhall-json.x86_64 Package on Rocky Linux 9

Last updated: July 08,2024

1. Install "dhall-json.x86_64" package

Please follow the guidelines below to install dhall-json.x86_64 on Rocky Linux 9

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

2. Uninstall "dhall-json.x86_64" package

This is a short guide on how to uninstall dhall-json.x86_64 on Rocky Linux 9:

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

3. Information about the dhall-json.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:10:01 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : dhall-json
Version : 1.7.7
Release : 3.el9
Architecture : x86_64
Size : 14 M
Source : dhall-json-1.7.7-3.el9.src.rpm
Repository : epel
Summary : Convert between Dhall and JSON or YAML
URL : https://hackage.haskell.org/package/dhall-json
License : BSD
Description : Use this package if you want to convert between Dhall expressions and JSON or
: YAML. You can use this package as a library or an executable:
:
: * See the "Dhall.JSON" or "Dhall.JSONToDhall" modules if you want to use this
: package as a library
:
: * Use the 'dhall-to-json', 'dhall-to-yaml', or 'json-to-dhall' programs from
: this package if you want an executable
:
: The "Dhall.JSON" and "Dhall.JSONToDhall" modules also contains instructions for
: how to use this package.