Thursday, December 19, 2013

Notes on Installing OpenGeo on Ubuntu 10.04.4 LTS

This would come handy if apt-get complains of overwriting a file from an existing package:
 
 sudo apt-get -o Dpkg::Options::="--force-overwrite" install [package name]

Installing OpenGeo on Ubuntu needs an updated libproj0, otherwise, one cannot create postgis-enabled databases

 sudo apt-get install libproj0



No comments:

Post a Comment