2

I have ubuntu 18 server installed & i want to make it postgres sql server for my own practice, Installed postgres but unable to get pgadmin tool. Any suggestion guys??????

Tried many times using "apt-get install pgadmin"

no success.

1 Answers1

0

The actual package name is pgadmin3, which resides in universe repository, so

Please also note that it's a graphical software. You said you've installed Ubuntu server edition, so if you don't have GUI installed, you might have to install it.

Alternatively, download a .deb archive and install manually.

Sergiy Kolodyazhnyy
  • 105,154
  • 20
  • 279
  • 497