Manjaro does not update

Hi
I run Manjaro on 3 PCs. Laptop, Desktop and HTPC. 2 out of them did update, but the HTPC will not, firefox is stuck on Version 91 when 92 is out for 3 days. (linux510 is also out of date, so it is not just the Browser)
I checked /etc/pacman.d/mirrorlist and every single mirror is up to date and has Firefox 92 available.
Any idea why HTPC will not update? It is X64 Intel, so no arm port.
The mirrors use /&repo/&arch, in what files are these variables stores?
I never changed branch on HTPC, so it should be stable, can I check for that?
Last not least, is there a setting that delays update or something?
I am not in panic, just curious why.

Hi,

Simply run:
sudo pacman-mirrors -f5 && pamac update

Yes, you can check with this command:
grep -F 'Branch =' /etc/pacman-mirrors.conf

3 Likes

‘pamac update’ did the trick, thanks.
But the thing with the branches is strange. Output on my HTPS (the broken one) is:
Branch = stable
Output on my Desktop is
# Branch = stable
(so it is commented out, but it works so I wont fix it. I guess stable is default?)
If that is wrong, there might be an error in sudo pacman-mirrors --api --set-branch {branch} since I use that on my Desktop sometimes and most likeley that command added the #.

It should be
sudo pacman-mirrors --api --set-branch 'branch'

and the 'branch' can be 'stable', 'stable-staging', 'testing', 'unstable'

Anyway, glad things got sorted out.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.