'Could not satisfy code dependencies' during update

Could not satisfy dependencies:

  • removing lib32-libffi breaks dependency ‘lib32-libffi’ required by lib32-llvm-libs
  • removing lib32-libcap breaks dependency ‘lib32-libcap’ required by lib32-systemd

remove the things that require them as well
remove what is “required by” as well
these are present and cause the refusal to remove what you want to remove:
lib32-libffi and lib32-libcap in this case

This seemed to work: pacman -Rns $(pacman -Qtdq)

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.