Subscribe via RSS Feed

How to install Quantum GIS on Ubuntu 12.04 Precise Pangolin

Quantum GIS is a nice and usable GIS software for Linux especially Ubuntu. We can create map, layout export and import GIS file, shape file, mapinfo to Quantum GIS. Also, Quantum GIS has an intuitive user interface. This tutorial will show you how to install QGIS on Ubuntu 12.04 Precise Pangolin. Its not hard to get Quantum GIS installed on Ubuntu 12.04 since the developer already provided the repository for Quantum GIS Ubuntu.

How to install Quantum GIS on Ubuntu 12.04 Precise Pangolin

Add Quantum GIS repository to Ubuntu. You can do this by editing the file sources.list. On Terminal use this command

sudo nano /etc/apt/sources.list

Then add these lines to the sources.list

deb http://qgis.org/debian-nightly precise main
deb-src http://qgis.org/debian-nightly precise main

Next, update your system

sudo apt-get update

Next, add the qgis public key to our apt keyring.

gpg –keyserver keyserver.ubuntu.com –recv 1F9ADD375CA44993
gpg –export –armor 1F9ADD375CA44993 | sudo apt-key add -

Now, its time to install Quantum GIS

sudo apt-get install qgis
sudo apt-get install python-qgis           #optional
sudo apt-get install qgis-plugin-grass   #optional

Now you should be able to run QGIS on Ubuntu 12.04 Precise Pangolin

Incoming Search:

  • qgis linux mint
  • install qgis ubuntu 12 04
  • how to install qgis on ubuntu 12 04
  • quantum gis linux mint
  • qgis precise pangolin

Tags: , , , ,

Category: GIS Tutorial, Ubuntu

About the Author: Basically I am a GIS officer in an mineral exploration company and I love to try any new software, linux distro, gis software. I want to share all the things that I know on my blogs.

Comments (1)

Trackback URL | Comments RSS Feed

  1. Brendon says:

    Thanks for this! I was using the launchpad ppa with 10.04, but now I am on Linux Mint 13 I need to update.

    The first line seemd to go through fine, but the second one returns:

    gpg –export –armor 1F9ADD375CA44993 | sudo apt-key add -
    usage: gpg [options] [filename]
    gpg: no valid OpenPGP data found.

    Do you have any suggestions?
    Thanks!

Leave a Reply




If you want a picture to show with your comment, go get a Gravatar.