pgadmin-org / pgadmin-org/pgadmin4

[apt] provide pgadmin4.sources instead of pgadmin4.list

Open Beginner friendly
#10,361 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bug
Dominant language
Python
Stars
3.8k
Forks
891
Avg merge
4d 7h
Merged PRs (30d)
8

Description

Please note that security bugs or issues should be reported to security@pgadmin.org.

Describe the bug

in modern ubuntu/debian repository in sources list have sources format

To Reproduce

Steps to reproduce the behavior:

  1. open https://www.pgadmin.org/download/pgadmin-4-apt/
  2. see
sudo sh -c 'echo "deb [signed-by=/etc/apt/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'

Fix from me:

wget -qO- https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo gpg --dearmor -o /usr/share/keyrings/packages-pgadmin-org.gpg
echo -e "Types: deb\nURIs: https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs)\nSuites: pgadmin4\nComponents: main\nArchitectures: amd64\nSigned-By: /usr/share/keyrings/packages-pgadmin-org.gpg" | sudo tee /etc/apt/sources.list.d/pgadmin4.sources

Please fix it

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the pgAdmin 4 APT download page at https://www.pgadmin.org/download/pgadmin-4-apt/ and find the source-list installation instructions shown in the issue. Update the instructions to use the provided pgadmin4.sources format, then verify that the rendered commands and key path are consistent and complete.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, postgresql
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
75/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.