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

Last updated: November 28,2024

1. Install "perl-Net-Ping-External.noarch" package

Please follow the guidelines below to install perl-Net-Ping-External.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install perl-Net-Ping-External.noarch

2. Uninstall "perl-Net-Ping-External.noarch" package

Here is a brief guide to show you how to uninstall perl-Net-Ping-External.noarch on Fedora 35:

$ sudo dnf remove perl-Net-Ping-External.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:43:54 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Net-Ping-External
Version : 0.15
Release : 23.fc35
Architecture : noarch
Size : 19 k
Source : perl-Net-Ping-External-0.15-23.fc35.src.rpm
Repository : fedora
Summary : Cross-platform interface to ICMP "ping" utilities
URL : https://metacpan.org/release/Net-Ping-External
License : GPL+ or Artistic
Description : Net::Ping::External is a module which interfaces with the "ping" command on
: many systems. It presently provides a single function, ping(), that takes
: in a hostname and (optionally) a timeout and returns true if the host is
: alive, and false otherwise. Unless you have the ability (and willingness)
: to run your scripts as the superuser on your system, this module will
: probably provide more accurate results than Net::Ping will.