How To Install perl-IO-Socket-Socks on Fedora 36
Introduction
In this tutorial we learn how to install perl-IO-Socket-Socks on Fedora 36.
What is perl-IO-Socket-Socks
IO to a remote host/port when the object is created. The object you receive can be used directly as a socket (with IO data to and from the remote host. In addition to creating a socks client, this module could be used to create a socks server.
We can use yum or dnf to install perl-IO-Socket-Socks on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-IO-Socket-Socks.
Install perl-IO-Socket-Socks on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-IO-Socket-Socks using dnf by running the following command:
sudo dnf -y install perl-IO-Socket-Socks
Install perl-IO-Socket-Socks on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-IO-Socket-Socks using yum by running the following command:
sudo yum -y install perl-IO-Socket-Socks
How To Uninstall perl-IO-Socket-Socks on Fedora 36
To uninstall only the perl-IO-Socket-Socks package we can use the following command:
sudo dnf remove perl-IO-Socket-Socks
perl-IO-Socket-Socks Package Contents on Fedora 36
/usr/share/doc/perl-IO-Socket-Socks
/usr/share/doc/perl-IO-Socket-Socks/Changes
/usr/share/doc/perl-IO-Socket-Socks/README
/usr/share/doc/perl-IO-Socket-Socks/examples
/usr/share/doc/perl-IO-Socket-Socks/examples/bind.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/chain.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/client4.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/client5.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/multi-client-multi-ver-coro-based-server.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/server4.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/server5.pl
/usr/share/doc/perl-IO-Socket-Socks/examples/udp.pl
/usr/share/man/man3/IO::Socket::Socks.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Socket
/usr/share/perl5/vendor_perl/IO/Socket/Socks.pm
References
Summary
In this tutorial we learn how to install perl-IO-Socket-Socks on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).