I have the same question, but I don't think it has been fully answered. If you can't use sudo pacman -Syu or -Syy how can you perform an update from the terminal ?
Reporting bugs
How and where to report bugs
I have the same question, but I don't think it has been fully answered. If you can't use sudo pacman -Syu or -Syy how can you perform an update from the terminal ?
That's the only way.
Why would you be unable to use pacman -Syu
?
Not a good idea to use that command by itself except in very few instances. That’s why you won’t even find it in the Pacman Rosetta. It’s dangerous–can lead to partial updates/grades–and a compromised system.
If you search the Arch Forums or google, you’ll find more information regarding its use.
regards
Thanks for the feedback. I also tried
sudo pacman -Syy
and
sudo pacman -Sy
all produced an error message for 4 packages, saying
error: failed retrieving file 'core.db' from archlinux.thaller.ws : Protocol "rsync" is not supported or disabled in libcurl
error: failed retrieving file 'extra.db' from archlinux.thaller.ws : Protocol "rsync" is not supported or disabled in libcurl
error: failed retrieving file 'community.db' from archlinux.thaller.ws : Protocol "rsync" is not supported or disabled in libcurl
error: failed retrieving file 'multilib.db' from archlinux.thaller.ws : Protocol "rsync" is not supported or disabled in libcurl
and read wiki, too, please.
How and where to report bugs
If you include terminal outputs in your post please use the proper output format in your post. Using “~” 3 times above and “~” 3 times below the text block will provide a readable, raw look.
Protocol “rsync” is not supported or disabled in libcurl
This means you are using an invalid transfer protocol. Update your mirror list to use only HTTP and/or HTTPS mirrors.
all produced an error message for 4 packages
This is the same error for the same mirror. It does not mean you cannot update using the other mirrors in your mirror list.
I have, thanks to Jonathon, managed to resolve my issue.
I ended up using Reflector to rebuild my mirror list based on region and speed.
No more errors and the updates have worked without issue.