Tagged Questions
0
votes
1answer
96 views
Update postgresql with latest security update
PostgreSQL announced on the 4th of April a security update to its PostgreSQL server.
I really want to install that update. But if I run sudo apt-get update and sudo apt-get upgrade the update does ...
2
votes
1answer
80 views
Remove a previously deselected package to install postgres?
So I was meant to run
add-apt-repository ppa:pitti/postgresql
apt-get update
apt-get install postgresql libpq-dev
but instead I ran without the previous two commands
apt-get install postgresql ...
5
votes
2answers
4k views
rails & libpq-dev nasty dependencies
I don't know if this question belongs here, but I'll take a shot. Hi. I'm running ubuntu 11.10 dual-boot with windows vista on my machine. On Ubuntu, I've installed RVM, rails gem, & PostgreSQL ...
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 ...