Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Walmes Marques Zeviani
linux-config
Commits
6007b750
Commit
6007b750
authored
1 year ago
by
Walmes Marques Zeviani
Browse files
Options
Downloads
Patches
Plain Diff
Installs QGIS.
parent
e2cd3475
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_ubuntu_details.sh
+24
-1
24 additions, 1 deletion
install_ubuntu_details.sh
with
24 additions
and
1 deletion
install_ubuntu_details.sh
+
24
−
1
View file @
6007b750
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment