How to Install and Uninstall python38-ipy Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "python38-ipy" package

Please follow the guidance below to install python38-ipy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-ipy

2. Uninstall "python38-ipy" package

Please follow the steps below to uninstall python38-ipy on openSuSE Tumbleweed:

$ sudo zypper remove python38-ipy

3. Information about the python38-ipy package on openSuSE Tumbleweed

Information for package python38-ipy:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-ipy
Version : 1.01-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 155,7 KiB
Installed : No
Status : not installed
Source package : python-ipy-1.01-1.4.src
Summary : Class and tools for handling of IPv4 and IPv6 addresses and networks
Description :
The IP class allows a comfortable parsing and handling for most
notations in use for IPv4 and IPv6 addresses and networks. It was
greatly inspired by RIPE's Perl module NET::IP's interface but
doesn't share the implementation. It doesn't share non-CIDR netmasks,
so funky stuff like a netmask of 0xffffff0f can't be done here.