Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.8.7 (https://kojipkgs.fedoraproject.org//packages/grass/7.8.7/1.fc35/src/grass-7.8.7-1.fc35.src.rpm)
This GRASS GIS version is using Python 3.
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
# 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 |
---|---|---|
![]() |
x86_64 (4)* | EPEL 8 (269 downloads) |
![]() |
x86_64 (79)* | Fedora 35 (0 downloads) |
![]() |
x86_64 (0)* | Fedora 36 (0 downloads) |
![]() |
x86_64 (0)* | Fedora 37 (25 downloads) |
![]() |
x86_64 (0)* | Fedora 38 (10 downloads) |
![]() |
x86_64 (0)* | Fedora rawhide (287 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable neteler/grass78
More info about enabling Copr repositories