How to Install and Uninstall dhall-json.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "dhall-json.x86_64" package

In this section, we are going to explain the necessary steps to install dhall-json.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "dhall-json.x86_64" package

This tutorial shows how to uninstall dhall-json.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the dhall-json.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:27:59 ago on Mon Feb 26 07:04:30 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.