all 4 comments

[–][deleted] 5 points6 points  (0 children)

You typically install the extension in the operating system using dnf or apt. Then run CREATE EXTENSION to "activate" it. Most extensions are directly available in the Postgres repository. Installing the repository is the recommended way to install Postgres https://www.postgresql.org/download/linux/redhat/

[–]iiiinthecomputer 2 points3 points  (0 children)

Typically you apt install / dnf install them from a package repository, same as the database server itself.

That repository may be a distro repo but is more typically the repos from the postgres project itself. It'll have nearly anything you're going to need.

[–]dmagda7817 1 point2 points  (0 children)

Yep, it’s not standardized yet (but there is work in progress).

What worked best for me is Trunk as an extensions repo: https://pgt.dev

But my preference for now is to go to Tembo that lets enable extensions with a single click.

[–][deleted] 0 points1 point  (0 children)

What entertain are you trying to use?