How To Install libbs2b on Fedora 34

libbs2b is Bauer stereophonic-to-binaural DSP library Bauer stereophonic-to-binaural DSP library

Introduction

In this tutorial we learn how to install libbs2b on Fedora 34.

What is libbs2b

The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. Recommended for headphone prolonged listening to disable superstereo fatigue without essential distortions. libbs2b 3.1.0 26.fc34 x86_64 28 k libbs2b-3.1.0-26.fc34.src.rpm fedora Bauer stereophonic-to-binaural DSP library http Copyright only The Bauer stereophonic-to-binaural DSP (bs2b) library and plugins is designed to improve headphone listening of stereo audio records. Recommended for headphone prolonged listening to disable superstereo fatigue without essential distortions.

We can use yum or dnf to install libbs2b on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libbs2b.

Install libbs2b on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libbs2b using dnf by running the following command:

sudo dnf -y install libbs2b

Install libbs2b on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libbs2b using yum by running the following command:

sudo yum -y install libbs2b

How To Uninstall libbs2b on Fedora 34

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

sudo dnf remove libbs2b

libbs2b Package Contents on Fedora 34

/usr/bin/bs2bconvert
/usr/bin/bs2bstream
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/32720fc4f2b3771b1caf0c014ffcd00f508cea
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/25974d576effd24dacc6178c1716eb0d3adb9e
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/786027ff24639b396940847f6284b844ceb40e
/usr/lib/libbs2b.so.0
/usr/lib/libbs2b.so.0.0.0
/usr/share/doc/libbs2b
/usr/share/doc/libbs2b/AUTHORS
/usr/share/doc/libbs2b/COPYING
/usr/share/doc/libbs2b/ChangeLog
/usr/share/doc/libbs2b/README
/usr/bin/bs2bconvert
/usr/bin/bs2bstream
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/5daedde2b04136242827efb1a2d3314666c756
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/7c54e107ce5805ad5e4e96e91b9ae48dca5d9b
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/1adf996576f68fab229d194d8fe80be669edd4
/usr/lib64/libbs2b.so.0
/usr/lib64/libbs2b.so.0.0.0
/usr/share/doc/libbs2b
/usr/share/doc/libbs2b/AUTHORS
/usr/share/doc/libbs2b/COPYING
/usr/share/doc/libbs2b/ChangeLog
/usr/share/doc/libbs2b/README

References

Summary

In this tutorial we learn how to install libbs2b on Fedora 34 using yum and dnf.