How To Install cdparanoia-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install cdparanoia-devel.x86_64 in Amazon Linux 2. cdparanoia-devel.x86_64 is Development tools for libcdda_paranoia (Paranoia III)

Introduction

In this tutorial we learn how to install cdparanoia-devel.x86_64 on Amazon Linux 2.

What is cdparanoia-devel.x86_64

The cdparanoia-devel package contains the libraries and header files needed for developing applications to read CD Digital Audio disks.

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

Install cdparanoia-devel.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 cdparanoia-devel.x86_64 using yum by running the following command:

sudo yum -y install cdparanoia-devel.x86_64

How To Uninstall cdparanoia-devel.x86_64 on Amazon Linux 2

To uninstall only the cdparanoia-devel.x86_64 package we can use the following command:

sudo yum remove cdparanoia-devel.x86_64

cdparanoia-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/cdda
/usr/include/cdda/cdda_interface.h
/usr/include/cdda/cdda_paranoia.h
/usr/include/cdda/utils.h
/usr/lib64/libcdda_interface.so
/usr/lib64/libcdda_paranoia.so

References

Summary

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