#33723
nahuel penna
Espectador

Hola, la manera de instalar el postgress 8.3 en ubuntu 8.4, es primero desinstalar la version 8.4 de ubuntu y despues hice lo siguiente, copio tal cual lo encontre, no recuerdo de que pagina lo saque pero se instala perfectamente


Add the following to your /etc/apt/sources.list:
Code:

deb http://archive.ubuntu.com/ubuntu/ karmic main restricted universe

deb-src http://archive.ubuntu.com/ubuntu/ karmic main restricted universe

Then type:
Code:

apt-get update && apt-get install postgresql-8.3

If pg8.4 is running, dpkg will report an error that the port is already in use, so I would stop 8.4 first or the installation wont be completed. (dpkg has to run an init script to start the server for installation to be successful)



Espero que le pueda servir.
saludos