How to Install and Uninstall GeographicLib.x86_64 Package on CentOS 8 / RHEL 8

Last updated: April 29,2024

1. Install "GeographicLib.x86_64" package

This guide let you learn how to install GeographicLib.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install GeographicLib.x86_64

2. Uninstall "GeographicLib.x86_64" package

Here is a brief guide to show you how to uninstall GeographicLib.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove GeographicLib.x86_64 $ sudo dnf autoremove

3. Information about the GeographicLib.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 3:40:27 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : GeographicLib
Version : 1.50.1
Release : 1.el8
Architecture : x86_64
Size : 541 k
Source : GeographicLib-1.50.1-1.el8.src.rpm
Repository : epel
Summary : Library for geographic coordinate transformations
URL : http://geographiclib.sourceforge.net/
License : MIT
Description : GeographicLib is a small set of C++ classes for performing conversions
: between geographic, UTM, UPS, MGRS, geocentric, and local Cartesian
: coordinates, for gravity (e.g., EGM2008), geoid height and geomagnetic
: field (e.g., WMM2010) calculations, and for solving geodesic problems.
: The emphasis is on returning accurate results with errors close to round-off
: (about 5–15 nanometers). New accurate algorithms for Geodesics on an
: ellipsoid of revolution and Transverse Mercator projection have been
: developed for this library. The functionality of the library can be accessed
: from user code, from the Utility programs provided, or via the
: Implementations in other languages.