How to Install and Uninstall python3-pid.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 27,2024
1. Install "python3-pid.noarch" package
This guide covers the steps necessary to install python3-pid.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
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 Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-pid.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pid.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:58:05 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-pid
Version : 2.1.1
Release : 7.el8
Architecture : noarch
Size : 23 k
Source : python-pid-2.1.1-7.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : PID file management library
URL : https://pypi.python.org/pypi/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.1.1
Release : 7.el8
Architecture : noarch
Size : 23 k
Source : python-pid-2.1.1-7.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : PID file management library
URL : https://pypi.python.org/pypi/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.