How To Install python3-bluepy on Fedora 36

In this tutorial we learn how to install python3-bluepy in Fedora 36. python3-bluepy is Python interface to Bluetooth LE

Introduction

In this tutorial we learn how to install python3-bluepy on Fedora 36.

What is python3-bluepy

Python interface to Bluetooth LE on Linux. This is a project to provide an API to allow access to Bluetooth Low Energy devices from Python.

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

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

sudo dnf -y install python3-bluepy

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

sudo yum -y install python3-bluepy

How To Uninstall python3-bluepy on Fedora 36

To uninstall only the python3-bluepy package we can use the following command:

sudo dnf remove python3-bluepy

python3-bluepy Package Contents on Fedora 36

/usr/bin/blescan
/usr/bin/sensortag
/usr/bin/thingy52
/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/9ffb34cfe3ed9710d2960ae1325e152105df4c
/usr/lib/python3.10/site-packages/bluepy
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/bluepy-1.3.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/bluepy/Makefile
/usr/lib/python3.10/site-packages/bluepy/__init__.py
/usr/lib/python3.10/site-packages/bluepy/__pycache__
/usr/lib/python3.10/site-packages/bluepy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/blescan.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/blescan.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/btle.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/btle.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/get_services.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/get_services.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/scan_fuzz.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/scan_fuzz.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/scanner.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/scanner.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/sensortag.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/sensortag.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/thingy52.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/bluepy/__pycache__/thingy52.cpython-310.pyc
/usr/lib/python3.10/site-packages/bluepy/blescan.py
/usr/lib/python3.10/site-packages/bluepy/bluepy-helper
/usr/lib/python3.10/site-packages/bluepy/bluez-src.tgz
/usr/lib/python3.10/site-packages/bluepy/btle.py
/usr/lib/python3.10/site-packages/bluepy/get_services.py
/usr/lib/python3.10/site-packages/bluepy/scan_fuzz.py
/usr/lib/python3.10/site-packages/bluepy/scanner.py
/usr/lib/python3.10/site-packages/bluepy/sensortag.py
/usr/lib/python3.10/site-packages/bluepy/thingy52.py
/usr/lib/python3.10/site-packages/bluepy/uuids.json
/usr/share/doc/python3-bluepy
/usr/share/doc/python3-bluepy/README
/usr/share/doc/python3-bluepy/README.md
/usr/share/licenses/python3-bluepy
/usr/share/licenses/python3-bluepy/LICENSE.txt

References

Summary

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