Skip to main content
Topic: Dependencies resolving (Read 298 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Dependencies resolving

Hello!
First of all thanks for the awesome distro. Have been daily driving plasma/runit in work machine for 6 months. After the latest updates related to nvidia, I cannot update the machine.

```
sudo pacman -Syu
:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
 extra is up to date
 community is up to date
:: Starting full system upgrade...
warning: kfilemetadata: local (6.3.0-2.2) is newer than world (6.3.0-2)
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing nvidia-utils (555.58.02-1.1) breaks dependency 'nvidia-utils=555.58' required by nvidia
```
How can I resolve it ? Thanks for replies beforehand!

Re: Dependencies resolving

Reply #1
Check nvidia-utils and nvidia versions they must match.
You can use pacman -U /var/cache/pacman/pkg/... if you still have it there.
Otherwise you can fetch it from the archive I believe.

Or postpone nvidia's packages update.

Re: Dependencies resolving

Reply #2
Thank you very much for the reply. I have solved my issue my postponing the upgrade. Thanks!