Artix Linux Forum

Artix Linux => Package management => Topic started by: Eugine_Nier on 06 October 2024, 05:13:07

Title: error: failed retrieving file
Post by: Eugine_Nier on 06 October 2024, 05:13:07
Getting an error when attempting to update packages with pacman.
error: failed retrieving file 'cuda-12.4.0-2-x86_64.pkg.tar.zst' from mirrors.dotsrc.org : The requested URL returned error: 404

Repeated for each mirror.
Title: Re: error: failed retrieving file
Post by: gripped on 06 October 2024, 05:46:37
You should post the command you used as well as the output.
cuda-12.6.1-1-x86_64.pkg.tar.zst is what is on the dotsrc mirror.

Normally this happens when your local repo sync database is not up to date.
Title: Re: error: failed retrieving file
Post by: Eugine_Nier on 06 October 2024, 19:57:02
The command was pacman -Su.
Title: Re: error: failed retrieving file
Post by: Ambie on 06 October 2024, 20:25:43
Always upgrade system with pacman -Syu. Read about upgrading in arch wiki: https://wiki.archlinux.org/title/System_maintenance#Upgrading_the_system
Title: Re: error: failed retrieving file
Post by: Eugine_Nier on 06 October 2024, 21:21:56
Thanks, that worked.