Comment # 8 on bug 1194199 from
I was able to manually remove busybox ( which was not installed per rpm -qa or
rpm -qf /usr/bin/____ ( insert name here ) but forcing re-install of

coreutils
procps
psmisc

with zypper in -f pkg_name

then confirming busybox links were no longer present with 

find / -L -samefile /usr/bin/busybox > /tmp/busy.lst

or via rpm -Va


You are receiving this mail because: