How to Install and Uninstall GeographicLib.x86_64 Package on Fedora 38

Last updated: October 06,2024

1. Install "GeographicLib.x86_64" package

Please follow the instructions below to install GeographicLib.x86_64 on Fedora 38

$ 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 Fedora 38:

$ sudo dnf remove GeographicLib.x86_64 $ sudo dnf autoremove

3. Information about the GeographicLib.x86_64 package on Fedora 38

Last metadata expiration check: 0:24:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : GeographicLib
Version : 2.1.2
Release : 3.fc38
Architecture : x86_64
Size : 392 k
Source : GeographicLib-2.1.2-3.fc38.src.rpm
Repository : fedora
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.