File Browser

Toppgadminpgadmin4snapshots2024-07-16apt

Directories

[Parent Directory] [Parent Directory]
noble noble
jammy jammy
focal focal
bullseye bullseye
bookworm bookworm

Files

README READMEJuly 16, 2024, 1:25 a.m.1.3 KB

README File

pgAdmin 4: Snapshot APT repository

Supported platforms:

+------------------------+--------------+
| Platform               | Architecture |
+------------------------+--------------+
| Debian 11 (Bullseye)   |    x86_64    |
| Debian 12 (Bookworm)   |    x86_64    |
+------------------------+--------------+
| Ubuntu 20.04 (Focal)   |    x86_64    |
| Ubuntu 22.04 (Jammy)   |    x86_64    |
| Ubuntu 24.04 (Noble)  |    x86_64    |
+------------------------+--------------+

To use this repository, run the following commands:

#
# Setup the repository
#

# Install the public key for the repository (if not done previously):
curl -fsS https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg

# Create the repository configuration file:
sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/snapshots/2024-07-16/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

#
# Install pgAdmin
#

# 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 

# Configure the webserver, if you installed pgadmin4-web:
sudo /usr/pgadmin4/bin/setup-web.sh