11 Jan
2006
11 Jan
'06
12:53 p.m.
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 -- http://www.greenend.org.uk/rjk/