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

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

Introduction

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

What is cdparanoia-libs.x86_64

The cdparanoia-libs package contains the dynamic libraries needed for applications which read CD Digital Audio disks.

We can use yum to install cdparanoia-libs.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-libs.x86_64.

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

sudo yum -y install cdparanoia-libs.x86_64

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

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

sudo yum remove cdparanoia-libs.x86_64

cdparanoia-libs.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libcdda_interface.so.0
/usr/lib64/libcdda_interface.so.0.10.2
/usr/lib64/libcdda_paranoia.so.0
/usr/lib64/libcdda_paranoia.so.0.10.2

References

Summary

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