Announcement

Collapse
No announcement yet.

Can't find the pgadmin package using adept

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Can't find the pgadmin package using adept

    My problem is that I can't find the pgadmin (the gui for postgres) package using adept. I've added all repositories but noting helps.
    Checking the http://packages.ubuntu.com/ site tells me it should be in the 'universe' repo...

    Any suggestions?

    #2
    Re: Can't find the pgadmin package using adept

    I presume you are using Dapper, right?
    the full name of the package is pgadmin3.
    If you have just added or enabled the universe repository (it's not grayed out anymore), don't forget to click on Fetch Updates to refresh your list.

    You could also just do it the quick and easy way. Open up Konsole and type this:
    Code:
    sudo apt-get install pgadmin3
    That should get you going.
    Jucato's Data Core

    Comment


      #3
      Re: Can't find the pgadmin package using adept

      Yepp I'm using Dapper.

      And you were right I did forget to refresh my list...

      A very easy mistake but I did it

      Thanx for the solution

      PS. The 'easy way' for me is often errorprone...

      Comment

      Working...
      X