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

Last updated: May 20,2024

1. Install "python312-systemd" package

Learn how to install python312-systemd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-systemd

2. Uninstall "python312-systemd" package

This guide let you learn how to uninstall python312-systemd on openSuSE Tumbleweed:

$ sudo zypper remove python312-systemd

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

Information for package python312-systemd:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-systemd
Version : 235-3.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 369.1 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.