How To Install hlint-common on Fedora 36

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

Introduction

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

What is hlint-common

This package provides the hlint common data files.

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

Install hlint-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 hlint-common using dnf by running the following command:

sudo dnf -y install hlint-common

Install hlint-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 hlint-common using yum by running the following command:

sudo yum -y install hlint-common

How To Uninstall hlint-common on Fedora 36

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

sudo dnf remove hlint-common

hlint-common Package Contents on Fedora 36

/usr/share/doc/hlint-common
/usr/share/doc/hlint-common/CHANGES.txt
/usr/share/doc/hlint-common/README.md
/usr/share/hlint-3.2.7
/usr/share/hlint-3.2.7/HLint_QuickCheck.hs
/usr/share/hlint-3.2.7/HLint_TypeCheck.hs
/usr/share/hlint-3.2.7/Test.hs
/usr/share/hlint-3.2.7/default.yaml
/usr/share/hlint-3.2.7/hlint.ghci
/usr/share/hlint-3.2.7/hlint.yaml
/usr/share/hlint-3.2.7/hs-lint.el
/usr/share/hlint-3.2.7/report_template.html
/usr/share/licenses/hlint-common
/usr/share/licenses/hlint-common/LICENSE

References

Summary

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