Download GRASS GIS for Linux

[ GRASS: 7.4 stable | 7.2 old stable | 7.5 devel ]
GRASS GIS 7.4.0 (current stable)
New stable release, see New Features74 and GRASS GIS 7.4.0 announcement
- Generic 64bit weekly binary snapshot
- Centos
- Debian
- EPEL6: RHEL6/Centos6/Scientific Linux6
- EPEL7: RHEL7/Centos7/Scientific Linux7
- Fedora
- Linux Mint: see Ubuntu
- openSUSE
- Ubuntu
# 1.a) Users of LTS Ubuntu release: Add Ubuntu Unstable PPA: sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
# 1.b) Users of non-LTS release (like Ubuntu 17.10): Add GRASS Stable PPA sudo add-apt-repository ppa:grass/grass-stable
# 2. Then update cache and install GRASS GIS sudo apt-get update sudo apt-get install grass
GRASS GIS 7.2 (old stable)
Old stable release, see New Features72 and GRASS GIS 7.2.2 announcement
Direct compatibility with earlier versions is not guaranteed but provided with automated conversion tools (affects vector topology).
GRASS GIS 7 can be installed in parallel to GRASS GIS 6.
- Generic 64bit weekly binary snapshot
- Arch Linux
- Debian
- Fedora
- EPEL7 (Centos7, Scientific Linux 7, etc)
- Linux Mint: see Ubuntu
- openSUSE | One-Click installer
- Ubuntu
# you need to enter all following lines
sudo add-apt-repository ppa:ubuntugis/ubuntugis-stable sudo apt-get update sudo apt-get install grass
GRASS GIS 7.5 (development, daily builds)
Active development and experimental version.
It can be installed in parallel to GRASS GIS 6.
- Generic 64bit weekly binary snapshot
- Ubuntu (daily builds)
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable sudo add-apt-repository ppa:grass/grass-devel sudo apt-get update sudo apt-get install grass-daily
Source code
- Download source code packages of GRASS GIS
- Software License
Compile yourself
If the latest GRASS GIS versions are not available within your distribution or you want to compile it from source yourself, please read the instructions here.