Skip to content

Linux Mint download command with wrong syntax. #9254

@Pedro-Tronco

Description

@Pedro-Tronco

Hello!

There was a mistake on the Linux Mint download option for pgAdmin4 (https://www.pgadmin.org/download/pgadmin-4-apt/) (as on the image). There was a missing apostrophe at the end of the command.

How it is on the website: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update

How it worked on my terminal: sudo sh -c 'echo "deb [signed-by=/usr/share/keyrings/packages-pgadmin-org.gpg] https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/noble pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

(The command is on this box on the page, if it helps)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions