Tagged Questions
1
vote
1answer
42 views
How to apt-get install a package for Ubuntu Quantal from Ubuntu Precise 12.04
On Ubuntu Precise 12.04, the package osm2pgsql is currently at 0.70.5+r25090-2ubuntu2. However I need to install a newer version 0.80 but apt-get update does not provide the newer version.
Question: ...
2
votes
1answer
860 views
Configuration Tuning for PostgreSQL 9.1 PostGIS 1.5 Ubuntu 12.04 Server
My server performance is poor. At times SSH, top, and other features or commands are very slow to respond, taking several seconds or more. A query that normally takes 5 minutes can sometimes take 30 ...
2
votes
1answer
1k views
Setting up PostGIS on Ubuntu 10.10
I followed this manual:
http://www.paolocorti.net/2008/01/30/installing-postgis-on-ubuntu/
I installed using aptitude:
postgis
postgresql-8.4-postgis
but there is no script lwpostgis.sql in the ...
0
votes
2answers
764 views
Setting up PostGIS on Ubuntu Server 9.04?
Ubuntu Server 9.04 comes with PostgreSQL 8.3 installed. This is working correctly; I am able to log in, list the databases, etc.
I have tried to follow the instructions here for installing PostGIS, ...