Tagged Questions
3
votes
1answer
1k views
Postgresql has broken apt-get on Ubuntu
On ubuntu 12.04, whenever I try to install a package using apt-get I'm greeted by:
The following packages have unmet dependencies:
postgresql-9.1 : Depends: postgresql-client-9.1 but it is not going ...
2
votes
1answer
321 views
Cannot start Postgres daemon after installing with Yum
I was trying to install Postgres 9.1.4 on Fedora 17 using Yum. If I do:
sudo yum install postgres-libs
sudo yum install postgres
sudo yum install postgis
All the installs appear to complete ...