How To Install python3-oslo-concurrency on Fedora 36

In this tutorial we learn how to install python3-oslo-concurrency in Fedora 36. python3-oslo-concurrency is OpenStack Oslo concurrency library

Introduction

In this tutorial we learn how to install python3-oslo-concurrency on Fedora 36.

What is python3-oslo-concurrency

Oslo concurrency library has utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.

We can use yum or dnf to install python3-oslo-concurrency on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-oslo-concurrency.

Install python3-oslo-concurrency on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-oslo-concurrency using dnf by running the following command:

sudo dnf -y install python3-oslo-concurrency

Install python3-oslo-concurrency on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-oslo-concurrency using yum by running the following command:

sudo yum -y install python3-oslo-concurrency

How To Uninstall python3-oslo-concurrency on Fedora 36

To uninstall only the python3-oslo-concurrency package we can use the following command:

sudo dnf remove python3-oslo-concurrency

python3-oslo-concurrency Package Contents on Fedora 36

/usr/bin/lockutils-wrapper
/usr/bin/lockutils-wrapper-3
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/pbr.json
/usr/lib/python3.10/site-packages/oslo.concurrency-4.4.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/oslo_concurrency
/usr/lib/python3.10/site-packages/oslo_concurrency/__init__.py
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/_i18n.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/_i18n.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/lockutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/lockutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/opts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/opts.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/prlimit.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/prlimit.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/processutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/processutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/watchdog.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/__pycache__/watchdog.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/_i18n.py
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__init__.py
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__pycache__
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__pycache__/lockutils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/__pycache__/lockutils.cpython-310.pyc
/usr/lib/python3.10/site-packages/oslo_concurrency/fixture/lockutils.py
/usr/lib/python3.10/site-packages/oslo_concurrency/lockutils.py
/usr/lib/python3.10/site-packages/oslo_concurrency/opts.py
/usr/lib/python3.10/site-packages/oslo_concurrency/prlimit.py
/usr/lib/python3.10/site-packages/oslo_concurrency/processutils.py
/usr/lib/python3.10/site-packages/oslo_concurrency/version.py
/usr/lib/python3.10/site-packages/oslo_concurrency/watchdog.py
/usr/share/doc/python3-oslo-concurrency
/usr/share/doc/python3-oslo-concurrency/README.rst
/usr/share/licenses/python3-oslo-concurrency
/usr/share/licenses/python3-oslo-concurrency/LICENSE

References

Summary

In this tutorial we learn how to install python3-oslo-concurrency on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).