You are not logged in.
Pages: 1
Hi all,
I tried to update my packages with:
$ sudo pacman -Syuand got errors like these:
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from mirror.ungleich.ch : The requested URL returned error: 404
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from pkg.adfinis-sygroup.ch : The requested URL returned error: 404
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from pkg.adfinis-sygroup.ch : The requested URL returned error: 404
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from mirror.puzzle.ch : Protocol "rsync" not supported or disabled in libcurl
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from mirror.init7.net : Protocol "rsync" not supported or disabled in libcurl
error: failed retrieving file 'firefox-78.0-1-x86_64.pkg.tar.zst' from pkg.adfinis-sygroup.ch : Protocol "rsync" not supported or disabled in libcurl
warning: failed to retrieve some filesI tried to update the mirrors list:
$ sudo reflector --verbose --info -c "France" --latest 5 -a 24 -f 5 -n 5 --save /etc/pacman.d/mirrorlistbut didn't help.
Then I did:
$ sudo pacman -sudo pacman -Syy
$ sudo pacman -sudo pacman -Syu
Found existing alias for "sudo pacman -Syu". You should use: "pacupg"
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
there is nothing to dothe errors are gone but there are updates and pacman does not show them anymore. For example there was an update for linux kernel (linux-5.7.6.arch1-1) although the system is still at v5.7.5.
Any ideas how can I fix it?
Last edited by karcher (2020-07-02 08:59:51)
Offline
Hi all,
I tried to update the mirrors list:
$ sudo reflector --verbose --info -c "France" --latest 5 -a 24 -f 5 -n 5 --save /etc/pacman.d/mirrorlistbut didn't help.
why dont you go according to arch wiki and use e.g.
reflector --verbose --country France --age 12 --protocol https --sort rate --save /etc/pacman.d/mirrorlistwhat is in your mirrorlist?
also, what is this?
sudo pacman -sudo pacman -Syu why don't you use
sudo pacman -SyyuKeep it simple, stupid.
Offline
Many thanks!
Updating works again!
Offline
Pages: 1