Skip to content
Snippets Groups Projects
Commit b1c6c078 authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Fixes problem to install latest version of QGIS.

parent 6007b750
No related branches found
No related tags found
No related merge requests found
......@@ -706,11 +706,14 @@ sudo wget -O /etc/apt/keyrings/qgis-archive-keyring.gpg https://download.qgis.or
sudo geany /etc/apt/sources.list.d/qgis.sources
# Types: deb deb-src
# URIs: https://qgis.org/debian
# Suites: your-distributions-codename
# Suites: focal # <----- Puts `lsb_release -cs` -> focal
# Architectures: amd64
# Components: main
# Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg
# To get the value for `Suites` field.
lsb_release -cs
# Update and install.
sudo apt update
sudo apt install qgis qgis-plugin-grass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment