Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.8.8 (https://kojipkgs.fedoraproject.org//packages/grass/7.8.8/1.el8/src/grass-7.8.8-1.el8.src.rpm)
This GRASS GIS version is using Python 3.
Installation Instructions
# install as root user (or use "sudo" below)
su
** Older Fedora **
Note that recent Fedora ships version 8.x.
# Fedora 33+ (see below if you also use GDAL from this COPR):
dnf copr enable neteler/grass78
dnf update
dnf install grass grass-libs grass-gui
# needed for GRASS Addons (via g.extension)
dnf install grass-devel
** EPEL8 (RHEL, SL, CentOS,...) **
### EPEL8:
su
# First install these three dependencies:
# https://copr.fedorainfracloud.org/coprs/neteler/python-matplotlib/
#
# 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/grass78.repo https://copr.fedoraproject.org/coprs/neteler/grass78/repo/epel-8/neteler-grass78-epel-8.repo
yum update
yum install grass grass-libs grass-gui
# needed for GRASS Addons (via g.extension)
yum install grass-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 8 | x86_64 (52)* | EPEL 8 (364 downloads) |
EPEL 9 | x86_64 (40)* | EPEL 9 (61 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable neteler/grass78
More info about enabling Copr repositories