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 1uUStz-003hbC-DP for pgadmin-support@arkaria.postgresql.org; Wed, 25 Jun 2025 16:23:11 +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 1uUStw-005MdB-MV for pgadmin-support@arkaria.postgresql.org; Wed, 25 Jun 2025 16:23:09 +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 1uUStw-005Md0-F5 for pgadmin-support@lists.postgresql.org; Wed, 25 Jun 2025 16:23:09 +0000 Received: from iredmail.splivalo.hr ([139.162.189.152]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1uUStu-003xMs-2i for pgadmin-support@lists.postgresql.org; Wed, 25 Jun 2025 16:23:08 +0000 Received: from iredmail.splivalo.hr (localhost [127.0.0.1]) by iredmail.splivalo.hr (Postfix) with ESMTP id 4bS6Yh713LzHF1Z for ; Wed, 25 Jun 2025 16:23:04 +0000 (UTC) Authentication-Results: iredmail.splivalo.hr (amavisd-new); dkim=pass (1024-bit key) reason="pass (just generated, assumed good)" header.d=splivalo.hr DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=splivalo.hr; h= content-transfer-encoding:content-type:content-type:subject :subject:from:from:to:content-language:user-agent:mime-version :date:date:message-id; s=dkim; t=1750868550; x=1753460551; bh=uS 09qpPTuNSAmrhSdBUZlRbM+KnuI/Sr4KglLSLXffw=; b=XuR69f8ZZmcD/vSNRD /MOXBHctpOOKzSREVU9qTiNFmJ/yJX95x8+L6gJPw5m0ek01K/884WdpKZnKAIF0 6KwsF9QQKL/gTqQwoHYB5pPMmzmn+xAB8u4mxNMLwJL1gwY0uzMvHnyrF4Ne3K4L CL1u2L74d9QoigfdurgOZk/a4= X-Virus-Scanned: Debian amavisd-new at iredmail.splivalo.hr Received: from iredmail.splivalo.hr ([127.0.0.1]) by iredmail.splivalo.hr (iredmail.splivalo.hr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id hjorUPzPXC-J for ; Wed, 25 Jun 2025 16:22:30 +0000 (UTC) Received: from [192.168.20.166] (mrkimile1.static.iskon.hr [213.191.131.11]) by iredmail.splivalo.hr (Postfix) with ESMTPSA id 4bS6Y16FGGzGdhV for ; Wed, 25 Jun 2025 16:22:29 +0000 (UTC) Message-ID: <3af5c080-83f9-4972-8b55-832793491268@splivalo.hr> Date: Wed, 25 Jun 2025 18:22:28 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: pgadmin-support@lists.postgresql.org From: Mario Splivalo Subject: Installation instructions for Debian/Ubuntu is wrong 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 Hi, all. Newer versions of Ubuntu/Debian strongly recommend using .soruces (deb822) over .list files for configuring package repositories. Also, the documentation puts the pgadmin repository key file inside /usr/share/keyrings/ directory, which should not happen (the proper place for such files is /etc/apt/keyrings). Where can I create a PR, or suggest a documentation change for recent versions of Ubuntu and Debian to configure apt? Mario