Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: can't update due to dependency (Read 973 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

can't update due to dependency

Code: [Select]
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libjpeg-turbo (3.1.1-1) breaks dependency 'libjpeg-turbo=3.1.0' required by lib32-libjpeg-turbo
-> error installing repo packages
Cat Herders of Linux

Re: can't update due to dependency

Reply #1
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.

Re: can't update due to dependency

Reply #2
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
but but but what if you need your jpegs turboed??? Then what will you do?
Cat Herders of Linux

Re: can't update due to dependency

Reply #3
then the current version will stay on your machine without being upgraded. at least it'll continue to run  :P

Re: can't update due to dependency

Reply #4
same here.
however, in a artix vm, not using the lib32 repository, no problem.
so in the meantime, i've added
IgnorePkg = libjpeg-turbo
in /etc/pacman.conf to ignore the package, and the upgrade went smoothly.
but but but what if you need your jpegs turboed??? Then what will you do?


Thank you for the smile

Re: can't update due to dependency

Reply #5
then the current version will stay on your machine without being upgraded. at least it'll continue to run  :P
Using the yay aur helper gives me the option to skip any of the potential upgrades.  I get a list of the upgrades and can select any item by number (they get numbered in a list) to exclude from the upgrade so no need to add it permanently.  Eventually the devs will upgrade the lib32 version and then i can run the full upgrade without having to fuss with my pacman.conf file

Code: [Select]
 yay -Syu

installing yay https://github.com/Jguer/yay
Cat Herders of Linux

 

Re: can't update due to dependency

Reply #6
anyway resolved by devs update just now
Cat Herders of Linux