#!perl -nlw
print if /^(\+ |Installed |Ready to install)/;
print "****************************  ",$_ if /^Failed to install/;
