Обсуждение: Starting pgAdmin4 on Ubuntu 21.04

Поиск
Список
Период
Сортировка

Starting pgAdmin4 on Ubuntu 21.04

От
Anthony DeBarros
Дата:
Hello! I just did a fresh install of pgAdmin 4 v5.3 on Ubuntu 21.04 Hirsute using the steps at https://www.pgadmin.org/download/pgadmin-4-apt/.

I followed those install steps after the ones I normally try, at https://wiki.postgresql.org/wiki/Apt, led to a message that pgAdmin was not available for Hirsute.

In any event, the application icon now appears in the Activities overview, and I can launch pgAdmin successfully.

Question:

In past pgAdmin installs when I used the steps on the PostgreSQL wiki, I was able to launch pgAdmin by entering "pgadmin" at my Terminal prompt. This does not work under my new install. Is that expected behavior now that pgAdmin is a standalone app?

Many thanks,
Anthony


Re: Starting pgAdmin4 on Ubuntu 21.04

От
Ray O'Donnell
Дата:
On 16/06/2021 11:22, Anthony DeBarros wrote:
> Hello! I just did a fresh install of pgAdmin 4 v5.3 on Ubuntu 21.04 
> Hirsute using the steps at 
> https://www.pgadmin.org/download/pgadmin-4-apt/ 
> <https://www.pgadmin.org/download/pgadmin-4-apt/>.
> 
> I followed those install steps after the ones I normally try, at 
> https://wiki.postgresql.org/wiki/Apt 
> <https://wiki.postgresql.org/wiki/Apt>, led to a message that pgAdmin 
> was not available for Hirsute.

Hi there,

It is available for Hirsute - I've running Kubuntu, and installed it via 
apt as above.

> In any event, the application icon now appears in the Activities 
> overview, and I can launch pgAdmin successfully.
> 
> Question:
> 
> In past pgAdmin installs when I used the steps on the PostgreSQL wiki, I 
> was able to launch pgAdmin by entering "pgadmin" at my Terminal prompt. 
> This does not work under my new install. Is that expected behavior now 
> that pgAdmin is a standalone app?

I'd imagine that this is down to the packaging rather than pgAdmin 
itself. Anyway, examining the menu entry on my laptop reveals the 
following command launches it:

    /usr/pgadmin4/bin/pgadmin4

So you could maybe add /usr/pgadmin4/bin to your PATH, or set up an 
alias in your .profile, or something like that.

I hope that this helps.

Ray.


-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie



Re: Starting pgAdmin4 on Ubuntu 21.04

От
Ray O'Donnell
Дата:
On 16/06/2021 11:28, Ray O'Donnell wrote:
> On 16/06/2021 11:22, Anthony DeBarros wrote:
>> Hello! I just did a fresh install of pgAdmin 4 v5.3 on Ubuntu 21.04 
>> Hirsute using the steps at 
>> https://www.pgadmin.org/download/pgadmin-4-apt/ 
>> <https://www.pgadmin.org/download/pgadmin-4-apt/>.
>>
>> I followed those install steps after the ones I normally try, at 
>> https://wiki.postgresql.org/wiki/Apt 
>> <https://wiki.postgresql.org/wiki/Apt>, led to a message that pgAdmin 
>> was not available for Hirsute.
> 
> Hi there,
> 
> It is available for Hirsute - I've running Kubuntu, and installed it via 
> apt as above.

Sorry - I should have said that you need to get it from the pgAdmin 
repo, rather than the PostgreSQL one:

   https://www.pgadmin.org/download/pgadmin-4-apt

Ray.

-- 
Raymond O'Donnell // Galway // Ireland
ray@rodonnell.ie