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

VirtualBox 7.2.2 Fixed TPM 2.0 Emulation & KVM Conflict

Oracle VirtualBox, announced the first maintenance update for the 7.2 release series few days ago.…

13 hours ago

Firefox 143.0 is out with Microsoft Copilot AI Integration

Firefox 143.0, the new monthly release of the popular free open-source web browser, is available…

13 hours ago

VLC 3.0.22 Adds Qt6 & AMD AI Frame Interpolation Support [Ubuntu PPA]

VLC, the popular free open-source media player, rolled out the new 3.0.22 version few days…

13 hours ago

Dash to Panel updated with GNOME 49 (Ubuntu 25.10) Support

Dash to Panel, the popular Gnome Shell extension, updated few days ago with support for…

2 days ago

Ubuntu Weekly Newsletter Issue 909

Welcome to the Ubuntu Weekly Newsletter, Issue 909 for the week of September 7 –…

2 days ago

Canonical announces it will support and distribute NVIDIA CUDA in Ubuntu

Today Canonical, the publisher of Ubuntu, announced support for the NVIDIA CUDA toolkit and the…

2 days ago