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

Last updated: May 20,2024

1. Install "python3-pystemd" package

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

$ sudo apt update $ sudo apt install python3-pystemd

2. Uninstall "python3-pystemd" package

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

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

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

Package: python3-pystemd
Source: pystemd (0.13.2-1)
Version: 0.13.2-1+b1
Installed-Size: 2928
Maintainer: Debian Python Team
Architecture: amd64
Depends: default-dbus-system-bus | dbus-system-bus, systemd, python3 (<< 3.13), python3 (>= 3.11~), python3-lxml, python3-psutil, python3:any, libc6 (>= 2.14), libsystemd0 (>= 237)
Size: 330176
SHA256: 54e92cc95e964e80944c7be7525d636d81af1a1b502287ce64bd5651a8af90a5
SHA1: 2c3c8aa7e873c3bd4313d5d21d063270d2faec07
MD5sum: 5085b16b57ef50aa01598c4db9683c40
Description: systemd binding for Python
This library allows you to talk to systemd over D-Bus from Python, without
actually thinking that you are talking to systemd over D-Bus. This allows you
to programmatically start/stop/restart/kill and verify services status from
systemd point of view, avoiding executing `subprocess.Popen(['systemctl', ...`
and then parsing the output to know the result.
Description-md5:
Homepage: https://github.com/systemd/pystemd
Section: python
Priority: optional
Filename: pool/main/p/pystemd/python3-pystemd_0.13.2-1+b1_amd64.deb