How to Install and Uninstall python-py.src Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "python-py.src" package

Please follow the instructions below to install python-py.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-py.src

2. Uninstall "python-py.src" package

This guide let you learn how to uninstall python-py.src on Oracle Linux 9:

$ sudo dnf remove python-py.src $ sudo dnf autoremove

3. Information about the python-py.src package on Oracle Linux 9

Last metadata expiration check: 3:13:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-py
Version : 1.10.0
Release : 6.el9
Architecture : src
Size : 216 k
Source : None
Repository : ol9_appstream
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