How To Install ilbc on Fedora 34

ilbc is Internet Low Bitrate Codec Internet Low Bitrate Codec

Introduction

In this tutorial we learn how to install ilbc on Fedora 34.

What is ilbc

iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets. ilbc 1.1.1 20.fc34 x86_64 46 k ilbc-1.1.1-20.fc34.src.rpm fedora Internet Low Bitrate Codec https BSD iLBC (internet Low Bitrate Codec) is a FREE speech codec suitable for robust voice communication over IP. The codec is designed for narrow band speech and results in a payload bit rate of 13.33 kbit/s with an encoding frame length of 30 ms and 15.20 kbps with an encoding length of 20 ms. The iLBC codec enables graceful speech quality degradation in the case of lost frames, which occurs in connection with lost or delayed IP packets.

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

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

sudo dnf -y install ilbc

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

sudo yum -y install ilbc

How To Uninstall ilbc on Fedora 34

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

sudo dnf remove ilbc

ilbc Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/17a6afd1ea283e83536ac0999b925f5517a545
/usr/lib/libilbc.so.0
/usr/lib/libilbc.so.0.0.1
/usr/share/doc/ilbc
/usr/share/doc/ilbc/README
/usr/share/licenses/ilbc
/usr/share/licenses/ilbc/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/f16514c78454ba7e98a9d36f652493abc8cf91
/usr/lib64/libilbc.so.0
/usr/lib64/libilbc.so.0.0.1
/usr/share/doc/ilbc
/usr/share/doc/ilbc/README
/usr/share/licenses/ilbc
/usr/share/licenses/ilbc/COPYING

References

Summary

In this tutorial we learn how to install ilbc on Fedora 34 using yum and dnf.