Am 02.01.2011, 17:44 Uhr, schrieb Peter Slegg <p.slegg@scubadivers.co.uk>:
I was just running my sparemint_update script now that there are new packages.This line works: system 'wget', $download_name; but the second system command doesn't: print "Updating $download_file ...\n"; system 'rpm -Uvh', $download_file;
Replace the ' by ". -- Helmut Karlowski