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

Last updated: May 19,2024

1. Install "GeographicLib.i686" package

Please follow the steps below to install GeographicLib.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install GeographicLib.i686

2. Uninstall "GeographicLib.i686" package

This guide covers the steps necessary to uninstall GeographicLib.i686 on Fedora 35:

$ sudo dnf remove GeographicLib.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:19:50 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : GeographicLib
Version : 1.52
Release : 3.fc35
Architecture : i686
Size : 507 k
Source : GeographicLib-1.52-3.fc35.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.