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

Last updated: May 10,2024

1. Install "python3-systemd" package

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

$ sudo apt update $ sudo apt install python3-systemd

2. Uninstall "python3-systemd" package

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

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

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

Package: python3-systemd
Source: python-systemd (235-1)
Version: 235-1+b3
Installed-Size: 350
Maintainer: Debian systemd Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.17), libsystemd0 (>= 246)
Size: 44424
SHA256: 44f1578edb781ec1c0394e1f638cce90ac39765dd812f7cca5ac3219b075a712
SHA1: d82ce9e64b537a0874aee7ff23b97d1008e839e6
MD5sum: 5947e673be9d3214a4c7c92b3e70d9f4
Description: Python 3 bindings for systemd
This package contains Python 3 bindings for native access to the
systemd facilities.
.
Functionality is separated into a number of modules:
* systemd.journal supports sending of structured messages to the
journal and reading journal files
* systemd.daemon wraps parts of libsystemd useful for writing daemons
and socket activation
* systemd.id128 provides functions for querying machine and boot
identifiers and a list of message identifiers provided by systemd
* systemd.login wraps parts of libsystemd used to query logged in
users and available seats and machines
Description-md5:
Homepage: https://www.freedesktop.org/wiki/Software/systemd
Tag: devel::lang:python, implemented-in::python, role::shared-lib
Section: python
Priority: optional
Filename: pool/main/p/python-systemd/python3-systemd_235-1+b3_amd64.deb