How To Install brasero-nautilus on AlmaLinux 8

In this tutorial we learn how to install brasero-nautilus in AlmaLinux 8. brasero-nautilus is Nautilus extension for brasero

Introduction

In this tutorial we learn how to install brasero-nautilus on AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 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 AlmaLinux 8

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

sudo dnf remove brasero-nautilus

References

Summary

In this tutorial we learn how to install brasero-nautilus on AlmaLinux 8 using yum and dnf.