Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 7.8.5RC1 (https://data.neteler.org/tmp/grass-7.8.5-RC1.fc33.src.rpm)
This GRASS GIS version is using Python 3.
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
# Fedora 30-32 (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
** EPEL7 (RHEL, SL, CentOS,...) **
### EPEL7:
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-7/neteler-grass78-epel-7.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 (0)* | Epel for CentOS 8 (35 downloads) |
![]() |
x86_64 (0)* | Fedora 28 (0 downloads) |
![]() |
x86_64 (0)* | Fedora 29 (0 downloads) |
![]() |
x86_64 (0)* | Fedora 30 (0 downloads) |
![]() |
x86_64 (0)* | Fedora 32 (156 downloads) |
![]() |
x86_64 (0)* | Fedora 33 (56 downloads) |
![]() |
x86_64 (0)* | Fedora rawhide (135 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
$ dnf copr enable neteler/grass78
More info about enabling Copr repositories