Skip to content

Instantly share code, notes, and snippets.

@prakharcode
Last active January 10, 2024 06:10
Show Gist options
  • 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
@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