Skip to content

Instantly share code, notes, and snippets.

@glw
Last active October 10, 2019 17:19
Show Gist options
  • Save glw/8faaef45f042414037a8d3aef14a31b6 to your computer and use it in GitHub Desktop.
Save glw/8faaef45f042414037a8d3aef14a31b6 to your computer and use it in GitHub Desktop.
install qgis LTR on Ubuntu
sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
sudo sh -c 'echo "deb https://qgis.org/ubuntugis-ltr xenial main" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb-src https://qgis.org/ubuntugis-ltr xenial main " >> /etc/apt/sources.list'
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 51F523511C7028C3
sudo apt-get update
sudo apt-get install -y qgis qgis-plugin-grass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment