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

Last updated: July 01,2024

1. Install "dhall.x86_64" package

This is a short guide on how to install dhall.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install dhall.x86_64

2. Uninstall "dhall.x86_64" package

This tutorial shows how to uninstall dhall.x86_64 on Oracle Linux 9:

$ sudo dnf remove dhall.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:34:12 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : dhall
Version : 1.39.0
Release : 3.el9
Architecture : x86_64
Size : 4.8 M
Source : dhall-1.39.0-3.el9.src.rpm
Repository : epel
Summary : A configuration language guaranteed to terminate
URL : https://hackage.haskell.org/package/dhall
License : BSD
Description : Dhall is an explicitly typed configuration language that is not Turing
: complete. Despite being Turing incomplete, Dhall is a real programming language
: with a type-checker and evaluator.
:
: Use this library to parse, type-check, evaluate, and pretty-print the Dhall
: configuration language. This package also includes an executable which
: type-checks a Dhall file and reduces the file to a fully evaluated normal form.
:
: Read "Dhall.Tutorial" to learn how to use this library.