Skip to content

Instantly share code, notes, and snippets.

@robinkraft
Created December 1, 2011 03:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinkraft/1413347 to your computer and use it in GitHub Desktop.
Save robinkraft/1413347 to your computer and use it in GitHub Desktop.
the easy way to install GDAL 1.8.0 on Ubuntu
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal-bin
sudo apt-get -y install python-gdal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment