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.
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.
The actual package name is pgadmin3, which resides in universe repository, so
sudo bash -c 'apt-get udpate && apt-get install pgadmin3'
commandPlease 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.