You are not logged in.
Hi guys today i tried normally updating my system but i am getting following error
sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libjpeg-turbo (2.1.0-1) breaks dependency 'libjpeg-turbo=2.0.6' required by lib32-libjpeg-turboI tried to update the mirrors using
reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlistI have attached the output of
sudo pacman -Syu --debug How can i fix this guys?
Last edited by maybenoob (2021-04-26 09:40:34)
Offline
Looks like you have packages installed from [multilib], but you've disabled the repo so you're not getting updates for them. Either re-enable multilib or remove the packages you installed from it.
https://wiki.archlinux.org/index.php/Of … s#multilib
Last edited by WorMzy (2021-04-26 09:38:39)
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
Looks like you have packages installed from [multilib], but you've disabled the repo so you're not getting updates for them. Either re-enable multilib or remove the packages you installed from it.
Thanks just enabled multilib now i am able to update
Offline