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

Last updated: May 15,2024

1. Install "python3-pydbus" package

In this section, we are going to explain the necessary steps to install python3-pydbus on Kali Linux

$ sudo apt update $ sudo apt install python3-pydbus

2. Uninstall "python3-pydbus" package

This guide let you learn how to uninstall python3-pydbus on Kali Linux:

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

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

Package: python3-pydbus
Source: pydbus
Version: 0.6.0-5
Installed-Size: 68
Maintainer: Debian Python Team
Architecture: all
Depends: python3-gi, python3:any
Suggests: python-pydbus-doc
Size: 14116
SHA256: 097cc15f5fea046b0c42fe6278bcafb58f7c53ca31726939d5d272f6d370921a
SHA1: 6270ea1775a8b6f6e00ad12bf31e86be11a0f9c8
MD5sum: 1e9f53253b04bcd9903fb9f2c36a1c44
Description: Pythonic D-Bus library (Python 3)
pydbus provides a pythonic interface to the D-Bus message
bus system. pydbus can be used to access remote objects
and also for object publication.
.
It is based on PyGI, the Python GObject Introspection
bindings, which is the recommended way to use GLib from
Python.
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/LEW21/pydbus
Section: python
Priority: optional
Filename: pool/main/p/pydbus/python3-pydbus_0.6.0-5_all.deb