How to Install and Uninstall python3-py.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "python3-py.noarch" package

This guide covers the steps necessary to install python3-py.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-py.noarch" package

Learn how to uninstall python3-py.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-py.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:45:01 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-py
Version : 1.10.0
Release : 6.el9
Architecture : noarch
Size : 481 k
Source : python-py-1.10.0-6.el9.src.rpm
Repository : ubi-9-codeready-builder
Summary : Library with cross-python path, ini-parsing, io, code, log facilities
URL : http://py.readthedocs.io/
License : MIT and Public Domain
Description : The py lib is a Python development support library featuring the
: following tools and modules:
:
: * py.path: uniform local and svn path objects
: * py.apipkg: explicit API control and lazy-importing
: * py.iniconfig: easy parsing of .ini files
: * py.code: dynamic code generation and introspection
: * py.path: uniform local and svn path objects