Steve Engledow sengledow@formrecognition.com writes:
Here's one for the debian aficionados on the list, is it possible to use apt-get install with a list of packages fed in from a file?
cat filename | xargs sudo apt-get install
xargs sudo apt-get install < filename