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/PhotoGIMPor
Install via npx
npx @hexmos/ipm i Diolinux/PhotoGIMPPrerequisites
GIMP
softwareVersion: 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.zipWindows
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.zipWindows (Chocolatey)
choco install photogimp -yPost Installation Steps
- Open GIMP to see the new PhotoGIMP layout.
