How to Install and Uninstall dhall.x86_64 Package on Fedora 35

Last updated: January 11,2025

1. Install "dhall.x86_64" package

Here is a brief guide to show you how to install dhall.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install dhall.x86_64

2. Uninstall "dhall.x86_64" package

Please follow the steps below to uninstall dhall.x86_64 on Fedora 35:

$ sudo dnf remove dhall.x86_64 $ sudo dnf autoremove

3. Information about the dhall.x86_64 package on Fedora 35

Last metadata expiration check: 4:10:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : dhall
Version : 1.39.0
Release : 1.fc35
Architecture : x86_64
Size : 4.8 M
Source : dhall-1.39.0-1.fc35.src.rpm
Repository : fedora
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.