How To Install kf5-kjs on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kjs
on Rocky Linux 8.
What is kf5-kjs
KDE Frameworks 1 Tier 1 functional module with JavaScript interpret.
We can use yum
or dnf
to install kf5-kjs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kjs.
Install kf5-kjs 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-kjs
using dnf
by running the following command:
sudo dnf -y install kf5-kjs
Install kf5-kjs 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-kjs
using yum
by running the following command:
sudo yum -y install kf5-kjs
How To Uninstall kf5-kjs on Rocky Linux 8
To uninstall only the kf5-kjs
package we can use the following command:
sudo dnf remove kf5-kjs
kf5-kjs Package Contents on Rocky Linux 8
/usr/bin/kjs5
/usr/lib/.build-id
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/43293d18e17194fcf77647848e75f392c8d487
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/3ded61547e44ac70add16a8ab2caa781bd532e
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/fc019a2b84d95a24ec573187f8b99bcef35d1a
/usr/lib64/libKF5JS.so.5
/usr/lib64/libKF5JS.so.5.68.0
/usr/lib64/libKF5JSApi.so.5
/usr/lib64/libKF5JSApi.so.5.68.0
/usr/share/doc/kf5-kjs
/usr/share/doc/kf5-kjs/README.md
/usr/share/licenses/kf5-kjs
/usr/share/licenses/kf5-kjs/COPYING.LIB
/usr/share/man/ca/man1/kjs5.1.gz
/usr/share/man/de/man1/kjs5.1.gz
/usr/share/man/es/man1/kjs5.1.gz
/usr/share/man/it/man1/kjs5.1.gz
/usr/share/man/man1/kjs5.1.gz
/usr/share/man/nl/man1/kjs5.1.gz
/usr/share/man/pt/man1/kjs5.1.gz
/usr/share/man/pt_BR/man1/kjs5.1.gz
/usr/share/man/sv/man1/kjs5.1.gz
/usr/share/man/uk/man1/kjs5.1.gz
References
Summary
In this tutorial we learn how to install kf5-kjs
on Rocky Linux 8 using yum and dnf.