How To Install python3-pebble on Fedora 36

In this tutorial we learn how to install python3-pebble in Fedora 36. python3-pebble is Threading and multiprocessing eye-candy for Python

Introduction

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

What is python3-pebble

Pebble provides an API to manage threads and processes within an application. It wraps Python’s standard library threading and multiprocessing objects.

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

Install python3-pebble 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-pebble using dnf by running the following command:

sudo dnf -y install python3-pebble

Install python3-pebble 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-pebble using yum by running the following command:

sudo yum -y install python3-pebble

How To Uninstall python3-pebble on Fedora 36

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

sudo dnf remove python3-pebble

python3-pebble Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info
/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/Pebble-4.5.3-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pebble
/usr/lib/python3.10/site-packages/pebble/__init__.py
/usr/lib/python3.10/site-packages/pebble/__pycache__
/usr/lib/python3.10/site-packages/pebble/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/common.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/common.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/functions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/__pycache__/functions.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/common.py
/usr/lib/python3.10/site-packages/pebble/concurrent
/usr/lib/python3.10/site-packages/pebble/concurrent/__init__.py
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/process.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/thread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/__pycache__/thread.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/concurrent/process.py
/usr/lib/python3.10/site-packages/pebble/concurrent/thread.py
/usr/lib/python3.10/site-packages/pebble/decorators.py
/usr/lib/python3.10/site-packages/pebble/functions.py
/usr/lib/python3.10/site-packages/pebble/pool
/usr/lib/python3.10/site-packages/pebble/pool/__init__.py
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/base_pool.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/base_pool.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/channel.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/channel.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/process.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/thread.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pebble/pool/__pycache__/thread.cpython-310.pyc
/usr/lib/python3.10/site-packages/pebble/pool/base_pool.py
/usr/lib/python3.10/site-packages/pebble/pool/channel.py
/usr/lib/python3.10/site-packages/pebble/pool/process.py
/usr/lib/python3.10/site-packages/pebble/pool/thread.py
/usr/share/doc/python3-pebble
/usr/share/doc/python3-pebble/README.rst
/usr/share/licenses/python3-pebble
/usr/share/licenses/python3-pebble/LICENSE

References

Summary

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