How to Install and Uninstall GeographicLib.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "GeographicLib.x86_64" package

Learn how to install GeographicLib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install GeographicLib.x86_64

2. Uninstall "GeographicLib.x86_64" package

Please follow the guidance below to uninstall GeographicLib.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove GeographicLib.x86_64 $ sudo dnf autoremove

3. Information about the GeographicLib.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:54 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : GeographicLib
Version : 2.3
Release : 2.el9
Architecture : x86_64
Size : 410 k
Source : GeographicLib-2.3-2.el9.src.rpm
Repository : epel
Summary : Library for geographic coordinate transformations
URL : https://github.com/geographiclib/geographiclib
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.