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

Last updated: October 07,2024

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

Please follow the instructions below to install perl-Net-Ping-External.noarch on Fedora 36

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

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

This is a short guide on how to uninstall perl-Net-Ping-External.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:49:29 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Net-Ping-External
Version : 0.15
Release : 24.fc36
Architecture : noarch
Size : 19 k
Source : perl-Net-Ping-External-0.15-24.fc36.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.