How To Install librcc-gtk3 on Rocky Linux 8

In this tutorial we learn how to install librcc-gtk3 on Rocky Linux 8. librcc-gtk3 is RusXMMS Encoding Conversion Library GTK3 bindings

Introduction

In this tutorial we learn how to install librcc-gtk3 on Rocky Linux 8.

What is librcc-gtk3

The librcc-gtk3 package contains GTK3 bindings for RusXMMS Encoding Conversion Library

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

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

sudo dnf -y install librcc-gtk3

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

sudo yum -y install librcc-gtk3

How To Uninstall librcc-gtk3 on Rocky Linux 8

To uninstall only the librcc-gtk3 package we can use the following command:

sudo dnf remove librcc-gtk3

librcc-gtk3 Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/c2fb9695eab54768e362f3d48de295c9abe215
/usr/lib64/librccgtk3.so.0
/usr/lib64/librccgtk3.so.0.2.12

References

Summary

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