What is the easiest way to install postgis on Ubuntu Server 11.10?
apt-get install ...
|
|
|
this package is not available in the official repository so you can use a ppa for a quick and dirty installation. https://wiki.ubuntu.com/UbuntuGIS for Ubuntu 11.10 Oneiric the packages are only available in the unstable version of this PPA, to install and use this ppa
to update your software list and install the package you are interested of
|
|||||||||||
|
|
As noted in Micro's answer, your best bet for installing PostGIS is the UbuntuGIS PPA. As of the time I'm writing they are distributing PostgreSQL 9.1 and PostGIS 2.0.1. Starting with these versions it became much easier to set up a PostGIS database. Once PostGIS is installed, how do you create a PostGIS database? Ignore any old docs you find about using
|
|||
|
|