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

Last updated: October 08,2024

1. Install "python3-editables.noarch" package

Learn how to install python3-editables.noarch on AlmaLinux 9

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

2. Uninstall "python3-editables.noarch" package

Please follow the step by step instructions below to uninstall python3-editables.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:17:24 ago on Wed Mar 13 07:41:12 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.