| From: | richard coleman <rcoleman(dot)ascentgl(at)gmail(dot)com> |
|---|---|
| To: | Richard Greenwood <richard(dot)greenwood(at)gmail(dot)com> |
| Cc: | pgAdmin Support <pgadmin-support(at)postgresql(dot)org> |
| Subject: | Re: E: Package 'pgAdmin4' has no installation candidate ? |
| Date: | 2018-07-12 12:17:07 |
| Message-ID: | CAGA3vBvmCorNtifLP=JxQCnUWQ-mKZ_RFUHu8g2QwO3BeZFdCw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-support |
Thanks,
removing and re-adding the repo seems to have done the trick.
rik.
On Wed, Jul 11, 2018 at 7:36 PM, Richard Greenwood <
richard(dot)greenwood(at)gmail(dot)com> wrote:
> 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 update
>
> sudo apt install pgadmin4
>
>
>
> On Wed, Jul 11, 2018 at 1:53 PM richard coleman <
> rcoleman(dot)ascentgl(at)gmail(dot)com> wrote:
>
>> 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 from a .deb?
>>
>> Thanks,
>>
>> rik.
>>
>
>
> --
> Richard W. Greenwood, PLS
> www.greenwoodmap.com
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2018-07-12 13:00:56 | pgAgent v4.0.0 Released |
| Previous Message | Richard Greenwood | 2018-07-11 23:36:03 | Re: E: Package 'pgAdmin4' has no installation candidate ? |