How to Install and Uninstall python-systemd.src Package on Oracle Linux 9

Last updated: July 03,2024

1. Install "python-systemd.src" package

Please follow the step by step instructions below to install python-systemd.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-systemd.src

2. Uninstall "python-systemd.src" package

This guide let you learn how to uninstall python-systemd.src on Oracle Linux 9:

$ sudo dnf remove python-systemd.src $ sudo dnf autoremove

3. Information about the python-systemd.src package on Oracle Linux 9

Last metadata expiration check: 3:28:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-systemd
Version : 234
Release : 18.el9
Architecture : src
Size : 71 k
Source : None
Repository : ol9_baseos_latest
Summary : Python module wrapping systemd functionality
URL : https://github.com/systemd/python-systemd
License : LGPLv2+
Description : Python module for native access to the systemd facilities.
: Functionality includes sending of structured messages to the journal
: and reading journal files, querying machine and boot identifiers and a
: lists of message identifiers provided by systemd. Other functionality
: provided by libsystemd is also wrapped.