How to Install and Uninstall perl-Socket.x86_64 Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "perl-Socket.x86_64" package

Please follow the steps below to install perl-Socket.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install perl-Socket.x86_64

2. Uninstall "perl-Socket.x86_64" package

Please follow the instructions below to uninstall perl-Socket.x86_64 on CentOS Stream 8:

$ sudo dnf remove perl-Socket.x86_64 $ sudo dnf autoremove

3. Information about the perl-Socket.x86_64 package on CentOS Stream 8

Last metadata expiration check: 0:26:10 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : perl-Socket
Epoch : 4
Version : 2.027
Release : 3.el8
Architecture : x86_64
Size : 124 k
Source : perl-Socket-2.027-3.el8.src.rpm
Repository : @System
From repo : baseos
Summary : Networking constants and support functions
URL : http://search.cpan.org/dist/Socket/
License : GPL+ or Artistic
Description : This module provides a variety of constants, structure manipulators and other
: functions related to socket-based networking. The values and functions
: provided are useful when used in conjunction with Perl core functions such as
: socket(), setsockopt() and bind(). It also provides several other support
: functions, mostly for dealing with conversions of network addresses between
: human-readable and native binary forms, and for hostname resolver operations.