How to Install and Uninstall python3-editables.noarch Package on Fedora 39

Last updated: October 15,2024

1. Install "python3-editables.noarch" package

This guide covers the steps necessary to install python3-editables.noarch on Fedora 39

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

2. Uninstall "python3-editables.noarch" package

Learn how to uninstall python3-editables.noarch on Fedora 39:

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

3. Information about the python3-editables.noarch package on Fedora 39

Last metadata expiration check: 4:34:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-editables
Version : 0.5
Release : 1.fc39
Architecture : noarch
Size : 18 k
Source : python-editables-0.5-1.fc39.src.rpm
Repository : fedora
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.