How to Install and Uninstall python3-pbr.noarch Package on Amazon Linux 2

Last updated: May 01,2024

1. Install "python3-pbr.noarch" package

This is a short guide on how to install python3-pbr.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-pbr.noarch

2. Uninstall "python3-pbr.noarch" package

Learn how to uninstall python3-pbr.noarch on Amazon Linux 2:

$ sudo yum remove python3-pbr.noarch $ sudo yum autoremove

3. Information about the python3-pbr.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-pbr
Arch : noarch
Version : 5.4.3
Release : 3.amzn2.0.2
Size : 88 k
Repo : amzn2-core/2/x86_64
Summary : Python Build Reasonableness
URL : http://pypi.python.org/pypi/pbr
License : ASL 2.0
Description : PBR is a library that injects some useful and sensible default
: behaviors into your setuptools run. It started off life as the
: chunks of code that were copied between all of the OpenStack
: projects. Around the time that OpenStack hit 18 different projects
: each with at least 3 active branches, it seems like a good time to
: make that code into a proper re-usable library.