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

Last updated: November 08,2024

1. Install "python311-systemd" package

Please follow the step by step instructions below to install python311-systemd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-systemd

2. Uninstall "python311-systemd" package

This is a short guide on how to uninstall python311-systemd on openSuSE Tumbleweed:

$ sudo zypper remove python311-systemd

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

Information for package python311-systemd:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-systemd
Version : 235-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 388.3 KiB
Installed : No
Status : not installed
Source package : python-systemd-235-3.6.src
Upstream URL : https://github.com/systemd/python-systemd
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.