Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.4.4 (https://kojipkgs.fedoraproject.org//packages/grass/7.4.4/1.fc29/src/grass-7.4.4-1.fc29.src.rpm)
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
# Fedora 24+25+26+27+28+29 (see below if you also use GDAL from this COPR):
dnf copr enable neteler/grass74
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/grass74.repo https://copr.fedoraproject.org/coprs/neteler/grass74/repo/epel-7/neteler-grass74-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 (80)* | EPEL 7 (1358 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds
Quick Enable
#> dnf copr enable neteler/grass74
More info about enabling Copr repositories