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

Last updated: July 05,2024

1. Install "python310-portend" package

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

$ sudo zypper refresh $ sudo zypper install python310-portend

2. Uninstall "python310-portend" package

Here is a brief guide to show you how to uninstall python310-portend on openSuSE Tumbleweed:

$ sudo zypper remove python310-portend

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

Information for package python310-portend:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-portend
Version : 3.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 23.8 KiB
Installed : No
Status : not installed
Source package : python-portend-3.2.0-1.2.src
Upstream URL : https://github.com/jaraco/portend
Summary : TCP port monitoring utilities
Description :
Use portend to monitor TCP ports for bound or unbound states.
The portend may also be executed directly. If the function succeeds, it
returns nothing and exits with a status of 0. If it fails, it prints a
message and exits with a status of 1. For example::
Portend also exposes a ``find_available_local_port`` for identifying
a suitable port for binding locally::