How to Install and Uninstall python312-pip-run Package on openSuSE Tumbleweed

Last updated: June 16,2024

1. Install "python312-pip-run" package

Please follow the guidelines below to install python312-pip-run on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pip-run

2. Uninstall "python312-pip-run" package

Please follow the guidelines below to uninstall python312-pip-run on openSuSE Tumbleweed:

$ sudo zypper remove python312-pip-run

3. Information about the python312-pip-run package on openSuSE Tumbleweed

Information for package python312-pip-run:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pip-run
Version : 8.8.2-2.7
Arch : noarch
Vendor : openSUSE
Installed Size : 111.7 KiB
Installed : No
Status : not installed
Source package : python-pip-run-8.8.2-2.7.src
Upstream URL : https://github.com/jaraco/pip-run
Summary : Install packages and run Python with them
Description :
On-demand temporary package installation for a single interpreter run.
pip-run is not intended to solve production dependency management,
but does aim to address the other, one-off scenarios around dependency management
- trials and experiments
- build setup
- test runners
- just in time script running
- interactive development
- bug triage
pip-run is a compliment to Pip and Virtualenv and Setuptools, intended to more
readily address the on-demand needs.