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

Last updated: May 17,2024

1. Install "python39-portpicker" package

This guide covers the steps necessary to install python39-portpicker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-portpicker

2. Uninstall "python39-portpicker" package

Please follow the steps below to uninstall python39-portpicker on openSuSE Tumbleweed:

$ sudo zypper remove python39-portpicker

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

Information for package python39-portpicker:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-portpicker
Version : 1.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 61.4 KiB
Installed : No
Status : not installed
Source package : python-portpicker-1.6.0-1.4.src
Upstream URL : https://github.com/google/python_portpicker
Summary : A library to choose unique available network ports
Description :
Portpicker provides an API to find and return an available network port for
an application to bind to. Ideally suited for use from unittests or for test
harnesses that launch local servers.