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

Last updated: May 16,2024

1. Install "python3-ipy" package

Learn how to install python3-ipy on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-ipy

2. Uninstall "python3-ipy" package

This tutorial shows how to uninstall python3-ipy on openSUSE Leap:

$ sudo zypper remove python3-ipy

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

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