How to Install and Uninstall python3-dbus-fast Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-dbus-fast" package

Here is a brief guide to show you how to install python3-dbus-fast on Kali Linux

$ sudo apt update $ sudo apt install python3-dbus-fast

2. Uninstall "python3-dbus-fast" package

Please follow the steps below to uninstall python3-dbus-fast on Kali Linux:

$ sudo apt remove python3-dbus-fast $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-dbus-fast package on Kali Linux

Package: python3-dbus-fast
Source: dbus-fast
Version: 2.21.1-1
Installed-Size: 13008
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libjs-sphinxdoc (>= 7.2.2)
Size: 1320988
SHA256: 55d8db12e4babb13c9891e74c65f687f357fff13bb88dcda3c38963256167802
SHA1: 5c623efe8546b480c7514bdd708578b096a8671a
MD5sum: e5a92e6b2ec05590604b23edadadf180
Description: Faster version of dbus-next
dbus-fast is a Python library for DBus that aims to be a performant fully
featured high level library primarily geared towards integration of
applications into Linux desktop and mobile environments.
.
Desktop application developers can use this library for integrating their
applications into desktop environments by implementing common DBus standard
interfaces or creating custom plugin interfaces.
.
Desktop users can use this library to create their own scripts and utilities
to interact with those interfaces for customization of their desktop
environment.
.
dbus-fast plans to improve over other DBus libraries for Python in the
following ways:
.
- Zero dependencies and pure Python 3.
- Focus on performance
- Support for multiple IO backends including asyncio and the GLib main loop.
- Nonblocking IO suitable for GUI development.
- Target the latest language features of Python for beautiful services and
clients.
- Complete implementation of the DBus type system without ever guessing
types.
- Integration tests for all features of the library.
- Completely documented public API.
Description-md5:
Homepage: https://github.com/bluetooth-devices/dbus-fast
Built-Using: alabaster (= 0.7.12-1), sphinx (= 7.2.6-4)
Section: python
Priority: optional
Filename: pool/main/d/dbus-fast/python3-dbus-fast_2.21.1-1_amd64.deb