How To Install dhall-common on Fedora 36

In this tutorial we learn how to install dhall-common in Fedora 36. dhall-common is dhall common files

Introduction

In this tutorial we learn how to install dhall-common on Fedora 36.

What is dhall-common

This package provides the dhall common data files.

We can use yum or dnf to install dhall-common on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install dhall-common.

Install dhall-common on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install dhall-common using dnf by running the following command:

sudo dnf -y install dhall-common

Install dhall-common on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install dhall-common using yum by running the following command:

sudo yum -y install dhall-common

How To Uninstall dhall-common on Fedora 36

To uninstall only the dhall-common package we can use the following command:

sudo dnf remove dhall-common

dhall-common Package Contents on Fedora 36

/usr/share/dhall-1.39.0
/usr/share/dhall-1.39.0/man
/usr/share/dhall-1.39.0/man/dhall.1
/usr/share/doc/dhall-common
/usr/share/doc/dhall-common/CHANGELOG.md
/usr/share/licenses/dhall-common
/usr/share/licenses/dhall-common/LICENSE

References

Summary

In this tutorial we learn how to install dhall-common on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).