I'm trying to install GDAL 2.X on CentOS7 without building from source because I'll need configure it in another servers and installing by source code will be a very tiring and time-consuming task.
I found some repositories like opengeo and ELGIS but they are for CentOS7. On EPEL repo doesn't have GDAL 2.x available.
[root@localhost ~]# yum repo-pkgs epel list gdal*
(...)
Available Packages
gdal.x86_64 1.11.4-1.el7 @epel
gdal-libs.x86_64 1.11.4-1.el7 @epel
gdal-python.x86_64 1.11.4-1.el7 @epel
gdal-devel.x86_64 1.11.4-1.el7 @epel
gdal-doc.noarch 1.11.4-1.el7 @epel
gdal-java.x86_64 1.11.4-1.el7 @epel
gdal-javadoc.noarch 1.11.4-1.el7 @epel
gdal-perl.x86_64 1.11.4-1.el7 @epel
The version 1.11 which isn't quite the latest from 1.x major version.
Is it possible to install from any repository, or just from source? If not, is it possible to build as a RPM to be easy installed across multiple servers?