How to Install and Uninstall python3-pystemd.x86_64 Package on CentOS Stream 8

Last updated: June 25,2024

1. Install "python3-pystemd.x86_64" package

Please follow the instructions below to install python3-pystemd.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-pystemd.x86_64

2. Uninstall "python3-pystemd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pystemd.x86_64 on CentOS Stream 8:

$ sudo dnf remove python3-pystemd.x86_64 $ sudo dnf autoremove

3. Information about the python3-pystemd.x86_64 package on CentOS Stream 8

Last metadata expiration check: 1:05:07 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pystemd
Version : 0.13.2
Release : 5.el8
Architecture : x86_64
Size : 209 k
Source : python-pystemd-0.13.2-5.el8.src.rpm
Repository : epel
Summary : A thin Cython-based wrapper on top of libsystemd
URL : https://github.com/systemd/pystemd
License : LGPL-2.1-or-later
Description : This library allows you to talk to systemd over D-Bus from Python,
: without actually thinking that you are talking to systemd over D-Bus.
:
: This allows you to programmatically start/stop/restart/kill and verify
: service status from systemd point of view, avoiding subprocessing systemctl
: and then parsing the output to know the result.