Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.6.0 (https://kojipkgs.fedoraproject.org//packages/grass/7.6.0/5.fc31/src/grass-7.6.0-5.fc31.src.rpm)
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
# Fedora 28+29 (see below if you also use GDAL from this COPR):
dnf copr enable neteler/grass76
dnf copr enable neteler/liblas
dnf copr enable neteler/laszip
dnf update
dnf install grass grass-libs grass-gui liblas
# needed for GRASS Addons (via g.extension)
dnf install grass-devel liblas liblas-devel
** EPEL7 (RHEL, SL, CentOS,...) **
### EPEL7:
su
# First install these three dependencies:
# https://copr.fedorainfracloud.org/coprs/neteler/python-matplotlib/
# https://copr.fedorainfracloud.org/coprs/neteler/liblas/
# https://copr.fedorainfracloud.org/coprs/neteler/laszip/
#
# Then install GDAL from EPEL
yum install epel-release
yum install gdal gdal-python gdal-devel
#
# Now install GRASS GIS 7:
wget -O /etc/yum.repos.d/grass76.repo https://copr.fedoraproject.org/coprs/neteler/grass76/repo/epel-7/neteler-grass76-epel-7.repo
yum update
yum install grass grass-libs grass-gui liblas
# needed for GRASS Addons (via g.extension)
yum install grass-devel liblas liblas-devel
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 7 | x86_64 (91)* | EPEL 7 (1145 downloads) |
Fedora rawhide | x86_64 (35)* | Fedora rawhide (382 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable neteler/grass76
More info about enabling Copr repositories