How to Install and Uninstall python3-dirq.noarch Package on Oracle Linux 8

Last updated: January 15,2025

1. Install "python3-dirq.noarch" package

Learn how to install python3-dirq.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python3-dirq.noarch

2. Uninstall "python3-dirq.noarch" package

Here is a brief guide to show you how to uninstall python3-dirq.noarch on Oracle Linux 8:

$ sudo dnf remove python3-dirq.noarch $ sudo dnf autoremove

3. Information about the python3-dirq.noarch package on Oracle Linux 8

Last metadata expiration check: 4:16:35 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-dirq
Version : 1.8
Release : 1.el8
Architecture : noarch
Size : 65 k
Source : python-dirq-1.8-1.el8.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.