public inbox for [email protected]  
help / color / mirror / Atom feed
install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server
2+ messages / 2 participants
[nested] [flat]

* install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server
@ 2025-06-27 15:25  richard coleman <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: richard coleman @ 2025-06-27 15:25 UTC (permalink / raw)
  To: pgadmin-support

Hello all,

Is there a way to install just pgadmin4-desktop on Ubuntu?

Following the instructions here:
https://www.pgadmin.org/download/pgadmin-4-apt/

It states:

# Install for both desktop and web modes:
sudo apt install pgadmin4


# Install for desktop mode only:
sudo apt install pgadmin4-desktop


# Install for web mode only:
sudo apt install pgadmin4-web


Unfortunately when I try to just install pgAdmin4-desktop as directed apt
returns the following:

The following additional packages will be installed:
  pgadmin4-server
The following NEW packages will be installed:
  pgadmin4-desktop pgadmin4-server


Which makes the three seemingly disparate commands:

   - sudo apt install pgadmin4
   - sudo apt install pgadmin4-desktop
   - sudo apt install pgadmin4-web


identicle, at least when trying to install *just* the desktop portion of
pgAdmin4.

How do I install *just* pgAdmin4-desktop?

Thanks.


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server
@ 2025-06-27 15:33  Dave Page <[email protected]>
  parent: richard coleman <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Dave Page @ 2025-06-27 15:33 UTC (permalink / raw)
  To: richard coleman <[email protected]>; +Cc: pgadmin-support

Hi

On Fri, 27 Jun 2025 at 16:25, richard coleman <[email protected]>
wrote:

> Hello all,
>
> Is there a way to install just pgadmin4-desktop on Ubuntu?
>
> Following the instructions here:
> https://www.pgadmin.org/download/pgadmin-4-apt/
>
> It states:
>
> # Install for both desktop and web modes:
> sudo apt install pgadmin4
>
>
> # Install for desktop mode only:
> sudo apt install pgadmin4-desktop
>
>
> # Install for web mode only:
> sudo apt install pgadmin4-web
>
>
> Unfortunately when I try to just install pgAdmin4-desktop as directed apt
> returns the following:
>
> The following additional packages will be installed:
>   pgadmin4-server
> The following NEW packages will be installed:
>   pgadmin4-desktop pgadmin4-server
>
>
> Which makes the three seemingly disparate commands:
>
>    - sudo apt install pgadmin4
>    - sudo apt install pgadmin4-desktop
>    - sudo apt install pgadmin4-web
>
>
> identicle, at least when trying to install *just* the desktop portion of
> pgAdmin4.
>
> How do I install *just* pgAdmin4-desktop?
>

The desktop package is just the Electron runtime and some supporting
code, along with a dependency on the server package. You need to have the
server package as that's 99.999% of the pgAdmin code.

The -web package is only needed if you want to run under a webserver, and
essentially just contains the required config files for doing so and
a dependency on the -server package.

-- 
Dave Page
pgAdmin: https://www.pgadmin.org
PostgreSQL: https://www.postgresql.org
pgEdge: https://www.pgedge.com


^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2025-06-27 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-06-27 15:25 install pgAdmin4-desktop on Ubuntu without installing pgAdmin4-server richard coleman <[email protected]>
2025-06-27 15:33 ` Dave Page <[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