Skip to content

Instantly share code, notes, and snippets.

@prakharcode
Last active January 10, 2024 06:10
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save prakharcode/4a3c32138aacda8284bffb5645f04674 to your computer and use it in GitHub Desktop.
Save prakharcode/4a3c32138aacda8284bffb5645f04674 to your computer and use it in GitHub Desktop.
Install QGIS 3
cd /etc/apt/
sudo vim sources.list



# paste the following

# QGIS 3 install
deb https://qgis.org/ubuntu-ltr/ bionic main
deb-src https://qgis.org/ubuntu-ltr/ bionic main

# save the sources.list file

sudo apt update
sudo apt upgrade
sudo apt install qgis
@scoid
Copy link

scoid commented Aug 19, 2019

This did install Qgis v2.18 on Ubuntu 18.04.3 LTS.

@jlstanus
Copy link

Err :1 https://qgis.org/ubuntu-ltr bionic InRelease
Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 51F523511C7028C3

@prakharcode
Copy link
Author

@jlstanus try adding the gpg key to your keyring
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 51F523511C7028C3

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