How to Install and Uninstall python3-pygatt.noarch Package on Fedora 34

Last updated: October 12,2024

1. Install "python3-pygatt.noarch" package

Please follow the guidelines below to install python3-pygatt.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pygatt.noarch

2. Uninstall "python3-pygatt.noarch" package

Learn how to uninstall python3-pygatt.noarch on Fedora 34:

$ sudo dnf remove python3-pygatt.noarch $ sudo dnf autoremove

3. Information about the python3-pygatt.noarch package on Fedora 34

Last metadata expiration check: 5:19:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pygatt
Version : 4.0.5
Release : 5.fc34
Architecture : noarch
Size : 83 k
Source : python-pygatt-4.0.5-5.fc34.src.rpm
Repository : fedora
Summary : A Python Module for Bluetooth LE Generic Attribute Profile
URL : https://github.com/peplin/pygatt
License : ASL 2.0
Description : This Module allows reading and writing to GATT descriptors on devices such as
: fitness trackers, sensors, and anything implementing standard GATT Descriptor
: behavior.
:
: pygatt wraps BlueZ's 'gatttool' command-line utility with a Pythonic API.