setup/doc/gimp.md

12 lines
234 B
Markdown
Raw Permalink Normal View History

2022-03-11 09:44:29 +01:00
# 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
```