Skip to content

Instantly share code, notes, and snippets.

@rkaneko
Last active February 29, 2020 13:57
Show Gist options
  • Save rkaneko/6014f0421848802ef62887033c65e53a to your computer and use it in GitHub Desktop.
Save rkaneko/6014f0421848802ef62887033c65e53a to your computer and use it in GitHub Desktop.
Install qgis on Ubuntu 18.04

How to install QGIS on Ubuntu 18.04

$ sudo apt-get install python3-software-properties

$ sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable

$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F42ED6FBAB17C654

$ sudo apt-get update

$ sudo apt-get install python3-gdal

$ sudo apt-get install python3-qgis-common

# Optional
$ sudo apt autoremove

$ sudo apt-get install qgis python3-qgis qgis-plugin-grass

$ qgis -v
QGIS 3.4.14-Madeira 'Madeira' (exported)

Plugin

World Imagery DataSet

Screenshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment