How to Install and Uninstall python3-portpicker Package on openSUSE Leap

Last updated: May 16,2024

1. Install "python3-portpicker" package

This guide let you learn how to install python3-portpicker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-portpicker

2. Uninstall "python3-portpicker" package

Please follow the steps below to uninstall python3-portpicker on openSUSE Leap:

$ sudo zypper remove python3-portpicker

3. Information about the python3-portpicker package on openSUSE Leap

Information for package python3-portpicker:
-------------------------------------------
Repository : Main Repository
Name : python3-portpicker
Version : 1.3.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 53.2 KiB
Installed : No
Status : not installed
Source package : python-portpicker-1.3.1-bp155.2.10.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.