How To Install hpl-common on Fedora 36

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

Introduction

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

What is hpl-common

HPL common files

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

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

sudo dnf -y install hpl-common

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

sudo yum -y install hpl-common

How To Uninstall hpl-common on Fedora 36

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

sudo dnf remove hpl-common

hpl-common Package Contents on Fedora 36

/etc/hpl
/etc/hpl/HPL.dat
/usr/share/doc/hpl
/usr/share/doc/hpl/BUGS
/usr/share/doc/hpl/HISTORY
/usr/share/doc/hpl/README
/usr/share/doc/hpl/README.Fedora
/usr/share/doc/hpl/TODO
/usr/share/doc/hpl/TUNING
/usr/share/licenses/hpl
/usr/share/licenses/hpl/COPYRIGHT

References

Summary

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