You are not logged in.
I have a problem with upgrading packages :
Cresolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libpcap (1.10.2-1) breaks dependency 'libpcap=1.10.1' required by lib32-libpcap
:: installing libsndfile (1.2.0-1) breaks dependency 'libsndfile=1.1.0' required by lib32-libsndfile
:: installing ncurses (6.4-1) breaks dependency 'ncurses=6.3' required by lib32-ncurses
Last edited by francesco_dem (2023-01-05 18:40:55)
Offline
Please post all commands and their outputs in English...
https://wiki.archlinux.org/title/Genera … s_and_code
What's the output of pacman-conf ?
Offline
Please post all commands and their outputs in English...
https://wiki.archlinux.org/title/Genera … s_and_codeWhat's the output of pacman-conf ?
pacman-conf
[options]
RootDir = /
DBPath = /var/lib/pacman/
CacheDir = /var/cache/pacman/pkg/
HookDir = /etc/pacman.d/hooks/
GPGDir = /etc/pacman.d/gnupg/
LogFile = /var/log/pacman.log
HoldPkg = pacman
HoldPkg = glibc
Architecture = x86_64
CheckSpace
ParallelDownloads = 1
CleanMethod = KeepInstalled
SigLevel = PackageRequired
SigLevel = PackageTrustedOnly
SigLevel = DatabaseOptional
SigLevel = DatabaseTrustedOnly
LocalFileSigLevel = PackageOptional
LocalFileSigLevel = PackageTrustedOnly
[core]
Usage = All
Server = https://archmirror.it/repos/core/os/x86_64
Server = http://archlinux.mirror.garr.it/archlinux/core/os/x86_64
Server = http://mirrors.prometeus.net/archlinux/core/os/x86_64
Server = http://archlinux.mirror.server24.net/core/os/x86_64
Server = https://archlinux.mirror.server24.net/core/os/x86_64
Server = http://mirror.spazioincloud.it/archlinux/core/os/x86_64
Server = https://mirror.spazioincloud.it/archlinux/core/os/x86_64
[extra]
Usage = All
Server = https://archmirror.it/repos/extra/os/x86_64
Server = http://archlinux.mirror.garr.it/archlinux/extra/os/x86_64
Server = http://mirrors.prometeus.net/archlinux/extra/os/x86_64
Server = http://archlinux.mirror.server24.net/extra/os/x86_64
Server = https://archlinux.mirror.server24.net/extra/os/x86_64
Server = http://mirror.spazioincloud.it/archlinux/extra/os/x86_64
Server = https://mirror.spazioincloud.it/archlinux/extra/os/x86_64
[community]
Usage = All
Server = https://archmirror.it/repos/community/os/x86_64
Server = http://archlinux.mirror.garr.it/archlinux/community/os/x86_64
Server = http://mirrors.prometeus.net/archlinux/community/os/x86_64
Server = http://archlinux.mirror.server24.net/community/os/x86_64
Server = https://archlinux.mirror.server24.net/community/os/x86_64
Server = http://mirror.spazioincloud.it/archlinux/community/os/x86_64
Server = https://mirror.spazioincloud.it/archlinux/community/os/x86_64
Offline
Why don't you have the [multilib] repositories enabled?
Enable them then
# pacman -Syu
Reference: https://wiki.archlinux.org/title/Offici … s#multilib
Jin, Jîyan, Azadî
Offline
Why don't you have the [multilib] repositories enabled?
Enable them then
# pacman -Syu
Reference: https://wiki.archlinux.org/title/Offici … s#multilib
Solved for me.
I had decommented multilib in the past , probably which upgrade.
Offline