How to Install and Uninstall python3-pystemd.x86_64 Package on Fedora 35

Last updated: November 28,2024

1. Install "python3-pystemd.x86_64" package

Please follow the guidance below to install python3-pystemd.x86_64 on Fedora 35

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

2. Uninstall "python3-pystemd.x86_64" package

Please follow the step by step instructions below to uninstall python3-pystemd.x86_64 on Fedora 35:

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

3. Information about the python3-pystemd.x86_64 package on Fedora 35

Last metadata expiration check: 4:27:31 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pystemd
Version : 0.10.0
Release : 1.fc35
Architecture : x86_64
Size : 185 k
Source : python-pystemd-0.10.0-1.fc35.src.rpm
Repository : updates
Summary : A thin Cython-based wrapper on top of libsystemd
URL : https://github.com/facebookincubator/pystemd
License : LGPLv2+
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.