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

Last updated: May 19,2024

1. Install "python3-pygatt.noarch" package

Please follow the instructions below to install python3-pygatt.noarch on Fedora 36

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

2. Uninstall "python3-pygatt.noarch" package

Here is a brief guide to show you how to uninstall python3-pygatt.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:02:21 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pygatt
Version : 4.0.5
Release : 8.fc36
Architecture : noarch
Size : 84 k
Source : python-pygatt-4.0.5-8.fc36.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.