How To Install okteta-libs on Rocky Linux 8

In this tutorial we learn how to install okteta-libs on Rocky Linux 8. okteta-libs is Runtime libraries and kpart plugins for okteta

Introduction

In this tutorial we learn how to install okteta-libs on Rocky Linux 8.

What is okteta-libs

Runtime libraries and kpart plugins for okteta.

We can use yum or dnf to install okteta-libs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install okteta-libs.

Install okteta-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 okteta-libs using dnf by running the following command:

sudo dnf -y install okteta-libs

Install okteta-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 okteta-libs using yum by running the following command:

sudo yum -y install okteta-libs

How To Uninstall okteta-libs on Rocky Linux 8

To uninstall only the okteta-libs package we can use the following command:

sudo dnf remove okteta-libs

okteta-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/76d683d374599dc93bb88691b2ce4dcd8b5f75
/usr/lib/.build-id/54/d25db9377598d212ff5621b60629bea6e18c2a
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/5615b7d747fe19368b4d052fdd1a5128635a4c
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/1700823f5df8c2e2a8199d83da5d0689b6a0dd
/usr/lib/.build-id/85
/usr/lib/.build-id/85/fef3f7037cca5cb3eddc5f29eebbc766dbb7fb
/usr/lib/.build-id/87
/usr/lib/.build-id/87/6dbd9519280e646bacb064e8d81e25df4c13c0
/usr/lib/.build-id/88
/usr/lib/.build-id/88/28606d98a68114dede8ce9c58f388bd7e55e81
/usr/lib/.build-id/94
/usr/lib/.build-id/94/e5963d3f523bc833ec5591e290552c956309c9
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/bcd46936ce7cd90a591b93b3c41db14d4cfa32
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/44d5ed0f613218322c5f8ee16eaad4b2355205
/usr/lib64/libKasten4Controllers.so.0
/usr/lib64/libKasten4Controllers.so.0.4.0
/usr/lib64/libKasten4Core.so.0
/usr/lib64/libKasten4Core.so.0.4.0
/usr/lib64/libKasten4Gui.so.0
/usr/lib64/libKasten4Gui.so.0.4.0
/usr/lib64/libKasten4Okteta2Controllers.so.0
/usr/lib64/libKasten4Okteta2Controllers.so.0.4.0
/usr/lib64/libKasten4Okteta2Core.so.0
/usr/lib64/libKasten4Okteta2Core.so.0.4.0
/usr/lib64/libKasten4Okteta2Gui.so.0
/usr/lib64/libKasten4Okteta2Gui.so.0.4.0
/usr/lib64/libOkteta3Core.so.0
/usr/lib64/libOkteta3Core.so.0.10.0
/usr/lib64/libOkteta3Gui.so.0
/usr/lib64/libOkteta3Gui.so.0.10.0
/usr/lib64/qt5/plugins/designer/oktetawidgets.so
/usr/lib64/qt5/plugins/kf5/parts/oktetapart.so
/usr/share/config.kcfg/structureviewpreferences.kcfg
/usr/share/kservices5/oktetapart.desktop
/usr/share/okteta
/usr/share/okteta/structures
/usr/share/okteta/structures/elf
/usr/share/okteta/structures/elf/main.osd
/usr/share/okteta/structures/elf/metadata.desktop
/usr/share/okteta/structures/gccxml-to-osd.xsl
/usr/share/okteta/structures/png
/usr/share/okteta/structures/png/main.osd
/usr/share/okteta/structures/png/metadata.desktop
/usr/share/okteta/structures/uuid.js

References

Summary

In this tutorial we learn how to install okteta-libs on Rocky Linux 8 using yum and dnf.