How To Install libqhull_p on Rocky Linux 8
In this tutorial we learn how to install libqhull_p on Rocky Linux 8. libqhull_p is libqhull_p
Introduction
In this tutorial we learn how to install libqhull_p on Rocky Linux 8.
What is libqhull_p
libqhull_p
We can use yum or dnf to install libqhull_p on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libqhull_p.
Install libqhull_p 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_p using dnf by running the following command:
sudo dnf -y install libqhull_p
Install libqhull_p 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_p using yum by running the following command:
sudo yum -y install libqhull_p
How To Uninstall libqhull_p on Rocky Linux 8
To uninstall only the libqhull_p package we can use the following command:
sudo dnf remove libqhull_p
libqhull_p Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/26e7bce34abc7f0ef11a205a6b0de593a7d074
/usr/lib/libqhull_p.so.7
/usr/lib/libqhull_p.so.7.2.0
/usr/lib/.build-id
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/0934c8220f85431c3ba6dce457fc202fbf8174
/usr/lib64/libqhull_p.so.7
/usr/lib64/libqhull_p.so.7.2.0
References
Summary
In this tutorial we learn how to install libqhull_p on Rocky Linux 8 using yum and dnf.