How to Install and Uninstall python310-editables Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "python310-editables" package

Learn how to install python310-editables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-editables

2. Uninstall "python310-editables" package

Please follow the guidance below to uninstall python310-editables on openSuSE Tumbleweed:

$ sudo zypper remove python310-editables

3. Information about the python310-editables package on openSuSE Tumbleweed

Information for package python310-editables:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-editables
Version : 0.5-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 18.3 KiB
Installed : No
Status : not installed
Source package : python-editables-0.5-1.5.src
Upstream URL : https://github.com/pfmoore/editables
Summary : Editable installations
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.