Hi All,
Running Kubuntu 18.04 here. I followed the instructions to install
pgAdmin4 from this page:
https://wiki.postgresql.org/wiki/Apt
The result of running 'sudo apt-get install pgAdmin4' is;
'E: Package 'pgAdmin4' has no installation candidate'
How does one go about installing pgAdmin4 fr
You should add the apt.postgresql.org repository:
sudo nano /etc/apt/sources.list.d/pgdg.list
# add the following line:
deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main
sudo wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc |
sudo apt-key add -
sudo apt upda