How To Install wodim on Rocky Linux 8

In this tutorial we learn how to install wodim on Rocky Linux 8. wodim is A command line CD/DVD recording program

Introduction

In this tutorial we learn how to install wodim on Rocky Linux 8.

What is wodim

Wodim is an application for creating audio and data CDs. Wodim works with many different brands of CD recorders, fully supports multi-sessions and provides human-readable error messages.

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

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

sudo dnf -y install wodim

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

sudo yum -y install wodim

How To Uninstall wodim on Rocky Linux 8

To uninstall only the wodim package we can use the following command:

sudo dnf remove wodim

wodim Package Contents on Rocky Linux 8

/usr/bin/cdrecord
/usr/bin/devdump
/usr/bin/dvdrecord
/usr/bin/readom
/usr/bin/wodim
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/2e356f2e07efa11a92646701f6ae0e36b4a6bc
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/1e0b44f911cc640c04366b755f2ef5494166e8
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/17862768292e7b0e6d9053a00c5567d61bdaf4
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/fa03782c26a2fa532efcf276d44b80c6fda677
/usr/sbin/netscsid
/usr/share/doc/wodim
/usr/share/doc/wodim/COPYING
/usr/share/doc/wodim/Changelog
/usr/share/doc/wodim/FAQ
/usr/share/doc/wodim/FORK
/usr/share/doc/wodim/READMEs
/usr/share/doc/wodim/READMEs/README.ATAPI
/usr/share/doc/wodim/READMEs/README.ATAPI.setup
/usr/share/doc/wodim/READMEs/README.audio
/usr/share/doc/wodim/READMEs/README.cdplus
/usr/share/doc/wodim/READMEs/README.cdtext
/usr/share/doc/wodim/READMEs/README.copy
/usr/share/doc/wodim/READMEs/README.multi
/usr/share/doc/wodim/READMEs/README.netscsid
/usr/share/doc/wodim/READMEs/README.sony
/usr/share/doc/wodim/READMEs/README.suidroot
/usr/share/doc/wodim/READMEs/README.verify
/usr/share/doc/wodim/START
/usr/share/doc/wodim/wodim
/usr/share/doc/wodim/wodim/README.DiskT@2
/usr/share/doc/wodim/wodim/README.WORM
/usr/share/doc/wodim/wodim/README.cdrw
/usr/share/doc/wodim/wodim/README.clone
/usr/share/doc/wodim/wodim/README.raw
/usr/share/man/man1/devdump.1.gz
/usr/share/man/man1/netscsid.1.gz
/usr/share/man/man1/readom.1.gz
/usr/share/man/man1/wodim.1.gz

References

Summary

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