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

Last updated: April 24,2024

1. Install "perl-Socket.x86_64" package

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

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

2. Uninstall "perl-Socket.x86_64" package

Please follow the guidance below to uninstall perl-Socket.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 1:01:56 ago on Tue Sep 6 02:10:55 2022.
Installed Packages
Name : perl-Socket
Epoch : 4
Version : 2.032
Release : 1.fc34
Architecture : x86_64
Size : 122 k
Source : perl-Socket-2.032-1.fc34.src.rpm
Repository : @System
From repo : updates
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.