How To Install libubertooth on Fedora 36

In this tutorial we learn how to install libubertooth in Fedora 36. libubertooth is Shared library for Bluetooth experimentation

Introduction

In this tutorial we learn how to install libubertooth on Fedora 36.

What is libubertooth

Project Ubertooth is an open source wireless development platform suitable for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic connections. This package provides the development files for using the ubertooth library.

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

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

sudo dnf -y install libubertooth

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

sudo yum -y install libubertooth

How To Uninstall libubertooth on Fedora 36

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

sudo dnf remove libubertooth

libubertooth Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/54
/usr/lib/.build-id/54/547f9348f36b20c7080965cc73d3e5705dabab
/usr/lib/udev/rules.d/40-ubertooth.rules
/usr/lib64/libubertooth.so.1
/usr/lib64/libubertooth.so.1.1
/usr/share/doc/libubertooth
/usr/share/doc/libubertooth/README.md
/usr/share/licenses/libubertooth
/usr/share/licenses/libubertooth/COPYING
/usr/share/licenses/libubertooth/TRADEMARK

References

Summary

In this tutorial we learn how to install libubertooth on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libubertooth on Fedora 36” linkTitle: “libubertooth” type: “docs” description: “In this tutorial we learn how to install libubertooth in Fedora 36. libubertooth is Shared library for Bluetooth experimentation” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libubertooth-featured.png

Introduction

In this tutorial we learn how to install libubertooth on Fedora 36.

What is libubertooth

Project Ubertooth is an open source wireless development platform suitable for Bluetooth experimentation. Ubertooth ships with a capable BLE (Bluetooth Smart) sniffer and can sniff some data from Basic Rate (BR) Bluetooth Classic connections. This package provides the development files for using the ubertooth library.

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

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

sudo dnf -y install libubertooth

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

sudo yum -y install libubertooth

How To Uninstall libubertooth on Fedora 36

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

sudo dnf remove libubertooth

libubertooth Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/c3546d2c2ff7a0cd16644969bbf9095156de0a
/usr/lib/libubertooth.so.1
/usr/lib/libubertooth.so.1.1
/usr/lib/udev/rules.d/40-ubertooth.rules
/usr/share/doc/libubertooth
/usr/share/doc/libubertooth/README.md
/usr/share/licenses/libubertooth
/usr/share/licenses/libubertooth/COPYING
/usr/share/licenses/libubertooth/TRADEMARK

References

Summary

In this tutorial we learn how to install libubertooth on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).