How to Install and Uninstall perl-Net-Whois.noarch Package on Fedora 38

Last updated: October 01,2024

1. Install "perl-Net-Whois.noarch" package

Please follow the instructions below to install perl-Net-Whois.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Net-Whois.noarch

2. Uninstall "perl-Net-Whois.noarch" package

Learn how to uninstall perl-Net-Whois.noarch on Fedora 38:

$ sudo dnf remove perl-Net-Whois.noarch $ sudo dnf autoremove

3. Information about the perl-Net-Whois.noarch package on Fedora 38

Last metadata expiration check: 1:27:12 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Net-Whois
Version : 1.9
Release : 34.fc38
Architecture : noarch
Size : 17 k
Source : perl-Net-Whois-1.9-34.fc38.src.rpm
Repository : fedora
Summary : Get and parse "whois" domain data from InterNIC
URL : https://metacpan.org/release/Net-Whois
License : GPL+ or Artistic
Description : Net::Whois::Domain new() attempts to retrieve and parse the given
: domain's "whois" information from the InterNIC (whois.internic.net). If
: the server could not be contacted, is too busy, or otherwise does not
: process the query then the constructor does not return a reference and
: your object is undefined. If the constructor returns a reference, that
: reference can be used to access the various attributes of the domains'
: whois entry assuming that there was a match. The member function ok
: returns 1 if a match 0 if no match.