0
votes
2answers
142 views

How to install apt-get package manager [closed]

I am booting Ubuntu via VirtualBox. PostgreSQL 8.0 is already installed in the disk image I am using. Now I want to upgrade the PostgreSQL database to a higher version. I tried using: apt-get upgrade ...
0
votes
1answer
220 views

Ubuntu 12.04 Depends: postgresql-9.1-postgis

I am installing LocalWiki on a Virtual Machine hosted by 1&1.com It is Ubuntu 12.04. When I run sudo apt-get install localwiki as instructed by http://localwiki.org/install/, I get the following ...
1
vote
2answers
42 views

Regarding inbuilt application PostGreSQL

In my work I need to study about FOSSology. This tool supports only in Linux. So i have installed Ubuntu version 12.10 Quantal. Through net i have come to know Ubuntu has inbuilt postgreSQL ...
0
votes
0answers
165 views

Trying to install TaskJuggler but get errors

First time posting so not sure how it works here. I'm trying to install TaskJuggler but get the following errors: Stopping PostgreSQL 8.4 database server ...
2
votes
1answer
2k views

Packages having unmet dependencies: Broken Packages

When I try to install postgresql i get the following error: sudo apt-get install postgresql-client Some packages could not be installed. This may mean that you have requested an impossible ...
-1
votes
1answer
2k views

Error uninstalling postgresql: `Sub-process /usr/bin/dpkg returned an error code (1)` [closed]

I am getting this error while executing sudo apt-get remove postgresql-8.4 E: Sub-process /usr/bin/dpkg returned an error code (1)
6
votes
1answer
3k views

Where can I get a Postgres 9.0 package?

I want to use Postgres 9.0 in Ubuntu. Does anybody know any repository that already has the debian package for Postgres 9.0? Do you think I should wait for the next Ubuntu release or Postgres 9.0 is ...