How To Install libbs2b-devel on Rocky Linux 8

In this tutorial we learn how to install libbs2b-devel on Rocky Linux 8. libbs2b-devel is Development files for libbs2b

Introduction

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

What is libbs2b-devel

This package contains the development files for the Bauer stereophonic-to-binaural (bs2b) DSP effect library.

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

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

sudo dnf -y install libbs2b-devel

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

sudo yum -y install libbs2b-devel

How To Uninstall libbs2b-devel on Rocky Linux 8

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

sudo dnf remove libbs2b-devel

libbs2b-devel Package Contents on Rocky Linux 8

/usr/include/bs2b
/usr/include/bs2b/bs2b.h
/usr/include/bs2b/bs2bclass.h
/usr/include/bs2b/bs2btypes.h
/usr/include/bs2b/bs2bversion.h
/usr/lib64/libbs2b.so
/usr/lib64/pkgconfig/libbs2b.pc

References

Summary

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