# GIMP

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4UgisrklZMYOdQ6lME%2F-M4Um5SWEoSbfdkWZM0P%2Fgimp_banner.png?alt=media\&token=8eaf50f5-1264-4d86-8273-74bf3fdba846)

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
```
