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

Last updated: July 03,2024

1. Install "python312-ipy" package

This guide let you learn how to install python312-ipy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-ipy

2. Uninstall "python312-ipy" package

Here is a brief guide to show you how to uninstall python312-ipy on openSuSE Tumbleweed:

$ sudo zypper remove python312-ipy

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

Information for package python312-ipy:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-ipy
Version : 1.01-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 130.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.