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

Last updated: October 05,2024

1. Install "python311-portpicker" package

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

$ sudo zypper refresh $ sudo zypper install python311-portpicker

2. Uninstall "python311-portpicker" package

Please follow the instructions below to uninstall python311-portpicker on openSuSE Tumbleweed:

$ sudo zypper remove python311-portpicker

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

Information for package python311-portpicker:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-portpicker
Version : 1.6.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 68.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.