View Issue Details

IDProjectCategoryView StatusLast Update
0008264Kali LinuxGeneral Bugpublic2025-07-14 09:16
Reporterkenddriz Assigned Todaniruiz  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionsuspended 
Product Version2023.1 
Summary0008264: Unable to run PgAdmin4
Description

The pgAdmin 4 server could not be contacted

Steps To Reproduce

Install postgresql

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install postgresql

#Install pgAdmin 4

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/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'
sudo apt install pgadmin4

Attached Files
image.png (96,357 bytes)   
image.png (96,357 bytes)   

Activities

daniruiz

daniruiz

2023-04-15 10:52

manager   ~0017802

Thank you for your interest in Kali but this is not a bug report. It looks like that you need help and guidance to perform some task. We have community support forums on https://forums.kali.org/ or on IRC with the #kali-linux channel on irc.oftc.net), please post your questions there.

Issue History

Date Modified Username Field Change
2023-04-14 08:14 kenddriz New Issue
2023-04-14 08:14 kenddriz File Added: image.png
2023-04-15 10:52 daniruiz Note Added: 0017802
2023-04-15 10:52 daniruiz Assigned To => daniruiz
2023-04-15 10:52 daniruiz Status new => closed
2023-04-15 10:52 daniruiz Resolution open => suspended
2025-07-14 09:16 g0tmi1k Priority urgent => normal