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

Last updated: April 26,2024

1. Install "perl-Socket.x86_64" package

Learn how to install perl-Socket.x86_64 on Fedora 35

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

2. Uninstall "perl-Socket.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-Socket.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 5:50:24 ago on Wed Sep 7 08:25:01 2022.
Installed Packages
Name : perl-Socket
Epoch : 4
Version : 2.032
Release : 2.fc35
Architecture : x86_64
Size : 122 k
Source : perl-Socket-2.032-2.fc35.src.rpm
Repository : @System
From repo : fedora
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.