How to Install and Uninstall php-pecl-geospatial.x86_64 Package on Oracle Linux 9

Last updated: May 14,2024

1. Install "php-pecl-geospatial.x86_64" package

In this section, we are going to explain the necessary steps to install php-pecl-geospatial.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install php-pecl-geospatial.x86_64

2. Uninstall "php-pecl-geospatial.x86_64" package

Please follow the guidelines below to uninstall php-pecl-geospatial.x86_64 on Oracle Linux 9:

$ sudo dnf remove php-pecl-geospatial.x86_64 $ sudo dnf autoremove

3. Information about the php-pecl-geospatial.x86_64 package on Oracle Linux 9

Last metadata expiration check: 3:41:16 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : php-pecl-geospatial
Version : 0.3.2
Release : 3.el9.remi.8.3
Architecture : x86_64
Size : 26 k
Source : php-pecl-geospatial-0.3.2-3.el9.remi.8.3.src.rpm
Repository : remi-modular
Summary : PHP Extension to handle common geospatial functions
URL : https://pecl.php.net/package/geospatial
License : PHP-3.01
Description : The extension currently has implementations of the Haversine and
: Vincenty's formulas for calculating distances, an initial bearing calculation
: function, a Helmert transformation function to transfer between different
: supported datums, conversions between polar and Cartesian coordinates,
: conversions between Degree/Minute/Seconds and decimal degrees, a method to
: simplify linear geometries, as well as a method to calculate intermediate
: points on a LineString.
:
: Package built for PHP 8.3.