How To Install brasero-nautilus on Rocky Linux 8
Introduction
In this tutorial we learn how to install brasero-nautilus
on Rocky Linux 8.
What is brasero-nautilus
The brasero-nautilus package contains the brasero nautilus extension.
We can use yum
or dnf
to install brasero-nautilus
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install brasero-nautilus.
Install brasero-nautilus 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-nautilus
using dnf
by running the following command:
sudo dnf -y install brasero-nautilus
Install brasero-nautilus 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-nautilus
using yum
by running the following command:
sudo yum -y install brasero-nautilus
How To Uninstall brasero-nautilus on Rocky Linux 8
To uninstall only the brasero-nautilus
package we can use the following command:
sudo dnf remove brasero-nautilus
brasero-nautilus Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/ce958a6b7850015ba68c595faaad3616e596f3
/usr/lib64/nautilus/extensions-3.0/libnautilus-brasero-extension.so
/usr/share/applications/brasero-nautilus.desktop
References
Summary
In this tutorial we learn how to install brasero-nautilus
on Rocky Linux 8 using yum and dnf.