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

Last updated: May 17,2024

1. Install "python3-portend" package

This is a short guide on how to install python3-portend on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-portend

2. Uninstall "python3-portend" package

Please follow the guidance below to uninstall python3-portend on openSUSE Leap:

$ sudo zypper remove python3-portend

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

Information for package python3-portend:
----------------------------------------
Repository : Main Repository
Name : python3-portend
Version : 2.5-1.28
Arch : noarch
Vendor : SUSE LLC
Installed Size : 26.6 KiB
Installed : No
Status : not installed
Source package : python-portend-2.5-1.28.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::