Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v66nl-00GwZh-BH for pgadmin-support@arkaria.postgresql.org; Tue, 07 Oct 2025 12:28:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1v66nj-00GwkD-42 for pgadmin-support@arkaria.postgresql.org; Tue, 07 Oct 2025 12:28:20 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1v66ni-00Gwk5-TI for pgadmin-support@lists.postgresql.org; Tue, 07 Oct 2025 12:28:19 +0000 Received: from freedomcircle.com ([208.71.169.155] helo=mail.freedomcircle.com) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1v66nh-000UTd-08 for pgadmin-support@lists.postgresql.org; Tue, 07 Oct 2025 12:28:18 +0000 Received: from [192.168.1.7] (syn-072-184-003-194.res.spectrum.com [72.184.3.194]) by mail.freedomcircle.com (Postfix) with ESMTPSA id 155AB2A0CB for ; Tue, 7 Oct 2025 12:28:15 +0000 (UTC) Message-ID: Date: Tue, 7 Oct 2025 08:27:53 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: pgadmin4 installation Content-Language: en-US To: pgadmin-support@lists.postgresql.org References: From: jma@freedomcircle.com In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 10/7/25 8:08 AM, C24406476 Jamie Mason wrote: > Hello, I am trying to install pgadmin 4 in a linux environment as a > student and am having an issue with the repository, when running the > > 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' > > [...]> Any support on this would be great, The most obvious thing to check is to issue the command `lsb_release -cs` and see what it returns. Joe