How to Install and Uninstall python3-bleak Package on Kali Linux

Last updated: November 07,2024

1. Install "python3-bleak" package

Please follow the guidelines below to install python3-bleak on Kali Linux

$ sudo apt update $ sudo apt install python3-bleak

2. Uninstall "python3-bleak" package

This guide covers the steps necessary to uninstall python3-bleak on Kali Linux:

$ sudo apt remove python3-bleak $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-bleak package on Kali Linux

Package: python3-bleak
Source: bleak
Version: 0.21.1-1
Installed-Size: 606
Maintainer: Debian Python Team
Architecture: all
Depends: bluez, python3-async-timeout | python3-supported-min (>= 3.11), python3-dbus-fast, python3-typing-extensions | python3-supported-min (>= 3.12), python3:any
Breaks: python3-home-assistant-bluetooth (<< 1.6.0)
Size: 117696
SHA256: 3d3591b837856f3485de5826ca754ca1cd66bebfe1c53f287477ec11617d7fb5
SHA1: 8b4eed1bc1bbbf99b57cd7910e57f2840a74043a
MD5sum: c17c4dc39a2bb8544c207191676dacd4
Description: Bluetooth Low Energy platform agnostic client
Bleak is an acronym for Bluetooth Low Energy platform Agnostic Klient.
.
Bleak is a GATT client software, capable of connecting to BLE devices
acting as GATT servers. It is designed to provide a asynchronous,
cross-platform Python API to connect and communicate with e.g. sensors.
.
Bleak supports reading, writing and getting notifications from
GATT servers, as well as a function for discovering BLE devices.
Description-md5:
Homepage: https://github.com/hbldh/bleak
Section: python
Priority: optional
Filename: pool/main/b/bleak/python3-bleak_0.21.1-1_all.deb