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

Last updated: July 04,2024

1. Install "python310-portpicker" package

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

$ sudo zypper refresh $ sudo zypper install python310-portpicker

2. Uninstall "python310-portpicker" package

This is a short guide on how to uninstall python310-portpicker on openSuSE Tumbleweed:

$ sudo zypper remove python310-portpicker

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

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