How To Install krdc-libs on Rocky Linux 8
In this tutorial we learn how to install krdc-libs on Rocky Linux 8. krdc-libs is Runtime libraries for krdc
Introduction
In this tutorial we learn how to install krdc-libs
on Rocky Linux 8.
What is krdc-libs
Runtime libraries for krdc.
We can use yum
or dnf
to install krdc-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install krdc-libs.
Install krdc-libs 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-libs
using dnf
by running the following command:
sudo dnf -y install krdc-libs
Install krdc-libs 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-libs
using yum
by running the following command:
sudo yum -y install krdc-libs
How To Uninstall krdc-libs on Rocky Linux 8
To uninstall only the krdc-libs
package we can use the following command:
sudo dnf remove krdc-libs
krdc-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/cf37a22ee4c4bb152e5de51f33ce3a7b633ded
/usr/lib/.build-id/32
/usr/lib/.build-id/32/eaec5639deaa6bbba304969843512af59199ce
/usr/lib/.build-id/96
/usr/lib/.build-id/96/460412c7a5e9e393846869420765979eee62ae
/usr/lib/.build-id/98
/usr/lib/.build-id/98/41139d107371cf6b622172ab784bb691f3e361
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/34152ec5490904e07a1ca4693bd0a5a7927857
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/66dee979e70a18c91cf6b5f807e32c710abd5d
/usr/lib64/libkrdccore.so.19.12.2
/usr/lib64/libkrdccore.so.5
/usr/lib64/qt5/plugins/krdc
/usr/lib64/qt5/plugins/krdc/kcms
/usr/lib64/qt5/plugins/krdc/kcms/libkcm_krdc_rdpplugin.so
/usr/lib64/qt5/plugins/krdc/kcms/libkcm_krdc_vncplugin.so
/usr/lib64/qt5/plugins/krdc/libkrdc_rdpplugin.so
/usr/lib64/qt5/plugins/krdc/libkrdc_testplugin.so
/usr/lib64/qt5/plugins/krdc/libkrdc_vncplugin.so
References
Summary
In this tutorial we learn how to install krdc-libs
on Rocky Linux 8 using yum and dnf.