How To Install sbc on Fedora 36
Introduction
In this tutorial we learn how to install sbc
on Fedora 36.
What is sbc
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 sbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sbc.
Install sbc 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 sbc
using dnf
by running the following command:
sudo dnf -y install sbc
Install sbc 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 sbc
using yum
by running the following command:
sudo yum -y install sbc
How To Uninstall sbc on Fedora 36
To uninstall only the sbc
package we can use the following command:
sudo dnf remove sbc
sbc Package Contents on Fedora 36
/usr/bin/sbcdec
/usr/bin/sbcenc
/usr/bin/sbcinfo
/usr/lib/.build-id
/usr/lib/.build-id/78
/usr/lib/.build-id/78/66c4d5460166e65f07681fcb81b57e43636ec8
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/d0d3c4d8c9e7f34860180454d7e3ff45e1de46
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/5bfdc9bf5ed71cbccb25f6556ecbc265023031
/usr/share/doc/sbc
/usr/share/doc/sbc/AUTHORS
/usr/share/doc/sbc/ChangeLog
References
Summary
In this tutorial we learn how to install sbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install sbc on Fedora 36” linkTitle: “sbc” type: “docs” description: “In this tutorial we learn how to install sbc in Fedora 36. sbc is Sub Band Codec used by bluetooth A2DP” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/sbc-featured.png
Introduction
In this tutorial we learn how to install sbc
on Fedora 36.
What is sbc
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 sbc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sbc.
Install sbc 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 sbc
using dnf
by running the following command:
sudo dnf -y install sbc
Install sbc 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 sbc
using yum
by running the following command:
sudo yum -y install sbc
How To Uninstall sbc on Fedora 36
To uninstall only the sbc
package we can use the following command:
sudo dnf remove sbc
sbc Package Contents on Fedora 36
/usr/bin/sbcdec
/usr/bin/sbcenc
/usr/bin/sbcinfo
/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/6745a08c3d8a6376309c103e7ae1e0ba712429
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/c78ee688e9d4937265270cc4096f388021678c
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/e5119dd9f81e2a47e32ac51c367ea24aaa4011
/usr/share/doc/sbc
/usr/share/doc/sbc/AUTHORS
/usr/share/doc/sbc/ChangeLog
References
Summary
In this tutorial we learn how to install sbc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).