01-07-2021, 01:29 AM
(01-07-2021, 01:10 AM)ryo Wrote: Try this:Thanks ryo, I will get back to this later... I've been routinely (and several times during here) using what I'm used to on my Manjaro PC system: sudo pacman-mirrors -f 3 (it then downloads from 3 different countries, different each time!), I will try that other one. Also have been alternating -Syyu and -Syu. Will look into the sudo pacman -S
sudo pacman-mirrors -c (whatever your country is)
This will check for any available mirrors, I have to do this a lot on my Manjaro laptop, though never on any of my Manjaro desktops.
Also try "-Syyu" rather than "-Syu" for a forced update of the package list.
And for failing apps you can update them individually using "sudo pacman -S (app name)".
This last one is pretty important to remember, sometimes Manjaro puts new versions of packages through after their testing phase, then many users start having problems on their computers, and then Manjaro reverses it, and you need to re-install the specific package (so it downgrades back to the previous version) in order to be able to update all the other packages again.
thanks