How To Install libbtbb on Fedora 36
Introduction
In this tutorial we learn how to install libbtbb
on Fedora 36.
What is libbtbb
This is the Bluetooth baseband decoding library, forked from the GR-Bluetooth project. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.
We can use yum
or dnf
to install libbtbb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbtbb.
Install libbtbb 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 libbtbb
using dnf
by running the following command:
sudo dnf -y install libbtbb
Install libbtbb 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 libbtbb
using yum
by running the following command:
sudo yum -y install libbtbb
How To Uninstall libbtbb on Fedora 36
To uninstall only the libbtbb
package we can use the following command:
sudo dnf remove libbtbb
libbtbb Package Contents on Fedora 36
---
title: "How To Install libbtbb on Fedora 36"
linkTitle: "libbtbb"
type: "docs"
description: "In this tutorial we learn how to install libbtbb in Fedora 36. libbtbb is A Bluetooth baseband decoding library"
date: "2022-08-17"
/usr/lib/.build-id
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/903c6564af9b1eb9dceb0caeccf68846301661
/usr/lib64/libbtbb.so.1
/usr/lib64/libbtbb.so.1.0
/usr/share/licenses/libbtbb
/usr/share/licenses/libbtbb/LICENSE
lastmod: "2022-08-17"
#image: /images/fedora/36/libbtbb-featured.png
---
## Introduction
In this tutorial we learn how to install libbtbb
on Fedora 36.
References
What is libbtbb
This is the Bluetooth baseband decoding library, forked from the GR-Bluetooth project. It can be used to extract Bluetooth packet and piconet information from Ubertooth devices as well as GR-Bluetooth/USRP.
Summary
We can use yum
or dnf
to install libbtbb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libbtbb.
In this tutorial we learn how to install libbtbb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install libbtbb 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 libbtbb
using dnf
by running the following command:
sudo dnf -y install libbtbb
Install libbtbb 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 libbtbb
using yum
by running the following command:
sudo yum -y install libbtbb
How To Uninstall libbtbb on Fedora 36
To uninstall only the libbtbb
package we can use the following command:
sudo dnf remove libbtbb
libbtbb Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/7ee21efeb270a0ebd75dbd6aabe96685e05250
/usr/lib/libbtbb.so.1
/usr/lib/libbtbb.so.1.0
/usr/share/licenses/libbtbb
/usr/share/licenses/libbtbb/LICENSE
References
Summary
In this tutorial we learn how to install libbtbb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).