How to Install and Uninstall GeographicLib.x86_64 Package on Oracle Linux 9

Last updated: September 24,2024

1. Install "GeographicLib.x86_64" package

Please follow the instructions below to install GeographicLib.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install GeographicLib.x86_64

2. Uninstall "GeographicLib.x86_64" package

Please follow the instructions below to uninstall GeographicLib.x86_64 on Oracle Linux 9:

$ sudo dnf remove GeographicLib.x86_64 $ sudo dnf autoremove

3. Information about the GeographicLib.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:41:42 ago on Thu Feb 15 07:50:05 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.