How to Install and Uninstall perl-Geo-Distance.noarch Package on Oracle Linux 8

Last updated: September 28,2024

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

This tutorial shows how to install perl-Geo-Distance.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the perl-Geo-Distance.noarch package on Oracle Linux 8

Last metadata expiration check: 1:18:46 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Geo-Distance
Version : 0.25
Release : 1.el8
Architecture : noarch
Size : 29 k
Source : perl-Geo-Distance-0.25-1.el8.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.