Hello everyone.
I installed Endeavour OS in a laptop (DELL 5480) and I tried to upgrade all the packages:
$ sudo pacman -Syu
Unfortunately it didnt work. I got the message in the exit:
:: Synchronizing package databases...
endeavouros is up to date
core is up to date
extra is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace tracker3 with extra/tinysparql? [Y/n] y
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing pacman (7.0.0.r3.g7736133-1) breaks dependency 'libalpm.so=14' required by libpamac-aur
:: installing pacman (7.0.0.r3.g7736133-1) breaks dependency 'pacman<6.2' required by libpamac-aur
I tried also to install the ‘libpamac-aur’ manually
$ git clone https://aur.archlinux.org/libpamac-aur.git
$ cd libpamac-aur
$ makepkg -si
but…
==> Making package: libpamac-aur 11.6.4-6 (Πεμ 03 Οκτ 2024 13:59:32 EEST)
==> Checking runtime dependencies...
==> Installing missing dependencies...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing pacman (7.0.0.r3.g7736133-1) breaks dependency 'libalpm.so=14' required by libpamac-aur
:: installing pacman (7.0.0.r3.g7736133-1) breaks dependency 'pacman<6.2' required by libpamac-aur
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
-> libalpm.so=15
-> pacman>=7.0
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.
What could I do?
Ask me for more information. Have a good day everyone.
fyi : octopi is an alternative to pamac with an leightweight gui. The backend can be configured to use pacman & alpm or pacman solely. AURs are supported with yay, but can be disabled if you want to.
Comes with an handy tray notifier and it can be used to shedule system updates as well.
I’m using it, but mostly for the tray icon / update notifications.