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

Last updated: October 05,2024

1. Install "perl-Socket-GetAddrInfo.noarch" package

Here is a brief guide to show you how to install perl-Socket-GetAddrInfo.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Socket-GetAddrInfo.noarch

2. Uninstall "perl-Socket-GetAddrInfo.noarch" package

Please follow the guidelines below to uninstall perl-Socket-GetAddrInfo.noarch on Fedora 34:

$ sudo dnf remove perl-Socket-GetAddrInfo.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:22:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Socket-GetAddrInfo
Version : 0.22
Release : 22.fc34
Architecture : noarch
Size : 52 k
Source : perl-Socket-GetAddrInfo-0.22-22.fc34.src.rpm
Repository : fedora
Summary : RFC 2553's "getaddrinfo" and "getnameinfo" functions
URL : https://metacpan.org/release/Socket-GetAddrInfo
License : GPL+ or Artistic
Description : The RFC 2553 functions getaddrinfo and getnameinfo provide an abstracted
: way to convert between a pair of host name/service name and socket
: addresses, or vice versa. getaddrinfo converts names into a set of
: arguments to pass to the socket() and connect() syscalls, and getnameinfo
: converts a socket address back into its host name/service name pair.