How to Install and Uninstall python-pid.src Package on Oracle Linux 8

Last updated: October 08,2024

1. Install "python-pid.src" package

Please follow the guidance below to install python-pid.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-pid.src

2. Uninstall "python-pid.src" package

Please follow the guidelines below to uninstall python-pid.src on Oracle Linux 8:

$ sudo dnf remove python-pid.src $ sudo dnf autoremove

3. Information about the python-pid.src package on Oracle Linux 8

Last metadata expiration check: 5:16:11 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pid
Version : 2.1.1
Release : 7.el8
Architecture : src
Size : 19 k
Source : None
Repository : ol8_appstream
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.