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

Last updated: October 01,2024

1. Install "dhall-json.x86_64" package

Learn how to install dhall-json.x86_64 on Oracle Linux 9

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

2. Uninstall "dhall-json.x86_64" package

Here is a brief guide to show you how to uninstall dhall-json.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:00:38 ago on Thu Feb 15 07:50:05 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.