ErwinB wrote: > Well, the version with the quotes gives an error also > > sudo dpkg -i --ignore-depends=libgcc1:i386,'libc6:armhf 2.28-10+rpi1' > ./libc6_2.28-10_i386.deb > dpkg: error: --ignore-depends needs a valid package name but > 'libc6:armhf 2.28-10+rpi1' is not: illegal architecture name in > specifier 'libc6:armhf 2.28-10+rpi1': character ' ' not allowed (only > letters, digits and characters '-') > > Tried this with an other error: > sudo dpkg -i --ignore-depends=libgcc1:i386,libc6:armhf > ./libc6_2.28-10_i386.deb > dpkg: error processing archive ./libc6_2.28-10_i386.deb (--install): > package architecture (i386) does not match system (armhf) > Errors were encountered while processing: > ./libc6_2.28-10_i386.deb > > The first line from your last solution (sudo apt-get purge libc6:armhf) > is still running but I'm quite sure the result is going to restore my > backup :-) > It is removing 1033 packages including stuff I really need and according > to the messages stuff that is essential.. > And its stopped because of too much errors.
Hi ErwinB, I am sorry for the trouble and work - good to hear that you did a backup before. I forgot that apt-get removes not only the package but also all packages which depend on it. In the case of libc6 these are nearly all programs which were written in C... I am currently reading up some additional stuff about the multi-architecture implementation and some alternatives... ------------------------------------------------------------------------ frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
