How to Install and Uninstall GeographicLib.x86_64 Package on CentOS Stream 9

Last updated: January 12,2025

1. Install "GeographicLib.x86_64" package

This is a short guide on how to install GeographicLib.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install GeographicLib.x86_64

2. Uninstall "GeographicLib.x86_64" package

Please follow the step by step instructions below to uninstall GeographicLib.x86_64 on CentOS Stream 9:

$ sudo dnf remove GeographicLib.x86_64 $ sudo dnf autoremove

3. Information about the GeographicLib.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:20:32 ago on Sat Mar 16 16:03:45 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.