How To Install cdrdao.x86_64 on Amazon Linux 2

In this tutorial we learn how to install cdrdao.x86_64 in Amazon Linux 2. cdrdao.x86_64 is Writes audio CD-Rs in disk-at-once (DAO) mode

Introduction

In this tutorial we learn how to install cdrdao.x86_64 on Amazon Linux 2.

What is cdrdao.x86_64

Cdrdao records audio CD-Rs in disk-at-once (DAO) mode, based on a textual description of the CD contents. Recording in DAO mode writes the complete disc (lead-in, one or more tracks, and lead-out) in a single step. DAO allows full control over the length and the contents of pre-gaps, the pause areas between tracks.

We can use yum to install cdrdao.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install cdrdao.x86_64.

Install cdrdao.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install cdrdao.x86_64 using yum by running the following command:

sudo yum -y install cdrdao.x86_64

How To Uninstall cdrdao.x86_64 on Amazon Linux 2

To uninstall only the cdrdao.x86_64 package we can use the following command:

sudo yum remove cdrdao.x86_64

cdrdao.x86_64 Package Contents on Amazon Linux 2

/usr/bin/cdrdao
/usr/bin/cue2toc
/usr/bin/toc2cddb
/usr/bin/toc2cue
/usr/share/cdrdao
/usr/share/cdrdao/drivers
/usr/share/doc/cdrdao-1.2.3
/usr/share/doc/cdrdao-1.2.3/AUTHORS
/usr/share/doc/cdrdao-1.2.3/COPYING
/usr/share/doc/cdrdao-1.2.3/CREDITS
/usr/share/doc/cdrdao-1.2.3/ChangeLog
/usr/share/doc/cdrdao-1.2.3/README
/usr/share/man/man1/cdrdao.1.gz
/usr/share/man/man1/cue2toc.1.gz
/usr/share/man/man1/toc2cddb.1.gz
/usr/share/man/man1/toc2cue.1.gz

References

Summary

In this tutorial we learn how to install cdrdao.x86_64 on Amazon Linux 2 using yum.