How To Install python3-pbr on Fedora 36

In this tutorial we learn how to install python3-pbr in Fedora 36. python3-pbr is Python Build Reasonableness

Introduction

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

What is python3-pbr

Manage dynamic plugins for Python applications

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

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

sudo dnf -y install python3-pbr

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

sudo yum -y install python3-pbr

How To Uninstall python3-pbr on Fedora 36

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

sudo dnf remove python3-pbr

python3-pbr Package Contents on Fedora 36

/usr/bin/pbr
/usr/bin/pbr-3
/usr/lib/python3.10/site-packages/pbr
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/entry_points.txt
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/pbr-5.6.0-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/pbr/__init__.py
/usr/lib/python3.10/site-packages/pbr/__pycache__
/usr/lib/python3.10/site-packages/pbr/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/builddoc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/builddoc.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/core.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/core.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/extra_files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/extra_files.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/find_package.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/find_package.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/git.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/git.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/options.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/options.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/packaging.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/packaging.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/pbr_json.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/pbr_json.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/sphinxext.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/sphinxext.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/testr_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/testr_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/version.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/__pycache__/version.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/builddoc.py
/usr/lib/python3.10/site-packages/pbr/cmd
/usr/lib/python3.10/site-packages/pbr/cmd/__init__.py
/usr/lib/python3.10/site-packages/pbr/cmd/__pycache__
/usr/lib/python3.10/site-packages/pbr/cmd/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/cmd/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/cmd/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/cmd/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/cmd/main.py
/usr/lib/python3.10/site-packages/pbr/core.py
/usr/lib/python3.10/site-packages/pbr/extra_files.py
/usr/lib/python3.10/site-packages/pbr/find_package.py
/usr/lib/python3.10/site-packages/pbr/git.py
/usr/lib/python3.10/site-packages/pbr/hooks
/usr/lib/python3.10/site-packages/pbr/hooks/__init__.py
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/backwards.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/backwards.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/commands.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/commands.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/files.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/files.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/__pycache__/metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/pbr/hooks/backwards.py
/usr/lib/python3.10/site-packages/pbr/hooks/base.py
/usr/lib/python3.10/site-packages/pbr/hooks/commands.py
/usr/lib/python3.10/site-packages/pbr/hooks/files.py
/usr/lib/python3.10/site-packages/pbr/hooks/metadata.py
/usr/lib/python3.10/site-packages/pbr/options.py
/usr/lib/python3.10/site-packages/pbr/packaging.py
/usr/lib/python3.10/site-packages/pbr/pbr_json.py
/usr/lib/python3.10/site-packages/pbr/sphinxext.py
/usr/lib/python3.10/site-packages/pbr/testr_command.py
/usr/lib/python3.10/site-packages/pbr/util.py
/usr/lib/python3.10/site-packages/pbr/version.py
/usr/share/doc/python3-pbr
/usr/share/doc/python3-pbr/README.rst
/usr/share/doc/python3-pbr/html
/usr/share/doc/python3-pbr/html/_sources
/usr/share/doc/python3-pbr/html/_sources/contributor
/usr/share/doc/python3-pbr/html/_sources/contributor/index.rst.txt
/usr/share/doc/python3-pbr/html/_sources/index.rst.txt
/usr/share/doc/python3-pbr/html/_sources/reference
/usr/share/doc/python3-pbr/html/_sources/reference/api
/usr/share/doc/python3-pbr/html/_sources/reference/api/modules.rst.txt
/usr/share/doc/python3-pbr/html/_sources/reference/api/pbr.cmd.rst.txt
/usr/share/doc/python3-pbr/html/_sources/reference/api/pbr.hooks.rst.txt
/usr/share/doc/python3-pbr/html/_sources/reference/api/pbr.rst.txt
/usr/share/doc/python3-pbr/html/_sources/reference/index.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user
/usr/share/doc/python3-pbr/html/_sources/user/compatibility.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/features.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/history.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/index.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/packagers.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/releasenotes.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/semver.rst.txt
/usr/share/doc/python3-pbr/html/_sources/user/using.rst.txt
/usr/share/doc/python3-pbr/html/_static
/usr/share/doc/python3-pbr/html/_static/basic.css
/usr/share/doc/python3-pbr/html/_static/css
/usr/share/doc/python3-pbr/html/_static/css/bootstrap.css
/usr/share/doc/python3-pbr/html/_static/css/bootstrap.min.css
/usr/share/doc/python3-pbr/html/_static/css/combined.css
/usr/share/doc/python3-pbr/html/_static/css/font-awesome.css
/usr/share/doc/python3-pbr/html/_static/css/font-awesome.min.css
/usr/share/doc/python3-pbr/html/_static/css/search.css
/usr/share/doc/python3-pbr/html/_static/doctools.js
/usr/share/doc/python3-pbr/html/_static/documentation_options.js
/usr/share/doc/python3-pbr/html/_static/favicon.ico
/usr/share/doc/python3-pbr/html/_static/file.png
/usr/share/doc/python3-pbr/html/_static/fonts
/usr/share/doc/python3-pbr/html/_static/fonts/FontAwesome.otf
/usr/share/doc/python3-pbr/html/_static/fonts/fontawesome-webfont.eot
/usr/share/doc/python3-pbr/html/_static/fonts/fontawesome-webfont.svg
/usr/share/doc/python3-pbr/html/_static/fonts/fontawesome-webfont.ttf
/usr/share/doc/python3-pbr/html/_static/fonts/fontawesome-webfont.woff
/usr/share/doc/python3-pbr/html/_static/fonts/fontawesome-webfont.woff2
/usr/share/doc/python3-pbr/html/_static/fonts/glyphicons-halflings-regular.eot
/usr/share/doc/python3-pbr/html/_static/fonts/glyphicons-halflings-regular.svg
/usr/share/doc/python3-pbr/html/_static/fonts/glyphicons-halflings-regular.ttf
/usr/share/doc/python3-pbr/html/_static/fonts/glyphicons-halflings-regular.woff
/usr/share/doc/python3-pbr/html/_static/fonts/glyphicons-halflings-regular.woff2
/usr/share/doc/python3-pbr/html/_static/images
/usr/share/doc/python3-pbr/html/_static/images/docs
/usr/share/doc/python3-pbr/html/_static/images/docs/license.png
/usr/share/doc/python3-pbr/html/_static/images/docs/superuser1.png
/usr/share/doc/python3-pbr/html/_static/images/docs/superuser2.png
/usr/share/doc/python3-pbr/html/_static/images/docs/superuser3.png
/usr/share/doc/python3-pbr/html/_static/images/docs/superuser4.png
/usr/share/doc/python3-pbr/html/_static/images/footer-facebook-hover.png
/usr/share/doc/python3-pbr/html/_static/images/footer-facebook.png
/usr/share/doc/python3-pbr/html/_static/images/footer-linkedin-hover.png
/usr/share/doc/python3-pbr/html/_static/images/footer-linkedin.png
/usr/share/doc/python3-pbr/html/_static/images/footer-twitter-hover.png
/usr/share/doc/python3-pbr/html/_static/images/footer-twitter.png
/usr/share/doc/python3-pbr/html/_static/images/footer-youtube-hover.png
/usr/share/doc/python3-pbr/html/_static/images/footer-youtube.png
/usr/share/doc/python3-pbr/html/_static/images/loading.gif
/usr/share/doc/python3-pbr/html/_static/images/logo-full.png
/usr/share/doc/python3-pbr/html/_static/images/logo-full.svg
/usr/share/doc/python3-pbr/html/_static/images/logo-vert.png
/usr/share/doc/python3-pbr/html/_static/images/logo-vert.svg
/usr/share/doc/python3-pbr/html/_static/images/openstack-logo-full.png
/usr/share/doc/python3-pbr/html/_static/images/openstack-logo-full.svg
/usr/share/doc/python3-pbr/html/_static/images/openstack-logo-vert.png
/usr/share/doc/python3-pbr/html/_static/images/openstack-logo-vert.svg
/usr/share/doc/python3-pbr/html/_static/images/search-icon.png
/usr/share/doc/python3-pbr/html/_static/jquery-3.5.1.js
/usr/share/doc/python3-pbr/html/_static/jquery.js
/usr/share/doc/python3-pbr/html/_static/js
/usr/share/doc/python3-pbr/html/_static/js/bootstrap.js
/usr/share/doc/python3-pbr/html/_static/js/bootstrap.min.js
/usr/share/doc/python3-pbr/html/_static/js/docs.js
/usr/share/doc/python3-pbr/html/_static/js/jquery-3.2.1.js
/usr/share/doc/python3-pbr/html/_static/js/jquery-3.2.1.min.js
/usr/share/doc/python3-pbr/html/_static/js/navigation.js
/usr/share/doc/python3-pbr/html/_static/language_data.js
/usr/share/doc/python3-pbr/html/_static/minus.png
/usr/share/doc/python3-pbr/html/_static/plus.png
/usr/share/doc/python3-pbr/html/_static/pygments.css
/usr/share/doc/python3-pbr/html/_static/searchtools.js
/usr/share/doc/python3-pbr/html/_static/underscore-1.13.1.js
/usr/share/doc/python3-pbr/html/_static/underscore.js
/usr/share/doc/python3-pbr/html/contributor
/usr/share/doc/python3-pbr/html/contributor/index.html
/usr/share/doc/python3-pbr/html/genindex.html
/usr/share/doc/python3-pbr/html/index.html
/usr/share/doc/python3-pbr/html/objects.inv
/usr/share/doc/python3-pbr/html/py-modindex.html
/usr/share/doc/python3-pbr/html/reference
/usr/share/doc/python3-pbr/html/reference/api
/usr/share/doc/python3-pbr/html/reference/api/modules.html
/usr/share/doc/python3-pbr/html/reference/api/pbr.cmd.html
/usr/share/doc/python3-pbr/html/reference/api/pbr.hooks.html
/usr/share/doc/python3-pbr/html/reference/api/pbr.html
/usr/share/doc/python3-pbr/html/reference/index.html
/usr/share/doc/python3-pbr/html/search.html
/usr/share/doc/python3-pbr/html/searchindex.js
/usr/share/doc/python3-pbr/html/user
/usr/share/doc/python3-pbr/html/user/compatibility.html
/usr/share/doc/python3-pbr/html/user/features.html
/usr/share/doc/python3-pbr/html/user/history.html
/usr/share/doc/python3-pbr/html/user/index.html
/usr/share/doc/python3-pbr/html/user/packagers.html
/usr/share/doc/python3-pbr/html/user/releasenotes.html
/usr/share/doc/python3-pbr/html/user/semver.html
/usr/share/doc/python3-pbr/html/user/using.html
/usr/share/licenses/python3-pbr
/usr/share/licenses/python3-pbr/LICENSE

References

Summary

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