How To Install dvd+rw-tools on Rocky Linux 8

In this tutorial we learn how to install dvd+rw-tools on Rocky Linux 8. dvd+rw-tools is Toolchain to master DVD+RW/+R media

Introduction

In this tutorial we learn how to install dvd+rw-tools on Rocky Linux 8.

What is dvd+rw-tools

Collection of tools to master DVD+RW/+R media. For further information see http

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

Install dvd+rw-tools 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 dvd+rw-tools using dnf by running the following command:

sudo dnf -y install dvd+rw-tools

Install dvd+rw-tools 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 dvd+rw-tools using yum by running the following command:

sudo yum -y install dvd+rw-tools

How To Uninstall dvd+rw-tools on Rocky Linux 8

To uninstall only the dvd+rw-tools package we can use the following command:

sudo dnf remove dvd+rw-tools

dvd+rw-tools Package Contents on Rocky Linux 8

/usr/bin/dvd+rw-booktype
/usr/bin/dvd+rw-format
/usr/bin/dvd+rw-mediainfo
/usr/bin/dvd-ram-control
/usr/bin/growisofs
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/eaafe2e3a29c13e0d85fc7d74cc092d2a236c9
/usr/lib/.build-id/10
/usr/lib/.build-id/10/eee2cd7f8a16aba544b88b073a26e49b278f8e
/usr/lib/.build-id/58
/usr/lib/.build-id/58/fd33c7e11769b0d3e13e1ce60db4d1fea429eb
/usr/lib/.build-id/77
/usr/lib/.build-id/77/a50728fc5810de45f19815c3e630a987e6f146
/usr/lib/.build-id/93
/usr/lib/.build-id/93/777baad6ecd891a6d143947bab5fe7dbe3f125
/usr/share/doc/dvd+rw-tools
/usr/share/doc/dvd+rw-tools/LICENSE
/usr/share/doc/dvd+rw-tools/index.html
/usr/share/man/man1/dvd+rw-format.1.gz
/usr/share/man/man1/growisofs.1.gz

References

Summary

In this tutorial we learn how to install dvd+rw-tools on Rocky Linux 8 using yum and dnf.