System doesn't refresh list of upgradable package

Hi,
my system update only the aur packages via pamac, but package from other repositories remains blocked to version of first installation.
How to solve?

pacman -Qii | grep -c "Data di installazione     :"
1389
pacman -Qii | grep -c "Data di installazione     : dom 12 feb 2023"
1163

I try also to doing:

sudo pacman-key --init
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys
sudo pacman -S archlinux-keyring manjaro-keyring
sudo pacman-mirrors --country all && sudo pacman -Syyu

Pamac repos:

ls -las /var/tmp/pamac/dbs/sync
totale 57272
    0 drwxr-xr-x 1 root root      176 20 mar 19.15 .
    0 drwxr-xr-x 1 root root       18 20 mar 19.15 ..
 7760 -rw-r--r-- 1 root root  7943230 20 mar 15.34 community.db
35644 -rw-r--r-- 1 root root 36496103 20 mar 15.34 community.files
  164 -rw-r--r-- 1 root root   167457 18 mar 19.18 core.db
 1600 -rw-r--r-- 1 root root  1636292 18 mar 19.18 core.files
 1860 -rw-r--r-- 1 root root  1902753 18 mar 19.18 extra.db
 9816 -rw-r--r-- 1 root root 10049648 18 mar 19.18 extra.files
  172 -rw-r--r-- 1 root root   174667 20 feb 05.29 multilib.db
  256 -rw-r--r-- 1 root root   260039 20 feb 05.29 multilib.files

Pacman repos:

ls -las /var/lib/pacman/sync                                                                                                                              ✔ 
totale 57272
    0 drwxr-xr-x 1 root root      176 20 mar 19.15 .
    0 drwxr-xr-x 1 root root       18 20 mar 19.15 ..
 7760 -rw-r--r-- 1 root root  7943230 20 mar 15.34 community.db
35644 -rw-r--r-- 1 root root 36496103 20 mar 15.34 community.files
  164 -rw-r--r-- 1 root root   167457 18 mar 19.18 core.db
 1600 -rw-r--r-- 1 root root  1636292 18 mar 19.18 core.files
 1860 -rw-r--r-- 1 root root  1902753 18 mar 19.18 extra.db
 9816 -rw-r--r-- 1 root root 10049648 18 mar 19.18 extra.files
  172 -rw-r--r-- 1 root root   174667 20 feb 05.29 multilib.db
  256 -rw-r--r-- 1 root root   260039 20 feb 05.29 multilib.files

I assume you’re on the stable branch. You can check yourself with:
pacman-mirrors -G

Also, not all packages get updated with each update. Having install dates for packages that predate the last stable update are expected, if the package was not changed in the update.

Do you have any packages that actually don’t match the versions you expect? We haven’t had a stable update since February 20th, if you look in the announcements category on the forum where all updates are announced.

I don’t see an issue here.

The
pacman-key --init
and so on …
is a remedy for a problem you don’t seem have.

Is the list of mirrors you use current?
It may be trying to use mirrors that are not current or even defunct … :man_shrugging:

I believe,
pacman-mirrorsoptions
is the way to do it
if you don’t use the pamac GUI - it’s just a mouse click there

I’m on stable branch, but i rember i was in testing…

pacman-mirrors -G                                                                                                                                                           
stable

I got the doubt, because installing a software coming from aur
1.) i got always this message after an update:

the package installed on your system is a newer version than the one in the repositories

so i solved it, doing:

sudo pacman -Syuu
sudo pacman -Fyy

2.) I was used to branch testing, which updates once a week
3.) I usually check version of package on Arch instead of on Manjaro

Then you might want to switch to unstable branch instead …

Today it update… so for me we can close.