How To Install ilbc on Fedora 36
Introduction
In this tutorial we learn how to install ilbc
on Fedora 36.
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.
We can use yum
or dnf
to install ilbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ilbc.
Install ilbc 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 ilbc
using dnf
by running the following command:
sudo dnf -y install ilbc
Install ilbc 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 ilbc
using yum
by running the following command:
sudo yum -y install ilbc
How To Uninstall ilbc on Fedora 36
To uninstall only the ilbc
package we can use the following command:
sudo dnf remove ilbc
ilbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/fc24bc39a0564e0222f21023551684cc867f4c
/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
References
Summary
In this tutorial we learn how to install ilbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install ilbc on Fedora 36” linkTitle: “ilbc” type: “docs” description: “In this tutorial we learn how to install ilbc in Fedora 36. ilbc is Internet Low Bitrate Codec” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/ilbc-featured.png
Introduction
In this tutorial we learn how to install ilbc
on Fedora 36.
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.
We can use yum
or dnf
to install ilbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ilbc.
Install ilbc 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 ilbc
using dnf
by running the following command:
sudo dnf -y install ilbc
Install ilbc 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 ilbc
using yum
by running the following command:
sudo yum -y install ilbc
How To Uninstall ilbc on Fedora 36
To uninstall only the ilbc
package we can use the following command:
sudo dnf remove ilbc
ilbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/bbf55ba018c5e33daa891d63ca08c0d3e9d0af
/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 36 using yum and [dnf]((/fedora/36/dnf/).