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

Last updated: June 29,2024

1. Install "perl-Socket.src" package

This is a short guide on how to install perl-Socket.src on Oracle Linux 9

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

2. Uninstall "perl-Socket.src" package

Please follow the step by step instructions below to uninstall perl-Socket.src on Oracle Linux 9:

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

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

Last metadata expiration check: 2:12:28 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Socket
Epoch : 4
Version : 2.031
Release : 4.el9
Architecture : src
Size : 56 k
Source : None
Repository : 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.