<br><br><div><span class="gmail_quote">On 10/22/07, <b class="gmail_sendername">Joachim Backes</b> <<a href="mailto:joachim.backes@rhrk.uni-kl.de">joachim.backes@rhrk.uni-kl.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tony Crouch wrote:<br>> Hi All,<br>> I was wondering if anyone knows whether its possible to update yum from<br>> a file containing a list of packages (one per line).<br>><br>> I have tried:<br>><br>> yum -y install < file-name
<br><br>Better: yum -y install $(cat filename)<br><br>makes from the lines of filename the options list (package list) for yum.<br><br>Regards<br><br>Joachim Backes</blockquote><div><br>So one could  have  a  local directory, which updates regularly from a remote site
<br>using rsync and use that to update the local system? <br>How about remote systems?<br><br>~af<br><br></div><br></div><br>