Skip to content

Instantly share code, notes, and snippets.

@ridixcr
Last active August 12, 2019 15:02
Show Gist options
  • Save ridixcr/3017e1fafe2324bbe4f0a67c3765efbf to your computer and use it in GitHub Desktop.
Save ridixcr/3017e1fafe2324bbe4f0a67c3765efbf to your computer and use it in GitHub Desktop.

Pasos de Instalacion QGis en Ubuntu 16.04 🗺️

Smiley face

1. Primero (Editar y agregar)

sudo nano /etc/apt/sources.list

deb     https://qgis.org/debian xenial main
deb-src https://qgis.org/debian xenial main
  • ctrl+o (Guardar)
  • ctrl+x (Salir)

2. Segundo

wget -O - https://qgis.org/downloads/qgis-2017.gpg.key | gpg --import
gpg --fingerprint CAEB3DC3BDF7FB45

3. Tercero

gpg --export --armor CAEB3DC3BDF7FB45 | sudo apt-key add -

4. Cuarto

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key CAEB3DC3BDF7FB45

5. Quinto

sudo apt-get update

6. Sexto (Finalmente)

sudo apt-get install qgis python-qgis qgis-plugin-grass

🚀

Recursos

@ridixcr
Copy link
Author

ridixcr commented Aug 12, 2019

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