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

Installs QGIS.

parent e2cd3475
Branches
No related tags found
No related merge requests found
......@@ -691,13 +691,36 @@ systemctl --user --now enable pipewire-media-session.service
# sudo snap remove hugo
hugo version
#-----------------------------------------------------------------------
# QGIS.
# https://www.qgis.org/en/site/forusers/alldownloads.html#debian-ubuntu
# Dependencies.
sudo apt install gnupg software-properties-common
# Add the public key.
sudo mkdir -m755 -p /etc/apt/keyrings # not needed since apt version 2.4.0 like Debian 12 and Ubuntu 22 or newer
sudo wget -O /etc/apt/keyrings/qgis-archive-keyring.gpg https://download.qgis.org/downloads/qgis-archive-keyring.gpg
# Adds content to file.
sudo geany /etc/apt/sources.list.d/qgis.sources
# Types: deb deb-src
# URIs: https://qgis.org/debian
# Suites: your-distributions-codename
# Architectures: amd64
# Components: main
# Signed-By: /etc/apt/keyrings/qgis-archive-keyring.gpg
# Update and install.
sudo apt update
sudo apt install qgis qgis-plugin-grass
#-----------------------------------------------------------------------
# Raspberry Pi Imager.
# https://ubuntu.com/tutorials/how-to-install-ubuntu-desktop-on-raspberry-pi-4#2-prepare-the-sd-card
sudo snap install rpi-imager
#-----------------------------------------------------------------------
# Install Docker.
# https://linuxconfig.org/how-to-install-docker-on-ubuntu-20-04-lts-focal-fossa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment