How To Install kf5-kross-ui on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kross-ui
on Rocky Linux 8.
What is kf5-kross-ui
Gui part of the Kross framework.
We can use yum
or dnf
to install kf5-kross-ui
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kross-ui.
Install kf5-kross-ui 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 kf5-kross-ui
using dnf
by running the following command:
sudo dnf -y install kf5-kross-ui
Install kf5-kross-ui 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 kf5-kross-ui
using yum
by running the following command:
sudo yum -y install kf5-kross-ui
How To Uninstall kf5-kross-ui on Rocky Linux 8
To uninstall only the kf5-kross-ui
package we can use the following command:
sudo dnf remove kf5-kross-ui
kf5-kross-ui Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/4f79a3d1e711e48487f9696100596fe88a9fb9
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/e5e7e1018d6d9f28229ceea510bb7c8ffbbd22
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/f0ef96908842cd263a97354b012adcd5351f9a
/usr/lib64/libKF5KrossUi.so.5
/usr/lib64/libKF5KrossUi.so.5.68.0
/usr/lib64/qt5/plugins/krossmoduleforms.so
/usr/lib64/qt5/plugins/krossmodulekdetranslation.so
References
Summary
In this tutorial we learn how to install kf5-kross-ui
on Rocky Linux 8 using yum and dnf.