Install postgresql-contrib on Bazzite

I am taking a course and trying to install PostgreSQL on Bazzite. I installed PostgreSQL itself using brew but I think I'm missing a second package. The instructions for the course look like they're assuming you're using Ubuntu or doing the coursework using WSL.

sudo apt install postgresql postgresql-contrib

So I think what I need to do next is install postgresql-contrib. But I don't know how to do so. I am very new to Linux and could use any help.
Solution
If you REALLY need to have it outside of distrobox, you use rpm-ostree
Was this page helpful?