How to Install and Uninstall perl-Net-INET6Glue Package on openSuSE Tumbleweed

Last updated: May 13,2024

1. Install "perl-Net-INET6Glue" package

Please follow the steps below to install perl-Net-INET6Glue on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Net-INET6Glue

2. Uninstall "perl-Net-INET6Glue" package

Please follow the steps below to uninstall perl-Net-INET6Glue on openSuSE Tumbleweed:

$ sudo zypper remove perl-Net-INET6Glue

3. Information about the perl-Net-INET6Glue package on openSuSE Tumbleweed

Information for package perl-Net-INET6Glue:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Net-INET6Glue
Version : 0.604-1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 13.1 KiB
Installed : No
Status : not installed
Source package : perl-Net-INET6Glue-0.604-1.14.src
Upstream URL : https://metacpan.org/release/Net-INET6Glue
Summary : Make common modules IPv6 ready by hotpatching
Description :
Net::INET6Glue is a collection of modules to make common modules IPv6 ready
by hotpatching them.
Unfortunatly the current state of IPv6 support in perl is that no IPv6
support is in the core and that a lot of important modules (like Net::FTP,
Net::SMTP, LWP,...) do not support IPv6 even if the modules for IPv6
sockets like Socket6, IO::Socket::IP or IO::Socket::INET6 are available.
This module tries to mitigate this by hotpatching. Currently the following
submodules are available:
* Net::INET6Glue::INET_is_INET6
Makes IO::Socket::INET behave like IO::Socket::IP (with fallback to like
IO::Socket::INET6), especially make it capable to create IPv6 sockets. This
makes LWP, Net::SMTP and others IPv6 capable.
* Net::INET6Glue::FTP
Hotpatches Net::FTP to support EPRT and EPSV commands which are needed to
deal with FTP over IPv6. Also loads Net::INET6Glue::INET_is_INET6.