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

Last updated: June 29,2024

1. Install "python39-editables" package

Please follow the guidance below to install python39-editables on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-editables

2. Uninstall "python39-editables" package

Here is a brief guide to show you how to uninstall python39-editables on openSuSE Tumbleweed:

$ sudo zypper remove python39-editables

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

Information for package python39-editables:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.