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

Last updated: November 27,2024

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

This guide covers the steps necessary to install perl-Net-Whois.noarch on Fedora 35

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

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

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

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

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

Last metadata expiration check: 4:45:41 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Net-Whois
Version : 1.9
Release : 30.fc35
Architecture : noarch
Size : 17 k
Source : perl-Net-Whois-1.9-30.fc35.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.