Last active
October 10, 2019 17:19
-
-
Save glw/8faaef45f042414037a8d3aef14a31b6 to your computer and use it in GitHub Desktop.
install qgis LTR on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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