How To Install php-phpmyadmin-shapefile on Fedora 36

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

Introduction

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

What is php-phpmyadmin-shapefile

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-shapefile on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-phpmyadmin-shapefile.

Install php-phpmyadmin-shapefile 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-shapefile using dnf by running the following command:

sudo dnf -y install php-phpmyadmin-shapefile

Install php-phpmyadmin-shapefile 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-shapefile using yum by running the following command:

sudo yum -y install php-phpmyadmin-shapefile

How To Uninstall php-phpmyadmin-shapefile on Fedora 36

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

sudo dnf remove php-phpmyadmin-shapefile

php-phpmyadmin-shapefile Package Contents on Fedora 36

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

References

Summary

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