How to Install and Uninstall perl-IO-Socket-Socks.noarch Package on CentOS Stream 8

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-IO-Socket-Socks.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-IO-Socket-Socks.noarch

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

This is a short guide on how to uninstall perl-IO-Socket-Socks.noarch on CentOS Stream 8:

$ sudo dnf remove perl-IO-Socket-Socks.noarch $ sudo dnf autoremove

3. Information about the perl-IO-Socket-Socks.noarch package on CentOS Stream 8

Last metadata expiration check: 2:20:12 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : perl-IO-Socket-Socks
Version : 0.74
Release : 2.el8
Architecture : noarch
Size : 37 k
Source : perl-IO-Socket-Socks-0.74-2.el8.src.rpm
Repository : epel
Summary : Provides a way to create socks (4 or 5) client or server
URL : https://metacpan.org/release/IO-Socket-Socks
License : LGPLv2+
Description : IO::Socket::Socks connects to a SOCKS proxy and tells it to open a connection
: to a remote host/port when the object is created. The object you receive can be
: used directly as a socket (with IO::Socket interface) for sending and receiving
: data to and from the remote host. In addition to creating a socks client, this
: module could be used to create a socks server.