How to Install and Uninstall perl-Socket.x86_64 Package on Oracle Linux 9

Last updated: October 08,2024

1. Install "perl-Socket.x86_64" package

Please follow the steps below to install perl-Socket.x86_64 on Oracle Linux 9

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

2. Uninstall "perl-Socket.x86_64" package

Learn how to uninstall perl-Socket.x86_64 on Oracle Linux 9:

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

3. Information about the perl-Socket.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:14:56 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : perl-Socket
Epoch : 4
Version : 2.031
Release : 4.el9
Architecture : x86_64
Size : 122 k
Source : perl-Socket-2.031-4.el9.src.rpm
Repository : @System
From repo : ol9_appstream
Summary : Networking constants and support functions
URL : https://metacpan.org/release/Socket
License : GPL+ or Artistic
Description : This Perl 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.