How to Install and Uninstall python3-editables.noarch Package on Oracle Linux 9

Last updated: May 02,2024

1. Install "python3-editables.noarch" package

Please follow the steps below to install python3-editables.noarch on Oracle Linux 9

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

2. Uninstall "python3-editables.noarch" package

Learn how to uninstall python3-editables.noarch on Oracle Linux 9:

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

3. Information about the python3-editables.noarch package on Oracle Linux 9

Last metadata expiration check: 3:50:54 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-editables
Version : 0.5
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-editables-0.5-1.el9.src.rpm
Repository : epel
Summary : Editable installations
URL : https://github.com/pfmoore/editables
License : MIT
Description : A Python library for creating “editable wheels”
:
: This library supports the building of wheels which, when installed, will expose
: packages in a local directory on sys.path in “editable mode”. In other words,
: changes to the package source will be reflected in the package visible to
: Python, without needing a reinstall.