Artix Linux Forum

Artix Linux => Package management => Topic started by: udidit on 12 April 2025, 14:17:05

Title: Week without updates?
Post by: udidit on 12 April 2025, 14:17:05
Hello again everyone,

I think that 5-7 days passed without updates on my system. pacman -Syu shows system is up to date but on my arch machine I'm getting updates almost every day. For example openssh updated on arch, no updates on artix

Is this normal or I messed up something with repos?
Title: Re: Week without updates?
Post by: ik120 on 12 April 2025, 14:54:01
Thanks for your input. I am reporting on the same concern.
Title: Re: Week without updates?
Post by: lotuskip on 12 April 2025, 16:52:09
Packages have certainly updated over the past week, including a new mirrorlist.
Change your primary mirror and/or try
Code: [Select]
pacman -Syyu
(with two 'y's).
Title: Re: Week without updates?
Post by: udidit on 12 April 2025, 18:54:17
Yes, seems like  it was a mirror issue.

Added one mirror from the list on the top of the file
Code: [Select]
/etc/pacman.d/mirrorlist
then
Code: [Select]
pacman -Syyu
and got 900mb update. Thank you!

Resolved