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

Last updated: May 18,2024

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

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

$ 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 36:

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

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

Last metadata expiration check: 5:44:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Net-Whois
Version : 1.9
Release : 31.fc36
Architecture : noarch
Size : 17 k
Source : perl-Net-Whois-1.9-31.fc36.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.