> [foo@bar]# for i in *.deb; do > > echo Installing $i... > > dpkg --install $i > > echo $i installed. > > done