How To Install krdc-devel on Rocky Linux 8
In this tutorial we learn how to install krdc-devel on Rocky Linux 8. krdc-devel is Developer files for krdc
Introduction
In this tutorial we learn how to install krdc-devel
on Rocky Linux 8.
What is krdc-devel
Developer files for krdc.
We can use yum
or dnf
to install krdc-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install krdc-devel.
Install krdc-devel 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 krdc-devel
using dnf
by running the following command:
sudo dnf -y install krdc-devel
Install krdc-devel 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 krdc-devel
using yum
by running the following command:
sudo yum -y install krdc-devel
How To Uninstall krdc-devel on Rocky Linux 8
To uninstall only the krdc-devel
package we can use the following command:
sudo dnf remove krdc-devel
krdc-devel Package Contents on Rocky Linux 8
/usr/include/krdc
/usr/include/krdc/hostpreferences.h
/usr/include/krdc/remoteview.h
/usr/include/krdc/remoteviewfactory.h
/usr/include/krdccore_export.h
/usr/lib64/libkrdccore.so
References
Summary
In this tutorial we learn how to install krdc-devel
on Rocky Linux 8 using yum and dnf.