How To Install libebur128 on Fedora 34
Introduction
In this tutorial we learn how to install libebur128
on Fedora 34.
What is libebur128
A library that implements the EBU R 128 standard for loudness normalization. It implements M, S and I modes, loudness range measurement (EBU - TECH 3342), true peak scanning and all sample-rates by recalculation of the filter coefficients. libebur128 1.2.5 1.fc34 x86_64 24 k libebur128-1.2.5-1.fc34.src.rpm fedora A library that implements the EBU R 128 standard for loudness normalization https MIT A library that implements the EBU R 128 standard for loudness normalization. It implements M, S and I modes, loudness range measurement (EBU - TECH 3342), true peak scanning and all sample-rates by recalculation of the filter coefficients.
We can use yum
or dnf
to install libebur128
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libebur128.
Install libebur128 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 libebur128
using dnf
by running the following command:
sudo dnf -y install libebur128
Install libebur128 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 libebur128
using yum
by running the following command:
sudo yum -y install libebur128
How To Uninstall libebur128 on Fedora 34
To uninstall only the libebur128
package we can use the following command:
sudo dnf remove libebur128
libebur128 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/747a64e1b3fd10e67ca7664ce101b0d1e6f19a
/usr/lib/libebur128.so.1
/usr/lib/libebur128.so.1.2.5
/usr/share/doc/libebur128
/usr/share/doc/libebur128/README.md
/usr/share/licenses/libebur128
/usr/share/licenses/libebur128/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/8ae13fea3dbaabb3a764931ec3ad810773d425
/usr/lib64/libebur128.so.1
/usr/lib64/libebur128.so.1.2.5
/usr/share/doc/libebur128
/usr/share/doc/libebur128/README.md
/usr/share/licenses/libebur128
/usr/share/licenses/libebur128/COPYING
References
- [libebur128 website](https://github.com/jiixyj/libebur128 https://github.com/jiixyj/libebur128)
Summary
In this tutorial we learn how to install libebur128
on Fedora 34 using yum and dnf.