How To Install libvarlink on Rocky Linux 8
In this tutorial we learn how to install libvarlink on Rocky Linux 8. libvarlink is Varlink C Library
Introduction
In this tutorial we learn how to install libvarlink on Rocky Linux 8.
What is libvarlink
Varlink C Library
We can use yum or dnf to install libvarlink on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libvarlink.
Install libvarlink 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 libvarlink using dnf by running the following command:
sudo dnf -y install libvarlink
Install libvarlink 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 libvarlink using yum by running the following command:
sudo yum -y install libvarlink
How To Uninstall libvarlink on Rocky Linux 8
To uninstall only the libvarlink package we can use the following command:
sudo dnf remove libvarlink
libvarlink Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/15642af8ec19987f4b373f28c8171dd099b0b5
/usr/lib64/libvarlink.so.0
/usr/share/licenses/libvarlink
/usr/share/licenses/libvarlink/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/46459b2f5e0526e2e51341c71b809cf28ce86d
/usr/lib/libvarlink.so.0
/usr/share/licenses/libvarlink
/usr/share/licenses/libvarlink/LICENSE
References
Summary
In this tutorial we learn how to install libvarlink on Rocky Linux 8 using yum and dnf.