How To Install libgdither on Fedora 36

In this tutorial we learn how to install libgdither in Fedora 36. libgdither is Library for applying dithering to PCM audio sources

Introduction

In this tutorial we learn how to install libgdither on Fedora 36.

What is libgdither

Libgdither is a GPL’d library library for performing audio dithering on PCM samples. The dithering process should be carried out before reducing the bit width of PCM audio data (eg. float to 16 bit int conversions) to preserve audio quality.

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

Install libgdither on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libgdither

Install libgdither on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libgdither

How To Uninstall libgdither on Fedora 36

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

sudo dnf remove libgdither

libgdither Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/df
/usr/lib/.build-id/df/1b9cf92195e7a9837e3500eeffb41125cf9a76
/usr/lib/libgdither.so.1
/usr/lib/libgdither.so.1.0
/usr/share/doc/libgdither
/usr/share/doc/libgdither/README
/usr/share/licenses/libgdither
/usr/share/licenses/libgdither/COPYING

References

Summary

In this tutorial we learn how to install libgdither on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libgdither on Fedora 36” linkTitle: “libgdither” type: “docs” description: “In this tutorial we learn how to install libgdither in Fedora 36. libgdither is Library for applying dithering to PCM audio sources” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libgdither-featured.png

Introduction

In this tutorial we learn how to install libgdither on Fedora 36.

What is libgdither

Libgdither is a GPL’d library library for performing audio dithering on PCM samples. The dithering process should be carried out before reducing the bit width of PCM audio data (eg. float to 16 bit int conversions) to preserve audio quality.

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

Install libgdither on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libgdither

Install libgdither on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libgdither

How To Uninstall libgdither on Fedora 36

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

sudo dnf remove libgdither

libgdither Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/bd92bea92dffe202c53cc7b7b683506584051e
/usr/lib64/libgdither.so.1
/usr/lib64/libgdither.so.1.0
/usr/share/doc/libgdither
/usr/share/doc/libgdither/README
/usr/share/licenses/libgdither
/usr/share/licenses/libgdither/COPYING

References

Summary

In this tutorial we learn how to install libgdither on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).