How To Install brasero-libs on CentOS 8
Introduction
In this tutorial we learn how to install brasero-libs
on CentOS 8.
What is brasero-libs
The brasero-libs package contains the runtime shared libraries for brasero. brasero-libs 3.12.2 4.el8 x86_64 347 k brasero-3.12.2-4.el8.src.rpm appstream Libraries for brasero https GPLv3+ The brasero-libs package contains the runtime shared libraries for brasero.
We can use yum
or dnf
to install brasero-libs
on CentOS 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 CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
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 CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
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 CentOS 8
To uninstall only the brasero-libs
package we can use the following command:
sudo dnf remove brasero-libs
brasero-libs Package Contents on CentOS 8
/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/dc18bf9174b5e06a9e062c35692d1eb922d662
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/ac9015872e193be9a49a92c91d124a39ee2b25
/usr/lib/.build-id/d4/dfd390972f6c02bf85f474c2c75a107e5b539c
/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
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/f9c85162777abc5fb72c361d20233e0156d9a1
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/ddb1b0f812062cf739ad10246c86030a008ae7
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/0d2399998a6232b7f26895b1eb64c63627a060
/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
References
- [brasero-libs website](https://wiki.gnome.org/Apps/Brasero https://wiki.gnome.org/Apps/Brasero)
Summary
In this tutorial we learn how to install brasero-libs
on CentOS 8 using yum and dnf.