setup/doc/psql.md

12 lines
248 B
Markdown
Raw Permalink Normal View History

2023-05-05 13:10:19 +02:00
# Setup Psql Client
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install postgres directly from the official repository
```
sudo apt-get install postgresql-client --no-install-recommends
```