Skip to content

Instantly share code, notes, and snippets.

@dalekunce
Created November 6, 2013 19:14
Show Gist options
  • Save dalekunce/7342340 to your computer and use it in GitHub Desktop.
Save dalekunce/7342340 to your computer and use it in GitHub Desktop.
Ubuntu 12.04 GIS Machine Setup
#add the ubuntugis repo
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable
#update stuff
sudo apt-get update
#start with gdal
sudo apt-get install libgdal-dev gdal-bin
#install postgis and libgdal1 to fix a conflict
sudo apt-get install libgdal1-dev
sudo apt-get install postgresql-9.1-postgis-2.0
#install qgis if you have a desktop
sudo apt-get install qgis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment