How To Install cdparanoia-libs on CentOS 8

cdparanoia-libs is Libraries for libcdda_paranoia (Paranoia III) Libraries for libcdda_paranoia (Paranoia III)

Introduction

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

What is cdparanoia-libs

The cdparanoia-libs package contains the dynamic libraries needed for applications which read CD Digital Audio disks. cdparanoia-libs 10.2 27.el8 x86_64 63 k cdparanoia-10.2-27.el8.src.rpm appstream Libraries for libcdda_paranoia (Paranoia III) http LGPLv2 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 CentOS 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 CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

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 CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

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 CentOS 8

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

sudo dnf remove cdparanoia-libs

cdparanoia-libs Package Contents on CentOS 8

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/6e7870a457c1b5b5a01d6d38cdf816c6763ce8
/usr/lib/.build-id/64
/usr/lib/.build-id/64/544962427a1b6ae469d5b5471b14c2da7adcaf
/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
/usr/lib/.build-id
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/fdd8f94b0fe503ab6e39fdb05b4ce6d37c827f
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/8f373cdef2415b535e91992d131293e0469edd
/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 on CentOS 8 using yum and dnf.