How to Install and Uninstall python38-systemd Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python38-systemd" package

Please follow the steps below to install python38-systemd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-systemd

2. Uninstall "python38-systemd" package

Please follow the guidelines below to uninstall python38-systemd on openSuSE Tumbleweed:

$ sudo zypper remove python38-systemd

3. Information about the python38-systemd package on openSuSE Tumbleweed

Information for package python38-systemd:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-systemd
Version : 234-5.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 276,9 KiB
Installed : No
Status : not installed
Source package : python-systemd-234-5.11.src
Summary : Python wrappers for systemd functionality
Description :
Python module for native access to the systemd facilities. Functionality is seperated 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 lists of message identifiers provided by systemd,
* systemd.login wraps parts of libsystemd used to query logged in users and available seats and machines.