How To Install libebur128 on Fedora 36
Introduction
In this tutorial we learn how to install libebur128
on Fedora 36.
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.
We can use yum
or dnf
to install libebur128
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libebur128.
Install libebur128 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 libebur128
using dnf
by running the following command:
sudo dnf -y install libebur128
Install libebur128 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 libebur128
using yum
by running the following command:
sudo yum -y install libebur128
How To Uninstall libebur128 on Fedora 36
To uninstall only the libebur128
package we can use the following command:
sudo dnf remove libebur128
libebur128 Package Contents on Fedora 36
---
title: "How To Install libebur128 on Fedora 36"
linkTitle: "libebur128"
type: "docs"
description: "In this tutorial we learn how to install libebur128 in Fedora 36. libebur128 is A library that implements the EBU R 128 standard for loudness normalization"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libebur128-featured.png
---
## Introduction
In this tutorial we learn how to install `libebur128` on Fedora 36.
### 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.
We can use `yum` or `dnf` to install `libebur128` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libebur128.
## Install libebur128 on Fedora 36 Using dnf
/usr/lib/.build-id
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/17a8b3d1212491e0044d70a2d5a5567f0f069e
/usr/lib/libebur128.so.1
/usr/lib/libebur128.so.1.2.6
/usr/share/doc/libebur128
/usr/share/doc/libebur128/README.md
/usr/share/licenses/libebur128
/usr/share/licenses/libebur128/COPYING
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install `libebur128` using `dnf` by running the following command:
## References
```bash
sudo dnf -y install libebur128
* [libebur128 website](https://github.com/jiixyj/libebur128)
Summary
Install libebur128 on Fedora 36 Using yum
Update yum database with yum
using the following command.
In this tutorial we learn how to install libebur128
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo yum makecache --refresh
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 36
To uninstall only the libebur128
package we can use the following command:
sudo dnf remove libebur128
libebur128 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/dc9b2901cf4245a3f18a580118bb4471d40ebe
/usr/lib64/libebur128.so.1
/usr/lib64/libebur128.so.1.2.6
/usr/share/doc/libebur128
/usr/share/doc/libebur128/README.md
/usr/share/licenses/libebur128
/usr/share/licenses/libebur128/COPYING
References
Summary
In this tutorial we learn how to install libebur128
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).