0
votes
1answer
51 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
150 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 ...
4
votes
4answers
2k views

How to install PostgreSQL on Ubuntu 13.04?

How to install PostgreSQL in Ubuntu 13.04? I followed by this tutorial, How to install postgreSQL 9-2 - UbuntuGeek.com But in logs it says: the package is deprecated and no longer will be used ...
0
votes
1answer
227 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 ...
2
votes
3answers
549 views

Unmet dependencies. Try using -f

I'm running into the following error when I'm installing any package on 12.04. Reading package lists... Done Building dependency tree Reading state information... Done You might want to run ...
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 ...
0
votes
1answer
292 views

pgAgent installation in PostgreSQL

I have installed PostgreSQL 9.1 on ubuntu 12.04 64-bit. I try to run Aplication Stack Builder and install pgAgent. At first I am asked for root password, which I provide, after I choose PostgreSQL ...
1
vote
1answer
105 views

postgreSQL installation from graphical installed

I tried to install postgreSQL on ubuntu 12.04 64-bit. I have version pgsql9.1 on my windows machine and wanted to make both installation the same with the same components. I downloaded ...
0
votes
0answers
464 views

Problems in installing postgresql-9.1 in 12.04

I have installed postgresql via apt-get install postgresql, but have an error, don't make the folder /etc/postgresql/9.1. The error on psql: psql: could not connect to server: No such file or ...
0
votes
2answers
629 views

How to Install PostgreSQL 8.4 on 8.04?

How can I install Postgresql 8.4 for Ubuntu Hardy 8.04 ? sudo apt-get install postgresql will install postgreSQL 8.3 I tried installing individual packages from ...