Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.4.4 (https://data.neteler.org/tmp/grass-7.4.4-1.fc29.src.rpm)
Note: A few user interface issues may occur due to missing python-mathplotlib-wx support on EPEL6
Installation Instructions
EPEL6, RHEL6, Scientific Linux 6, CentOS6
sudo wget -O /etc/yum.repos.d/grass74-epel-6.repo https://copr.fedoraproject.org/coprs/neteler/grass74_epel6/repo/epel-6/neteler-grass74_epel6-epel-6.repo
sudo yum install epel-release
# get PostgreSQL
yum install http://yum.postgresql.org/9.6/redhat/rhel-6.8-x86_64/pgdg-centos96-9.6-3.noarch.rpm
yum groupinstall "PostgreSQL Database Server 9.6 PGDG"
yum install postgis2_96
service postgresql-9.6 initdb
chkconfig postgresql-9.6 on service postgresql-9.6 start
sudo yum update
sudo yum install grass grass-libs
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 6 | x86_64 (47)* | EPEL 6 (0 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable neteler/grass74_epel6
More info about enabling Copr repositories