How to Install and Uninstall perl-Test-RequiresInternet.noarch Package on Fedora 35

Last updated: May 03,2024

1. Install "perl-Test-RequiresInternet.noarch" package

Please follow the instructions below to install perl-Test-RequiresInternet.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Test-RequiresInternet.noarch

2. Uninstall "perl-Test-RequiresInternet.noarch" package

This guide covers the steps necessary to uninstall perl-Test-RequiresInternet.noarch on Fedora 35:

$ sudo dnf remove perl-Test-RequiresInternet.noarch $ sudo dnf autoremove

3. Information about the perl-Test-RequiresInternet.noarch package on Fedora 35

Last metadata expiration check: 3:10:46 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Test-RequiresInternet
Version : 0.05
Release : 21.fc35
Architecture : noarch
Size : 20 k
Source : perl-Test-RequiresInternet-0.05-21.fc35.src.rpm
Repository : fedora
Summary : Easily test network connectivity
URL : https://metacpan.org/release/Test-RequiresInternet
License : GPL+ or Artistic
Description : This module is intended to easily test network connectivity before functional
: tests begin to non-local Internet resources. It does not require any modules
: beyond those supplied in core Perl.
:
: If you do not specify a host/port pair, then the module defaults to using
: www.google.com on port 80. You may optionally specify the port by its name, as
: in http or ldap. If you do this, the test module will attempt to look up the
: port number using getservbyname. If you do specify a host and port, they must
: be specified in pairs. It is a fatal error to omit one or the other.
:
: If the environment variable NO_NETWORK_TESTING is set, then the tests will be
: skipped without attempting any socket connections.
:
: If the sockets cannot connect to the specified hosts and ports, the exception
: is caught, reported and the tests skipped.