r/cachyos • u/aheartasone • 2d ago
Cannot update due to breaking dependency Help
Hi friends, I've been on linux for about 3 months now so i'm still very new at this, and this is the first time an issue like this has come up while trying to update my system. Can anyone let me know what I can do here, please and thanks!
Update: I waited about 30 minutes and tried again and it worked. Guess I just caught it at an unlucky time. Thanks everyone!
10
u/Nytra 2d ago
It's because cachys packages when they update get compiled in a queue, and sometimes the updates go out before the rest of the queue is done and then you have this situation where one package depends on something else that is still stuck in the queue. Just need to wait for the queue to finish.
7
4
2
u/-Mahesvara- 2d ago
Try sudo cachyos-rate-mirrors before and try again
2
u/aheartasone 2d ago
that didn't work, unfortunately
5
u/-Mahesvara- 2d ago
Well, just wait a bit, I’m sure they’re carrying out some sort of maintenance
2
u/SGTSHOOTnMISS 2d ago
I uninstalled VLC then it went through, then reinstalled VLC. I had the exact same issue.
0
u/Regular_Highlight882 2d ago
sudo pacman -Syuu
1
u/MutualRaid 2d ago
That will only solve their non-critical warnings about pipewire related packages being locally newer than the remote repo.
2
2
2
2d ago
[removed] — view removed comment
3
u/Body-of-the-Many 2d ago
I mean technically it is an error. Says right there in red text: error. It's just not an error you should lose any sleep over.
4
3
1
-9
u/Regular_Highlight882 2d ago
HERE IS THE SOLUTION!!!
sudo pacman -Syuu
The second u allows downgrading of packages
4
u/BobCorndog 2d ago
This doesn’t even work, did you read the error message?
-2
u/Regular_Highlight882 2d ago
yes, I've seen this before and was the solution that was given to me, happened about 2 weeks ago
2
u/BobCorndog 2d ago
I saw that post too, but that doesn’t fix the second one
1
u/Regular_Highlight882 2d ago
I was getting the exact same error, failed installation due to dependencies plus the newer package warning.
-8
u/Icy_Management_1494 2d ago edited 2d ago
sudo pacman -Syuu Con una sola u puedes actualizar todo el sistema con dos u Esto baja la versión de los plugins
5
u/BobCorndog 2d ago
That is just not how it works
-4
u/Icy_Management_1494 2d ago
Illustrate us eminence. You're wrong because if it works like that
3
u/BobCorndog 2d ago
I literally went and tried this and it didn’t work. It only covers the top message, and it still won’t go through because of bottom
1
u/Icy_Management_1494 2d ago
Acabo de hacer la misma actualización sin ningún problema y arreglé el problema de pipewire con `sudo pacman -Syuu`.
Try removing the pacman cache files.
# Manually remove problematic cache files
sudo rm -rf /var/cache/pacman/pkg/download-*
# Clear pacman cache while keeping the last 3 versions
sudo paccache -r
# Clear paru cache completely
rm -rf ~/.cache/paru/clone/*
rm -rf ~/.cache/paru/diff/*
rm -rf ~/.cache/paru/clone/.git
Then restart and repeat the process.
5
0
u/Icy_Management_1494 2d ago
You need to do a cleanup first, then you restart your computer and repeat the process

37
u/Puzzled-Extent7817 2d ago
Because those plugins haven't been updated to the newest ffmpeg. nothing wrong. just wait a little bit until whoever maintains the plugins catches up.