I use scoop as a packet manager to install software on Windows. Updating the software just
requires scoop update * which is really convenient.
When I ran it just now this error message appeared.
Loading gimp-3.0.2-setup-1.exe from cache.
Extracting gimp-3.0.2-setup-1.exe ... ERROR Exit code was 2!
Failed to extract files from C:\Users\mstem\scoop\apps\gimp\3.0.2-1\gimp-3.0.2-setup-1.exe.
Log file:
~\scoop\apps\gimp\3.0.2-1\innounp.log
Please try again or create a new issue by using the following link and paste your console output:
https://github.com/ScoopInstaller/Extras/issues/new?title=gimp%403.0.2-1%3a+decompress+error
Already last time I experienced an issue when upgrading gimp which I solved at that time
by installing innounp-unicode using
scoop bucket add versions
scoop install versions/innounp-unicodeI checked and innounp-unicode was still present, so why didn’t it work this time?
Simple enough: gimp@3.0.2: decompress error · Issue #15152 · ScoopInstaller/Extras ·
GitHub explains that Gimp requires the latest version of innounp-unicode and scoop had
included it in the upgrade list. However it upgrades alphabetically and since ‘g’ comes
before ‘i’ I ran into the error. Once I upgraded it the installation of gimp worked.

Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.