Trouble installing gimp with pacman

Hi, just wondered if anyone else has encountered this issue, i cannot install gimp with pacman.

[dev@dev-mac ~]$ sudo pacman -S gimp
[sudo] password for dev:
resolving dependencies…
looking for conflicting packages…

Packages (18) babl-0.1.74-1 blas-3.9.0-2 exiv2-0.27.2-1 gegl-0.4.22-1 intel-tbb-2020.2-1 lapack-3.9.0-2 lensfun-0.3.95-1
libgexiv2-0.12.0-4 libheif-1.6.2-1 libmypaint-1.5.1-1 libspiro-1:20190731-1 libwmf-0.2.12-1 luajit-2.0.5-2
metis-5.1.0.p8-1 mypaint-brushes1-1.3.1-1 poppler-data-0.4.9-1 suitesparse-5.7.1-1 gimp-2.10.18-5

Total Download Size: 0.21 MiB
Total Installed Size: 165.17 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages…
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.osbeck.com : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.thekinrar.fr : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.cyberbits.eu : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.23media.com : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from archlinux.uk.mirror.allworldit.com : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from archlinux.mailtunnel.eu : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.ubrco.de : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from mirror.chaoticum.net : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from ger.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file ‘libheif-1.6.2-1-x86_64.pkg.tar.zst’ from arch-mirror.cloud.louifox.house : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

Any help would be much appreciated.

Thanks.

1 Like

I think it’s just a mirror/pkg issue. Try sudo pacman -Syy and then sudo pacman -Syu and then sudo pacman -S gimp

2 Likes

Thanks. that worked !

3 Likes