How to Install and Uninstall python3-pid.noarch Package on CentOS Stream 9
Last updated: January 16,2025
1. Install "python3-pid.noarch" package
Please follow the guidelines below to install python3-pid.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pid.noarch
Copied
2. Uninstall "python3-pid.noarch" package
This tutorial shows how to uninstall python3-pid.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-pid.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pid.noarch package on CentOS Stream 9
Last metadata expiration check: 0:29:18 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pid
Version : 2.2.3
Release : 12.el9
Architecture : noarch
Size : 23 k
Source : python-pid-2.2.3-12.el9.src.rpm
Repository : appstream
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.
Available Packages
Name : python3-pid
Version : 2.2.3
Release : 12.el9
Architecture : noarch
Size : 23 k
Source : python-pid-2.2.3-12.el9.src.rpm
Repository : appstream
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.