setup/doc/gimp.md

12 lines
234 B
Markdown

# Setup NextCoud
* get the latest version of installed packages and refresh the repo cache
```
sudo apt update
```
* install desktop client directly from the official repository
```
sudo apt install gimp --no-install-recommends
```