How To Install ubertooth-specan-ui on Fedora 36

In this tutorial we learn how to install ubertooth-specan-ui in Fedora 36. ubertooth-specan-ui is Graphical spectrum analyzer for ubertooth

Introduction

In this tutorial we learn how to install ubertooth-specan-ui on Fedora 36.

What is ubertooth-specan-ui

The ubertooth-specan-ui is a basic spectrum analysis tool for the Ubertooth.

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

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

sudo dnf -y install ubertooth-specan-ui

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

sudo yum -y install ubertooth-specan-ui

How To Uninstall ubertooth-specan-ui on Fedora 36

To uninstall only the ubertooth-specan-ui package we can use the following command:

sudo dnf remove ubertooth-specan-ui

ubertooth-specan-ui Package Contents on Fedora 36

/usr/bin/ubertooth-specan-ui
/usr/lib/python3.10/site-packages/specan
/usr/lib/python3.10/site-packages/specan-2020.12.R1-py3.10.egg-info
/usr/lib/python3.10/site-packages/specan/Ubertooth.py
/usr/lib/python3.10/site-packages/specan/__init__.py
/usr/lib/python3.10/site-packages/specan/__pycache__
/usr/lib/python3.10/site-packages/specan/__pycache__/Ubertooth.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/specan/__pycache__/Ubertooth.cpython-310.pyc
/usr/lib/python3.10/site-packages/specan/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/specan/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/ubertooth-specan-ui
/usr/share/doc/ubertooth-specan-ui/README

References

Summary

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