How To Install celt051 on Fedora 36
Introduction
In this tutorial we learn how to install celt051
on Fedora 36.
What is celt051
CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio codec designed for realtime transmission of high quality speech and audio. This is meant to close the gap between traditional speech codecs (such as Speex) and traditional audio codecs (such as Vorbis). The CELT bitstream format is not yet stable, this package is a special version of 0.5.1 that has the same bitstream format, but symbols and files renamed from ‘celt*’ to ‘celt051*’ so that it is parallel installable with the normal celt for packages requiring this particular bitstream format.
We can use yum
or dnf
to install celt051
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install celt051.
Install celt051 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 celt051
using dnf
by running the following command:
sudo dnf -y install celt051
Install celt051 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 celt051
using yum
by running the following command:
sudo yum -y install celt051
How To Uninstall celt051 on Fedora 36
To uninstall only the celt051
package we can use the following command:
sudo dnf remove celt051
celt051 Package Contents on Fedora 36
---
title: "How To Install celt051 on Fedora 36"
linkTitle: "celt051"
type: "docs"
description: "In this tutorial we learn how to install celt051 in Fedora 36. celt051 is An audio codec for use in low-delay speech and audio communication"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/celt051-featured.png
---
## Introduction
In this tutorial we learn how to install `celt051` on Fedora 36.
### What is `celt051`
> CELT (Constrained Energy Lapped Transform) is an ultra-low delay audio codec designed for realtime transmission of high quality speech and audio. This is meant to close the gap between traditional speech codecs (such as Speex) and traditional audio codecs (such as Vorbis). The CELT bitstream format is not yet stable, this package is a special version of 0.5.1 that has the same bitstream format, but symbols and files renamed from 'celt*' to 'celt051*' so that it is parallel installable with the normal celt for packages requiring this particular bitstream format.
We can use `yum` or `dnf` to install `celt051` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install celt051.
## Install celt051 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install celt051
using dnf
by running the following command:
sudo dnf -y install celt051
Install celt051 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 celt051
using yum
by running the following command:
sudo yum -y install celt051
How To Uninstall celt051 on Fedora 36
To uninstall only the celt051
package we can use the following command:
sudo dnf remove celt051
celt051 Package Contents on Fedora 36
/usr/bin/celtdec051
/usr/bin/celtenc051
/usr/lib/.build-id
/usr/lib/.build-id/71
/usr/lib/.build-id/71/bae19a83134b09625be597cc6c9fd8798a8ad3
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/4a68a0a8c7060e5b92c8f4a23da69a3dd27510
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/079df09070cc567e046c532447e4148b93617c
/usr/lib64/libcelt051.so.0
/usr/lib64/libcelt051.so.0.0.0
/usr/share/doc/celt051
/usr/share/doc/celt051/COPYING
/usr/share/doc/celt051/README
/usr/share/doc/celt051/TODO
References
Summary
In this tutorial we learn how to install celt051
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/celtdec051 /usr/bin/celtenc051 /usr/lib/.build-id /usr/lib/.build-id/db /usr/lib/.build-id/db/8a9c4c49976245eed3c9a9f6262ef48dd4599b /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/79ce917aa9f171cc4e046c4ff89cd4247aa297 /usr/lib/.build-id/ec /usr/lib/.build-id/ec/5d5b0319d1e6f959c521240b8c0e04842addfa /usr/lib/libcelt051.so.0 /usr/lib/libcelt051.so.0.0.0 /usr/share/doc/celt051 /usr/share/doc/celt051/COPYING /usr/share/doc/celt051/README /usr/share/doc/celt051/TODO
## References
* [celt051 website](http://www.celt-codec.org/)
## Summary
In this tutorial we learn how to install `celt051` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).