How To Install cdparanoia-libs on Rocky Linux 8

In this tutorial we learn how to install cdparanoia-libs on Rocky Linux 8. cdparanoia-libs is Libraries for libcdda_paranoia (Paranoia III)

Introduction

In this tutorial we learn how to install cdparanoia-libs on Rocky Linux 8.

What is cdparanoia-libs

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

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

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

sudo dnf -y install cdparanoia-libs

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

sudo yum -y install cdparanoia-libs

How To Uninstall cdparanoia-libs on Rocky Linux 8

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

sudo dnf remove cdparanoia-libs

cdparanoia-libs Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/d2051304f7ca565d14df2333b5c0cd7ad9b176
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/6e1499fa23214301b07e7f361705f5f5cbb99f
/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
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/16ebaa1d4d8a6a7583d45a4ae975e4ba10e096
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/9787f923c354de696f65f46553170e805e1876
/usr/lib/libcdda_interface.so.0
/usr/lib/libcdda_interface.so.0.10.2
/usr/lib/libcdda_paranoia.so.0
/usr/lib/libcdda_paranoia.so.0.10.2

References

Summary

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