How to Install and Uninstall perl-IO-Socket-INET6.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

1. Install "perl-IO-Socket-INET6.noarch" package

In this section, we are going to explain the necessary steps to install perl-IO-Socket-INET6.noarch on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install perl-IO-Socket-INET6.noarch

2. Uninstall "perl-IO-Socket-INET6.noarch" package

Please follow the guidelines below to uninstall perl-IO-Socket-INET6.noarch on CentOS 7 / RHEL 7:

$ sudo yum remove perl-IO-Socket-INET6.noarch $ sudo yum autoremove

3. Information about the perl-IO-Socket-INET6.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-IO-Socket-INET6
Arch : noarch
Version : 2.69
Release : 5.el7
Size : 31 k
Repo : installed
From repo : base
Summary : Perl Object interface for AF_INET|AF_INET6 domain sockets
URL : http://search.cpan.org/~mondejar/IO-Socket-INET6/
License : GPL+ or Artistic
Description : IO::Socket::INET6 provides an object interface to creating and
: using sockets in either AF_INET or AF_INET6 domains. It is built
: upon the IO::Socket interface and inherits all the methods defined
: by IO::Socket.