How to Install and Uninstall python3-dirq.noarch Package on CentOS Stream 9
Last updated: November 27,2024
1. Install "python3-dirq.noarch" package
Please follow the instructions below to install python3-dirq.noarch on CentOS Stream 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-dirq.noarch
Copied
2. Uninstall "python3-dirq.noarch" package
This is a short guide on how to uninstall python3-dirq.noarch on CentOS Stream 9:
$
sudo dnf remove
python3-dirq.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-dirq.noarch package on CentOS Stream 9
Last metadata expiration check: 2:59:54 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-dirq
Version : 1.7.1
Release : 14.el9
Architecture : noarch
Size : 59 k
Source : python-dirq-1.7.1-14.el9.src.rpm
Repository : epel
Summary : Directory based queue
URL : https://github.com/cern-mig/python-dirq
License : ASL 2.0
Description : The goal of this module is to offer a simple queue system using the
: underlying file system for storage, security and to prevent race
: conditions via atomic operations. It focuses on simplicity,
: robustness and the ability to scale.
:
: The python module dirq is compatible with the Perl
: module Directory::Queue.
Available Packages
Name : python3-dirq
Version : 1.7.1
Release : 14.el9
Architecture : noarch
Size : 59 k
Source : python-dirq-1.7.1-14.el9.src.rpm
Repository : epel
Summary : Directory based queue
URL : https://github.com/cern-mig/python-dirq
License : ASL 2.0
Description : The goal of this module is to offer a simple queue system using the
: underlying file system for storage, security and to prevent race
: conditions via atomic operations. It focuses on simplicity,
: robustness and the ability to scale.
:
: The python module dirq is compatible with the Perl
: module Directory::Queue.