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

Last updated: July 01,2024

1. Install "python-pid.src" package

Please follow the step by step instructions below to install python-pid.src on Oracle Linux 9

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

2. Uninstall "python-pid.src" package

Here is a brief guide to show you how to uninstall python-pid.src on Oracle Linux 9:

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

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

Last metadata expiration check: 3:47:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pid
Version : 2.2.3
Release : 12.el9
Architecture : src
Size : 24 k
Source : None
Repository : ol9_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.