You are not logged in.
Hi, so I'm trying to do the usual yaourt -Syu --aur to upgrade my system and it's giving me back a bunch of errors that require sh like:
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: bison: requires sh
:: db: requires sh
:: dhcpcd: requires sh
:: diffutils: requires sh
:: e2fsprogs: requires sh
:: ed: requires sh
:: enca: requires sh
:: exo: requires sh
:: fakeroot: requires sh
:: findutils: requires sh
:: flex: requires sh
:: gawk: requires sh
:: gdbm: requires sh
:: gettext: requires sh
and about a dozen more packages. Any idea what the problem could be? I'm missing sh it seems but I don't know how to install it...
Last edited by leberyo (2010-12-27 18:52:32)
Offline
sh is part of the bash package
Offline
I just did the same command with Pacman and got the same error.
What command would I need to run to fix things? Re-install bash or something?
Offline
pacman -Qo /bin/sh
/bin/sh is owned by bash 4.1.009-3pacman -SyyuWhat is the output of
pacman -Ss bashMr Green
Offline
pacman -Syyu did the job, thanks v much Forum Fellow.
Offline