Artix Linux Forum

Artix Linux => Installation / Migration / Configuration => Topic started by: coyotl on 30 September 2025, 16:21:56

Title: no package updates SOLVED
Post by: coyotl on 30 September 2025, 16:21:56
Ok so I tried to clean the system using Stacer  :o  :P
Now no updates  ::)  :-[

Tried the usual suggestions no luck  >:(
Title: Re: no package updates
Post by: Artist on 30 September 2025, 17:31:54
Without more details we can only offer you the Troubleshooting section in our wiki.

artist
Title: Re: no package updates
Post by: coyotl on 30 September 2025, 17:51:54
Sure, why not. Tried all of them ,have done them before I think though.
So, installed and uninstalled packages all show, they can be installed or reinstalled.

Okay, have tried all suggestions I could find so will just leave it and see.
Title: Re: no package updates
Post by: Hitman on 30 September 2025, 21:13:03
So, installed and uninstalled packages all show, they can be installed or reinstalled.
I'm not sure what that tool does (myself being a guilty as charged user of bleachbit alongside another cleanup script), but this must mean it didn't touch /var/lib/pacman/local where the package info resides. You can try reinstalling pacman itself first. Of course check pacman.conf. I assume no other error appears on updating and it only says nothing to do.
If that tool cleaned some caches wrongly in /var/lib/pacman/sync, try deleting that folder altogether. (ONLY delete sync!!).
Title: Re: no package updates
Post by: coyotl on 01 October 2025, 14:00:12
Ok tried this (and tried installing a static pacman but that build failed). It created a new pacman.conf. Still same update behavior.
Edit: fixed now. Not sure exactly what helped, last thing I did was wipe the mirror list, more or less accidentally with Reflector so had to load mirrors again.
Did all the usual steps.

Stacer is pretty awesome for freeing disk space. I had an installation that was filling up the root partition (disk space warning in Cinnamon at every large package update), now it shows 14 gb free
Title: Re: no package updates SOLVED
Post by: tintin on 02 October 2025, 07:44:12
.../...
Stacer is pretty awesome for freeing disk space. I had an installation that was filling up the root partition (disk space warning in Cinnamon at every large package update), now it shows 14 gb free
I regularly run:
Code: [Select]
sudo pacman -Scc
and I also remove orphaned packages:
sudo pacman -Rs $(pacman -Qdtq)

From time to time I run a small script:
Code: [Select]
#!/bin/bash
rm -R ~/.cache ~/.local/share/baloo
eval $@
if [ $? -eq 0 ];
then
    echo "$CMD executed successfully"
else
    echo "$CMD terminated unsuccessfully"
fi


And to see what's happening in my scores, I use filelight or baobab :
Code: [Select]
pacman -Q filelight baobab
filelight 25.08.1-1
baobab 49.0-1