How To Install ubertooth on Fedora 36
Introduction
In this tutorial we learn how to install ubertooth
on Fedora 36.
What is ubertooth
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.
We can use yum
or dnf
to install ubertooth
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ubertooth.
Install ubertooth 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 ubertooth
using dnf
by running the following command:
sudo dnf -y install ubertooth
Install ubertooth 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 ubertooth
using yum
by running the following command:
sudo yum -y install ubertooth
How To Uninstall ubertooth on Fedora 36
To uninstall only the ubertooth
package we can use the following command:
sudo dnf remove ubertooth
ubertooth Package Contents on Fedora 36
/usr/bin/ubertooth-afh
/usr/bin/ubertooth-btbr
/usr/bin/ubertooth-btle
/usr/bin/ubertooth-debug
/usr/bin/ubertooth-dfu
/usr/bin/ubertooth-ducky
/usr/bin/ubertooth-dump
/usr/bin/ubertooth-ego
/usr/bin/ubertooth-follow
/usr/bin/ubertooth-rx
/usr/bin/ubertooth-scan
/usr/bin/ubertooth-specan
/usr/bin/ubertooth-tx
/usr/bin/ubertooth-util
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/b179c1e6a6be70096d0fbff15e58519cb4d5d6
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/0485c6bf934e4b655fe05d609e617f4c53411d
/usr/lib/.build-id/22
/usr/lib/.build-id/22/acf25ff5b7a413944a2ec9c0f314c8786a972e
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/3a2be89d42e2d73b7932f72fb8fca19c11bfad
/usr/lib/.build-id/31
/usr/lib/.build-id/31/d3b4ef336dbf278f25e5ef802836d92778f309
/usr/lib/.build-id/67
/usr/lib/.build-id/67/5699f766a48f5f476f45117ff9fd5679bab396
/usr/lib/.build-id/80
/usr/lib/.build-id/80/222403536393f50b697c881d849eac11cfdb41
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/fa7dafbc44afb7052e568f7da0c30c511d8da1
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/07fe463a9e8f5b3cc8c4fe701a5194a0813d43
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/58e98f5637ed16b7447b18cb28824bd79f3f67
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/a6ef4709983808a583ea0af147b42f58f9071a
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/f244e0d1d277f85d259bcfd823fc2c79f12773
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/0479920e070f071ad7e8c87f1793327042ee9a
/usr/share/doc/ubertooth
/usr/share/doc/ubertooth/README.md
/usr/share/licenses/ubertooth
/usr/share/licenses/ubertooth/COPYING
/usr/share/licenses/ubertooth/TRADEMARK
/usr/share/man/man1/ubertooth-afh.1.gz
/usr/share/man/man1/ubertooth-btle.1.gz
/usr/share/man/man1/ubertooth-dfu.1.gz
/usr/share/man/man1/ubertooth-dump.1.gz
/usr/share/man/man1/ubertooth-ego.1.gz
/usr/share/man/man1/ubertooth-rx.1.gz
/usr/share/man/man1/ubertooth-scan.1.gz
/usr/share/man/man1/ubertooth-specan.1.gz
/usr/share/man/man1/ubertooth-util.1.gz
/usr/share/man/man7/ubertooth.7.gz
References
Summary
In this tutorial we learn how to install ubertooth
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).