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

Last updated: May 14,2024

1. Install "python3-editables.noarch" package

Please follow the guidance below to install python3-editables.noarch on Rocky Linux 9

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

2. Uninstall "python3-editables.noarch" package

Please follow the steps below to uninstall python3-editables.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 2:20:36 ago on Fri Feb 16 06:49:52 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.