LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   re-installing postgresql-8.4 (https://www.linuxquestions.org/questions/linux-newbie-8/re-installing-postgresql-8-4-a-783399/)

johnh10000 01-20-2010 01:32 AM

re-installing postgresql-8.4
 
After yesterdays problems
http://www.linuxquestions.org/questi...0&goto=newpost

which one of you guys helped me with, i now have another related problem, its differant, so a new thread.

Before yesterdays problems, I followed this
http://blog.markfeeney.com/2009/10/i...on-ubuntu.html

and it installed fine. Now however
Code:

root@tux:~# sudo apt-get install postgresql-8.4
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Package postgresql-8.4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package postgresql-8.4 has no installation candidate
root@tux:~#

I have made sure it's in the sources list, and i've reloaded it several times:(

i'm running ubuntu jaunty

lupusarcanus 01-20-2010 02:15 AM

Quote:

Originally Posted by johnh10000 (Post 3833120)
After yesterdays problems
http://www.linuxquestions.org/questi...0&goto=newpost

which one of you guys helped me with, i now have another related problem, its differant, so a new thread.

Before yesterdays problems, I followed this
http://blog.markfeeney.com/2009/10/i...on-ubuntu.html

and it installed fine. Now however
Code:

root@tux:~# sudo apt-get install postgresql-8.4
Reading package lists... Done
Building dependency tree     
Reading state information... Done
Package postgresql-8.4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package postgresql-8.4 has no installation candidate
root@tux:~#

I have made sure it's in the sources list, and i've reloaded it several times:(

i'm running ubuntu jaunty

Hi. Have you tried the Synaptic graphical package manager with integrated search feature? I just did and found multiple entries for "postgremysql." It is located in System -> Administartion -> Synaptic package manager.

I believe you do not have to define the version number.
Code:

sudo apt-get install postgremysql
Hope this helps. :)

johnh10000 01-20-2010 02:23 AM

Quote:

Originally Posted by leopard (Post 3833142)
Hi. Have you tried the Synaptic graphical package manager with integrated search feature? I just did and found multiple entries for "postgremysql." It is located in System -> Administartion -> Synaptic package manager.

I believe you do not have to define the version number.
Code:

sudo apt-get install postgremysql
Hope this helps. :)

good plan but, will see if it will install, watch this space!
not in the package list :(

Code:

root@tux:~/etc# sudo apt-get install postgremysql
Reading package lists... Done
Building dependency tree     
Reading state information... Done
E: Couldn't find package postgremysql
root@tux:~/etc#


lupusarcanus 01-20-2010 02:26 AM

Oh, excuse me sir, I accidentally posted the "my" in the code because I always associate it with sql.

Try this instead...
Quote:

sudo apt-get install postgresql
i apologize.

johnh10000 01-20-2010 02:34 AM

Quote:

Originally Posted by leopard (Post 3833154)
Oh, excuse me sir, I accidentally posted the "my" in the code because I always associate it with sql.

Try this instead...


i apologize.

I know that feeling!! I am trying to use some new (to me) radio playout stuff. And just about all of them use postgresql me and it DO NOT have a good track record. This time, seems no differant ;)

right!
Code:

oot@tux:~/etc# sudo apt-get install postgresql
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following NEW packages will be installed
  postgresql
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 248kB of archives.
After this operation, 287kB of additional disk space will be used.
Get: 1 http://gb.archive.ubuntu.com jaunty-updates/main postgresql 8.3.9-0ubuntu9.04 [248kB]
Fetched 248kB in 0s (410kB/s) 
Selecting previously deselected package postgresql.
(Reading database ... 222471 files and directories currently installed.)
Unpacking postgresql (from .../postgresql_8.3.9-0ubuntu9.04_all.deb) ...
Setting up postgresql (8.3.9-0ubuntu9.04) ...
root@tux:~/etc#

but still only 8.3.

the only reason why I want 8.4 is it provides /etc/postgres/8.4 where I can fiddle with access rights.

lupusarcanus 01-20-2010 02:38 AM

Quote:

the only reason why I want 8.4 is it provides /etc/postgres/8.4 where I can fiddle with access rights.
Ah, I see.

Perhap this is what you are looking for?
http://packages.ubuntu.com/karmic/i3...l-8.4/download


All times are GMT -5. The time now is 06:34 AM.