How To Install brasero-libs on Rocky Linux 8

In this tutorial we learn how to install brasero-libs on Rocky Linux 8. brasero-libs is Libraries for brasero

Introduction

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

What is brasero-libs

The brasero-libs package contains the runtime shared libraries for brasero.

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

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

sudo dnf -y install brasero-libs

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

sudo yum -y install brasero-libs

How To Uninstall brasero-libs on Rocky Linux 8

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

sudo dnf remove brasero-libs

brasero-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/11
/usr/lib/.build-id/11/71c2a386292e30adf89f65c8d14375250abac1
/usr/lib/.build-id/84
/usr/lib/.build-id/84/f89049f1e205d949fae0bcbf44e7ee3dcdf6c0
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/11ecfd168c5b59e561923431b35f5955c1d9fd
/usr/lib64/girepository-1.0/BraseroBurn-3.1.typelib
/usr/lib64/girepository-1.0/BraseroMedia-3.1.typelib
/usr/lib64/libbrasero-burn3.so.1
/usr/lib64/libbrasero-burn3.so.1.2.6
/usr/lib64/libbrasero-media3.so.1
/usr/lib64/libbrasero-media3.so.1.2.6
/usr/lib64/libbrasero-utils3.so.1
/usr/lib64/libbrasero-utils3.so.1.2.6
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/ebbe34b3be9ac60e67e8557044b89105ff923e
/usr/lib/.build-id/51
/usr/lib/.build-id/51/530af9fa49cfb0819e818e003adc216a30da30
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/197ea2aaa224dc2f23e09de6e03f03ade56c36
/usr/lib/girepository-1.0/BraseroBurn-3.1.typelib
/usr/lib/girepository-1.0/BraseroMedia-3.1.typelib
/usr/lib/libbrasero-burn3.so.1
/usr/lib/libbrasero-burn3.so.1.2.6
/usr/lib/libbrasero-media3.so.1
/usr/lib/libbrasero-media3.so.1.2.6
/usr/lib/libbrasero-utils3.so.1
/usr/lib/libbrasero-utils3.so.1.2.6

References

Summary

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