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

Last updated: October 05,2024

1. Install "python310-ipy" package

Please follow the steps below to install python310-ipy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-ipy

2. Uninstall "python310-ipy" package

In this section, we are going to explain the necessary steps to uninstall python310-ipy on openSuSE Tumbleweed:

$ sudo zypper remove python310-ipy

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

Information for package python310-ipy:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-ipy
Version : 1.01-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 111.7 KiB
Installed : No
Status : not installed
Source package : python-ipy-1.01-1.17.src
Upstream URL : https://github.com/autocracy/python-ipy
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.