pacman 404 errors - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: pacman 404 errors (/showthread.php?tid=10363) |
pacman 404 errors - Phillip Bell - 06-20-2020 If you are seeing a bunch of 404 errors when using command-line 'pacman', you might be able to fix it in 2 easy steps: 1. Edit your /etc/pacman.d/mirrorlist file, so only this line is present: Server = https://manjaro.moson.eu/arm-stable/$repo/$arch 2. Now run a complete update and mirror sync with this command: sudo pacman-mirrors -g && sudo pacman -Syyu I am sharing this because I struggled for about a week. One day, pacman just decided to quit, and I spend a lot of time working with mirrors trying to fix it. Finally, I found this post by strit: https://forum.manjaro.org/t/another-mirror-transition-manual-intervention-required/132302 Along the way, I came across related info, that may or may not be relevant or useful, but here it is anyway: https://forum.manjaro.org/t/repos-mirrors-returning-404/135113 "Manjaro ARM is transitioning to a Boxit Server, which requires a new mirror structure" - April 2020 |