Xfce Updating weird warning

Not sure how this happened haha, should i just ignore it?

[christopher67@christopher67-EndeavourOS ~]$ yay
[sudo] password for christopher67: 
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
 endeavouros is up to date
:: Starting full system upgrade...
warning: audit: local (3.0.5-1) is newer than core (3.0.4-1)
warning: firefox: local (92.0-2) is newer than extra (92.0-1)
warning: inetutils: local (2.2-1) is newer than core (2.1-1)
warning: libedit: local (20210910_3.1-1) is newer than core (20210714_3.1-1)
warning: xf86-input-libinput: local (1.2.0-1) is newer than extra (1.1.0-1)
 there is nothing to do
:: Searching databases for updates...
:: Searching AUR for updates...
 -> audit: local (3.0.5-1) is newer than core (3.0.4-1)
 -> firefox: local (92.0-2) is newer than extra (92.0-1)
 -> inetutils: local (2.2-1) is newer than core (2.1-1)
 -> libedit: local (20210910_3.1-1) is newer than core (20210714_3.1-1)
 -> xf86-input-libinput: local (1.2.0-1) is newer than extra (1.1.0-1)
 there is nothing to do
[christopher67@christopher67-EndeavourOS ~]$ 

Resort your mirrors and try again.

2 Likes

Your mirror is likely out of sync. Give it a time, or update the mirrors and try again.

Edit - @dalto beat me to it.

1 Like

Will do

Ok i used reflector simple, same issue.

Would sudo pacman -Syyuu help?

Don’t do that. That will forcibly downgrade the packages. There is no reason to do that in this situation and downgrading packages always introduces some degree of risk.

Either limit your sort to mirrors recently updated or just wait until the mirror you are on updates.

2 Likes

Ok

Ok what i just did was re-run reflector simple again and instead of the default 10 “max number of freshest mirrors” i set it to 16 and all is good now. :grinning_face_with_smiling_eyes:

2 Likes

For whatever it’s worth: I usually keep 25. This is my commmand:

reflector --protocol https --verbose --latest 25 --sort rate --save /etc/pacman.d/mirrorlist

I probably update every couple months-ish.

1 Like

Thanks!

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