PDA

View Full Version : [ubuntu] dpkg ignore all errors??



kizzmyanthia
October 11th, 2010, 04:10 PM
I have a list of .deb packages that I want to install, I know some are and some are not directly compatable, that is fine. But when it reaches X number of errors the installation terminates.

Is there a way to ignore all errors so that it completes the installation of the apps that are compatible?

Something like:
dpkg -i --ignore-errors *

or similar?