How to Install and Uninstall GeographicLib.i686 Package on Fedora 36

Last updated: May 18,2024

1. Install "GeographicLib.i686" package

This tutorial shows how to install GeographicLib.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install GeographicLib.i686

2. Uninstall "GeographicLib.i686" package

Please follow the guidance below to uninstall GeographicLib.i686 on Fedora 36:

$ sudo dnf remove GeographicLib.i686 $ sudo dnf autoremove

3. Information about the GeographicLib.i686 package on Fedora 36

Last metadata expiration check: 5:34:57 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : GeographicLib
Version : 1.52
Release : 7.fc36
Architecture : i686
Size : 511 k
Source : GeographicLib-1.52-7.fc36.src.rpm
Repository : fedora
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.