How to Install and Uninstall perl-Socket.x86_64 Package on Fedora 36

Last updated: January 12,2025

1. Install "perl-Socket.x86_64" package

Please follow the guidance below to install perl-Socket.x86_64 on Fedora 36

$ 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 Fedora 36:

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

3. Information about the perl-Socket.x86_64 package on Fedora 36

Last metadata expiration check: 1:35:25 ago on Thu Sep 8 08:04:50 2022.
Installed Packages
Name : perl-Socket
Epoch : 4
Version : 2.036
Release : 1.fc36
Architecture : x86_64
Size : 123 k
Source : perl-Socket-2.036-1.fc36.src.rpm
Repository : @System
From repo : updates
Summary : Networking constants and support functions
URL : https://metacpan.org/release/Socket
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.