How to Install and Uninstall python3-editables.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "python3-editables.noarch" package
This tutorial shows how to install python3-editables.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-editables.noarch
Copied
2. Uninstall "python3-editables.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-editables.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-editables.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-editables.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:04:08 ago on Mon Feb 26 07:04:30 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.
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.