> For the complete documentation index, see [llms.txt](https://andronix-app.gitbook.io/andronix-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andronix-app.gitbook.io/andronix-app/software/untitled.md).

# GIMP

![](/files/-M4Um5SWEoSbfdkWZM0P)

You can install GIMP to fulfil all your image editing needs as follows-

### APT

* Just paste this after starting the distro

```
sudo apt-get update
sudo apt-get install gimp
```

### PACMAN

* Just paste this after starting the distro

```
sudo pacman -Syu
pacman -Syu gimp
```

### YUM | DNF

* Just paste this after starting the distro

```
sudo dnf update
sudo dnf install gimp
```
