How To Install libqhull on Rocky Linux 8

In this tutorial we learn how to install libqhull on Rocky Linux 8. libqhull is -n libqhull

Introduction

In this tutorial we learn how to install libqhull on Rocky Linux 8.

What is libqhull

-n libqhull

We can use yum or dnf to install libqhull on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libqhull.

Install libqhull on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libqhull

Install libqhull on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libqhull using yum by running the following command:

sudo yum -y install libqhull

How To Uninstall libqhull on Rocky Linux 8

To uninstall only the libqhull package we can use the following command:

sudo dnf remove libqhull

libqhull Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/21ecee11157745f63863db26bec9f461a41836
/usr/lib/libqhull.so.7
/usr/lib/libqhull.so.7.2.0
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/08f323580e9a318f7ae4f386e9bfb8a2dc819a
/usr/lib64/libqhull.so.7
/usr/lib64/libqhull.so.7.2.0

References

Summary

In this tutorial we learn how to install libqhull on Rocky Linux 8 using yum and dnf.