How to Install and Uninstall perl-Geo-Distance.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Geo-Distance.noarch" package

Please follow the guidance below to install perl-Geo-Distance.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Geo-Distance.noarch

2. Uninstall "perl-Geo-Distance.noarch" package

This is a short guide on how to uninstall perl-Geo-Distance.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Geo-Distance.noarch $ sudo dnf autoremove

3. Information about the perl-Geo-Distance.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:20:44 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Geo-Distance
Version : 0.25
Release : 4.el9
Architecture : noarch
Size : 29 k
Source : perl-Geo-Distance-0.25-4.el9.src.rpm
Repository : epel
Summary : Calculate distances and closest locations
URL : https://metacpan.org/release/Geo-Distance
License : GPL+ or Artistic
Description : This Perl library aims to provide as many tools to make it as simple as
: possible to calculate distances between geographic points, and anything
: that can be derived from that. Currently there is support for finding the
: closest locations within a specified distance, to find the closest number
: of points to a specified point, and to do basic point-to-point distance
: calculations.
:
: This Perl module is deprecated, use GIS::Distance instead.