Tagged Questions
0
votes
1answer
26 views
Got “Package operation failed” error while installing postgresql using ubuntu software center
I am trying to install JDownloader. But, while installing it using sudo apt-get install jdownloader, I got some error. Like this:
j@ubuntu:~$ sudo apt-get install jdownloader
Reading package lists... ...
0
votes
2answers
135 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
94 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 ...
1
vote
0answers
14 views
How to upgrade postgresql from 9.2.0 to 9.2.4 [duplicate]
The title says it all.
if I run sudo apt-get update and then sudo apt-get upgrade none of the postgresql packages get updated. While the psql version 9.2.0 is and the last update is 9.2.4.
Am I ...
0
votes
1answer
207 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 ...
0
votes
1answer
163 views
Can't update or remove PostgreSQL 9.1
The last update of PostgreSQL 9.1.7 seems to break my APT.
When I try to update, I get the following error:
Reading package lists... Done
Building dependency tree
Reading state information... ...
5
votes
1answer
603 views
Postgres-xc won't uninstall (Fails on Stopping Co-ordinators)
I was doing some rails development and accidentally installed postres-xc instead of the normal postgres package. I immediately went to remove postgres-xc, but apt-get will not uninstall it. I also ...
4
votes
2answers
983 views
apt-get upgrade stuck on postgresql dependency
I ran sudo apt-get upgrade on my 12.04 server, and I have become stuck with a PostgreSQL dependency.
The console output (of sudo apt-get -f install) is below:
dpkg: dependency problems prevent ...
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 ...
4
votes
3answers
222 views
How to manually restart services affected by apt upgrades?
How can I issue apt upgrades without automatically stopping/starting daemons? I'd like to manually restart services.
To cite a specific example:
I'll revisit a long-running machine and run sudo ...
0
votes
3answers
144 views
apt-get no longer works after manually deleting folders of a previously installed application
I have been struggling all weekend, to upgrade an existing postgresql database from version 8.4 to 9.1. I have (had) both versions of databases after I updated my OS from 10.0.4 to 12.04.
I finally ...
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 ...
0
votes
1answer
455 views
I'm trying to install postgresql on 12.04, and it's just not working
I've got a new installation and I'm trying to get Postgresql working.
The database was installed and I started a restoration from a dump on another machine, but that ran into problems because I had ...
0
votes
1answer
270 views
Package candidate/alternative for the python-pgsql package in 11.10
What is the package candidate or alternative for the python-pgsql (module) package in Ubuntu 11.10 ?
An error indicator that could help:
Error: You need to have the python-pgsql module installed to ...
0
votes
1answer
815 views
apt-get -f install gives error
When I run apt-get -f install, it gives the following error:
# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting ...
2
votes
2answers
1k views
How to install older version on PostgreSQL and PHP5?
Because of differencies in package versions between my development machine and my provider's server, I have to downgrade packages installed on my computer.
In Ubuntu 10.04 LTS default PostgreSQL ...