How To Install cdparanoia-devel on Rocky Linux 8

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

Introduction

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

What is cdparanoia-devel

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

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

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

sudo dnf -y install cdparanoia-devel

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

sudo yum -y install cdparanoia-devel

How To Uninstall cdparanoia-devel on Rocky Linux 8

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

sudo dnf remove cdparanoia-devel

cdparanoia-devel Package Contents on Rocky Linux 8

/usr/include/cdda
/usr/include/cdda/cdda_interface.h
/usr/include/cdda/cdda_paranoia.h
/usr/include/cdda/utils.h
/usr/lib/libcdda_interface.so
/usr/lib/libcdda_paranoia.so
/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 on Rocky Linux 8 using yum and dnf.