How to install QGIS 3 on Ubuntu

The last days I was asked a lot, how and where to install the new QGIS 3.
Until now there are no Windows binaries available (as far as I know…). But you can install and run QGIS 3.0 on Linux.

If you are running Ubuntu 17.10 (artful) or even 18.04 (bionic) (beware, it’s still alpha ), it is quite easy to install:

Open your terminal and add the following repositories to your sources.list:

for 17.10:

sudo add-apt-repository "deb     https://qgis.org

Sponsored
/debian artful main"
sudo add-apt-repository "deb-src https://qgis.org/debian artful main"

 

alternatively, for 18.04:

sudo add-apt-repository "deb     https://qgis.org/debian bionic main"
sudo add-apt-repository "deb-src https://qgis.org/debian bionic main"

 

Add public key:

Sponsored
wget -O - https://qgis.org/downloads/qgis-2017.gpg.key | gpg --import
gpg --fingerprint CAEB3DC3BDF7FB45
gpg --export --armor CAEB3DC3BDF7FB45 | sudo apt-key add -


Update and install QGIS:

sudo apt-get update && sudo apt-get install qgis python-qgis qgis-plugin-grass

Enjoy working with the all-new QGIS 3!

However, as soon as binaries for Windows are out, I would still recommend to use QGIS on Linux. In my opinion it runs a lot more stable and with less problems under Linux (which doesn’t mean it runs unstable under Windows…).

The post How to install QGIS 3 on Ubuntu first appeared on GIS-Blog.com.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

5 days ago