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

Last updated: July 07,2024

1. Install "python36-systemd" package

This is a short guide on how to install python36-systemd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-systemd

2. Uninstall "python36-systemd" package

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

$ sudo zypper remove python36-systemd

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

Information for package python36-systemd:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-systemd
Version : 234-5.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 267,4 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.