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

Last updated: May 20,2024

1. Install "python2-systemd" package

In this section, we are going to explain the necessary steps to install python2-systemd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-systemd

2. Uninstall "python2-systemd" package

This is a short guide on how to uninstall python2-systemd on openSUSE Leap:

$ sudo zypper remove python2-systemd

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

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