logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install Diolinux/PhotoGIMP. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

Diolinux/PhotoGIMP Installation Guide

How to install Diolinux/PhotoGIMP. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for Diolinux/PhotoGIMP. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i Diolinux/PhotoGIMP
or

Install via npx

npx @hexmos/ipm i Diolinux/PhotoGIMP

Prerequisites

GIMP

software

Version: 3.0 or newer

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Linux (Flatpak)

cp -r ~/.config/GIMP/3.0 ~/GIMP-3.0-backup

wget https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP-linux.zip

unzip PhotoGIMP-linux.zip -d ~

mv ~/PhotoGIMP-linux/* ~/

rm -rf ~/PhotoGIMP-linux

rm PhotoGIMP-linux.zip

Windows

powershell -Command "Start-Process cmd -ArgumentList '/c copy %APPDATA%\GIMP\3.0 %APPDATA%\GIMP\3.0_backup' -Verb RunAs"

wget https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip

powershell -Command "Expand-Archive -Path .".\PhotoGIMP.zip" -DestinationPath .".\PhotoGIMP_extracted"

xcopy .".\PhotoGIMP_extracted\3.0" "%APPDATA%\GIMP\3.0" /E /I /Y

rmdir /S /Q .".\PhotoGIMP_extracted"

Remove-Item .".\PhotoGIMP.zip"

macOS

cp -R ~/Library/Application Support/GIMP ~/GIMP-backup

curl -L https://github.com/Diolinux/PhotoGIMP/releases/download/3.0/PhotoGIMP.zip -o PhotoGIMP.zip

unzip PhotoGIMP.zip -d ~/PhotoGIMP_extracted

cp -R ~/PhotoGIMP_extracted/3.0 ~/Library/Application Support/GIMP/3.0

rm -rf ~/PhotoGIMP_extracted

rm PhotoGIMP.zip

Windows (Chocolatey)

choco install photogimp -y

Post Installation Steps

  • Open GIMP to see the new PhotoGIMP layout.