Description
GRASS GIS - Bringing advanced geospatial technologies to the world.
Source code: GRASS GIS 8.2 (https://kojipkgs.fedoraproject.org/packages/grass/8.2.1/1.fc38/src/grass-8.2.1-1.fc38.src.rpm)
This GRASS GIS version is using Python 3.
Note QGIS offers GRASS GIS 8 support as per https://github.com/qgis/QGIS/pull/47095, i.e. it is updated in master (QGIS 3.24+) and has been backported to QGIS 3.22 LTR.
Installation Instructions
# install as root user (or use "sudo" below)
su
** Fedora **
dnf copr enable neteler/grass82
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 8:
wget -O /etc/yum.repos.d/grass82.repo https://copr.fedoraproject.org/coprs/neteler/grass82/repo/epel-8/neteler-grass82-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 (0)* | EPEL 8 (29 downloads) |
![]() |
x86_64 (0)* | EPEL 9 (12 downloads) |
![]() |
x86_64 (46)* | Fedora 35 (0 downloads) |
![]() |
x86_64 (79)* | Fedora 36 (0 downloads) |
![]() |
x86_64 (55)* | Fedora 37 (35 downloads) |
![]() |
x86_64 (12)* | Fedora 38 (11 downloads) |
![]() |
x86_64 (0)* | Fedora rawhide (29 downloads) |
* Total number of packages downloaded in the last seven days.
Quick Enable
#> dnf copr enable neteler/grass82
More info about enabling Copr repositories