How to Install and Uninstall python3-systemd Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-systemd" package

Please follow the instructions below to install python3-systemd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-systemd

2. Uninstall "python3-systemd" package

Learn how to uninstall python3-systemd on openSUSE Leap:

$ sudo zypper remove python3-systemd

3. Information about the python3-systemd package on openSUSE Leap

Information for package python3-systemd:
----------------------------------------
Repository : Main Repository
Name : python3-systemd
Version : 234-5.3.5
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 247.0 KiB
Installed : No
Status : not installed
Source package : python-systemd-234-5.3.5.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.