public inbox for [email protected]
help / color / mirror / Atom feedpgAdmin 4 (APT) installation error
2+ messages / 2 participants
[nested] [flat]
* pgAdmin 4 (APT) installation error
@ 2022-02-28 01:39 robert <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: robert @ 2022-02-28 01:39 UTC (permalink / raw)
To: [email protected]
Hi,
Great work. the page:
https://www.pgadmin.org/download/pgadmin-4-apt/
has a series of commands one of which is to create a repository the line is:
sudo sh -c 'echo "debhttps://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
I believe it should be:
sudo sh -c 'echo "debhttps://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bionic pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
based onWiduranga Dilruksha <https://stackoverflow.com/users/10081937/widuranga-dilruksha; reply here:
https://stackoverflow.com/questions/68808730/the-repository-https-apt-postgresql-org-pub-repos-apt-t...
best regards
Robert
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: pgAdmin 4 (APT) installation error
@ 2022-02-28 11:16 Martín Marqués <[email protected]>
parent: robert <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Martín Marqués @ 2022-02-28 11:16 UTC (permalink / raw)
To: robert <[email protected]>; +Cc: [email protected]
Hi Robert,
What does `lsb_release
<https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$%28lsb_release; -cs`
return in your system? If you are on bionic, it should return that. If it
doesn't you have a broken lsb.
El dom., 27 feb. 2022 22:41, robert <[email protected]> escribió:
> Hi,
>
> Great work. the page:
>
> https://www.pgadmin.org/download/pgadmin-4-apt/
>
> has a series of commands one of which is to create a repository the line
> is:
>
> sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
>
> I believe it should be:
>
> sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/bionic pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
>
> based on Widuranga Dilruksha <https://stackoverflow.com/users/10081937/widuranga-dilruksha; reply here:
> https://stackoverflow.com/questions/68808730/the-repository-https-apt-postgresql-org-pub-repos-apt-t...
>
> best regards
>
> Robert
>
>
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2022-02-28 11:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2022-02-28 01:39 pgAdmin 4 (APT) installation error robert <[email protected]>
2022-02-28 11:16 ` Martín Marqués <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox