How To Install bcg729 on Fedora 36

In this tutorial we learn how to install bcg729 in Fedora 36. bcg729 is Opensource implementation of the G.729 codec

Introduction

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

What is bcg729

bcg729 is an opensource implementation of both encoder and decoder of the ITU G729 Annex A speech codec. The library written in C 99 is fully portable and can be executed on many platforms including both ARM processor and x86. bcg729 supports concurrent channels encoding/decoding for multi call application such conferencing.

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

Install bcg729 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 bcg729 using dnf by running the following command:

sudo dnf -y install bcg729

Install bcg729 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 bcg729 using yum by running the following command:

sudo yum -y install bcg729

How To Uninstall bcg729 on Fedora 36

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

sudo dnf remove bcg729

bcg729 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/73fbe09b8dc5927f4f5e0be42db91aea59a4ea
/usr/lib64/libbcg729.so.0
/usr/share/doc/bcg729
/usr/share/doc/bcg729/AUTHORS.md
/usr/share/doc/bcg729/CHANGELOG.md
/usr/share/doc/bcg729/README.md
/usr/share/licenses/bcg729
/usr/share/licenses/bcg729/LICENSE.txt

References

Summary

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


title: “How To Install bcg729 on Fedora 36” linkTitle: “bcg729” type: “docs” description: “In this tutorial we learn how to install bcg729 in Fedora 36. bcg729 is Opensource implementation of the G.729 codec” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/bcg729-featured.png

Introduction

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

What is bcg729

bcg729 is an opensource implementation of both encoder and decoder of the ITU G729 Annex A speech codec. The library written in C 99 is fully portable and can be executed on many platforms including both ARM processor and x86. bcg729 supports concurrent channels encoding/decoding for multi call application such conferencing.

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

Install bcg729 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 bcg729 using dnf by running the following command:

sudo dnf -y install bcg729

Install bcg729 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 bcg729 using yum by running the following command:

sudo yum -y install bcg729

How To Uninstall bcg729 on Fedora 36

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

sudo dnf remove bcg729

bcg729 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/e54608c4b0f0de6f97607c45c431052502a065
/usr/lib/libbcg729.so.0
/usr/share/doc/bcg729
/usr/share/doc/bcg729/AUTHORS.md
/usr/share/doc/bcg729/CHANGELOG.md
/usr/share/doc/bcg729/README.md
/usr/share/licenses/bcg729
/usr/share/licenses/bcg729/LICENSE.txt

References

Summary

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