How To Install php-phpmyadmin-shapefile3 on Fedora 36

In this tutorial we learn how to install php-phpmyadmin-shapefile3 in Fedora 36. php-phpmyadmin-shapefile3 is ESRI ShapeFile library for PHP, version 3

Introduction

In this tutorial we learn how to install php-phpmyadmin-shapefile3 on Fedora 36.

What is php-phpmyadmin-shapefile3

Currently the 2D and 3D variants except MultiPatch of the ShapeFile format as defined in [1]. The library currently supports reading and editing of ShapeFiles and the Associated information (DBF file). There are a lot of things that can be improved in the code, if you are interested in developing, helping with the documentation, making translations or offering new ideas please contact us. [1] https Autoloader

We can use yum or dnf to install php-phpmyadmin-shapefile3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-phpmyadmin-shapefile3.

Install php-phpmyadmin-shapefile3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-phpmyadmin-shapefile3 using dnf by running the following command:

sudo dnf -y install php-phpmyadmin-shapefile3

Install php-phpmyadmin-shapefile3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-phpmyadmin-shapefile3 using yum by running the following command:

sudo yum -y install php-phpmyadmin-shapefile3

How To Uninstall php-phpmyadmin-shapefile3 on Fedora 36

To uninstall only the php-phpmyadmin-shapefile3 package we can use the following command:

sudo dnf remove php-phpmyadmin-shapefile3

php-phpmyadmin-shapefile3 Package Contents on Fedora 36

/usr/share/doc/php-phpmyadmin-shapefile3
/usr/share/doc/php-phpmyadmin-shapefile3/CHANGELOG.md
/usr/share/doc/php-phpmyadmin-shapefile3/CODE_OF_CONDUCT.md
/usr/share/doc/php-phpmyadmin-shapefile3/CONTRIBUTING.md
/usr/share/doc/php-phpmyadmin-shapefile3/README.md
/usr/share/doc/php-phpmyadmin-shapefile3/composer.json
/usr/share/licenses/php-phpmyadmin-shapefile3
/usr/share/licenses/php-phpmyadmin-shapefile3/LICENSE
/usr/share/php/PhpMyAdmin
/usr/share/php/PhpMyAdmin/ShapeFile3
/usr/share/php/PhpMyAdmin/ShapeFile3/ShapeFile.php
/usr/share/php/PhpMyAdmin/ShapeFile3/ShapeRecord.php
/usr/share/php/PhpMyAdmin/ShapeFile3/Util.php
/usr/share/php/PhpMyAdmin/ShapeFile3/autoload.php

References

Summary

In this tutorial we learn how to install php-phpmyadmin-shapefile3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).