Linux

Software Installation (Debian-Based Distro)

$ sudo su - postgres
$ createuser josh
$ psql
ALTER USER josh WITH SUPERUSER;

Package Formats

Downsides: slow startup, bloat due to duplicated deps, not able to read theme settings

Distros