How to Install and Uninstall python3-pid.noarch Package on Fedora 39

Last updated: January 11,2025

1. Install "python3-pid.noarch" package

This guide covers the steps necessary to install python3-pid.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pid.noarch

2. Uninstall "python3-pid.noarch" package

Please follow the guidelines below to uninstall python3-pid.noarch on Fedora 39:

$ sudo dnf remove python3-pid.noarch $ sudo dnf autoremove

3. Information about the python3-pid.noarch package on Fedora 39

Last metadata expiration check: 3:38:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pid
Version : 2.2.3
Release : 18.fc39
Architecture : noarch
Size : 24 k
Source : python-pid-2.2.3-18.fc39.src.rpm
Repository : fedora
Summary : PID file management library
URL : https://github.com/trbs/pid
License : ASL 2.0
Description : pid provides a PidFile class that manages PID files. PidFile features:
: - stale detection
: - locking using fcntl
: - chmod (default is 0o644)
: - chown
: - custom exceptions
:
: PidFile can also be used as a context manager or a decorator.