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

Last updated: May 19,2024

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

This tutorial shows how to install perl-Net-Ping-External.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall perl-Net-Ping-External.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:42:09 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Net-Ping-External
Version : 0.15
Release : 21.fc34
Architecture : noarch
Size : 19 k
Source : perl-Net-Ping-External-0.15-21.fc34.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.