Re: E: Package 'pgAdmin4' has no installation candidate ?

Поиск
Список
Период
Сортировка
От Richard Greenwood
Тема Re: E: Package 'pgAdmin4' has no installation candidate ?
Дата
Msg-id CAHBySPbjQQeYkwUV+hupZt1m0r7TRANgtShszmrkthgg5E6Yag@mail.gmail.com
обсуждение исходный текст
Ответ на E: Package 'pgAdmin4' has no installation candidate ?  (richard coleman <rcoleman.ascentgl@gmail.com>)
Ответы Re: E: Package 'pgAdmin4' has no installation candidate ?  (richard coleman <rcoleman.ascentgl@gmail.com>)
Список pgadmin-support
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.ascentgl@gmail.com> wrote:
Hi All, 

Running Kubuntu 18.04 here.  I followed the instructions to install pgAdmin4 from this page:


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

В списке pgadmin-support по дате отправления:

Предыдущее
От: richard coleman
Дата:
Сообщение: E: Package 'pgAdmin4' has no installation candidate ?
Следующее
От: richard coleman
Дата:
Сообщение: Re: E: Package 'pgAdmin4' has no installation candidate ?