How To Install libsbc on Fedora 36
Introduction
In this tutorial we learn how to install libsbc
on Fedora 36.
What is libsbc
Library for SBC (Sub Band Codec) is a low-complexity audio codec used in the Advanced Audio Distribution Profile (A2DP) bluetooth standard but can be used standalone. It uses 4 or 8 subbands, an adaptive bit allocation algorithm in combination with an adaptive block PCM quantizers.
We can use yum
or dnf
to install libsbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsbc.
Install libsbc 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 libsbc
using dnf
by running the following command:
sudo dnf -y install libsbc
Install libsbc 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 libsbc
using yum
by running the following command:
sudo yum -y install libsbc
How To Uninstall libsbc on Fedora 36
To uninstall only the libsbc
package we can use the following command:
sudo dnf remove libsbc
libsbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/f348bb177ecc85a430da212e9898156de3b726
/usr/lib64/libsbc.so.1
/usr/lib64/libsbc.so.1.3.0
/usr/share/licenses/libsbc
/usr/share/licenses/libsbc/COPYING
References
Summary
In this tutorial we learn how to install libsbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libsbc on Fedora 36” linkTitle: “libsbc” type: “docs” description: “In this tutorial we learn how to install libsbc in Fedora 36. libsbc is Library for the SBC (Sub Band Codec)” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libsbc-featured.png
Introduction
In this tutorial we learn how to install libsbc
on Fedora 36.
What is libsbc
Library for SBC (Sub Band Codec) is a low-complexity audio codec used in the Advanced Audio Distribution Profile (A2DP) bluetooth standard but can be used standalone. It uses 4 or 8 subbands, an adaptive bit allocation algorithm in combination with an adaptive block PCM quantizers.
We can use yum
or dnf
to install libsbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libsbc.
Install libsbc 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 libsbc
using dnf
by running the following command:
sudo dnf -y install libsbc
Install libsbc 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 libsbc
using yum
by running the following command:
sudo yum -y install libsbc
How To Uninstall libsbc on Fedora 36
To uninstall only the libsbc
package we can use the following command:
sudo dnf remove libsbc
libsbc Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/b43b9f607f62494bccced552abbf97b1749eb7
/usr/lib/libsbc.so.1
/usr/lib/libsbc.so.1.3.0
/usr/share/licenses/libsbc
/usr/share/licenses/libsbc/COPYING
References
Summary
In this tutorial we learn how to install libsbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).