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

Last updated: November 27,2024

1. Install "python-py.src" package

Here is a brief guide to show you how to install python-py.src on Oracle Linux 8

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

2. Uninstall "python-py.src" package

Please follow the guidelines below to uninstall python-py.src on Oracle Linux 8:

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

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

Last metadata expiration check: 0:28:22 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-py
Version : 1.5.3
Release : 6.module+el8.3.0+7833+4aaf98ce
Architecture : src
Size : 222 k
Source : None
Repository : ol8_appstream
Summary : Library with cross-python path, ini-parsing, io, code, log facilities
URL : http://pylib.readthedocs.io/en/stable/
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