How To Install php-phpmyadmin-shapefile on CentOS 7

In this tutorial we learn how to install php-phpmyadmin-shapefile on CentOS 7. php-phpmyadmin-shapefile is ESRI ShapeFile library for PHP

Introduction

In this tutorial we learn how to install php-phpmyadmin-shapefile on CentOS 7.

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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

sudo yum -y install php-phpmyadmin-shapefile

Install php-phpmyadmin-shapefile on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

sudo dnf -y install php-phpmyadmin-shapefile

How To Uninstall php-phpmyadmin-shapefile on CentOS 7

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

sudo dnf remove php-phpmyadmin-shapefile

References

Summary

In this tutorial we learn how to install php-phpmyadmin-shapefile on CentOS 7 using yum and dnf.