On 07/02/2015 01:38 PM, Carlos E. R. wrote:
The link posted tells a trick to remove versions strings from the output:
rpm -qa --qf "%{NAME}\n" | sort > /backup/installed-software.log
(you should learn about pipes and redirection: it is a fundamental feature of the command line. Generating a text file the way shown above is not a feature of "rpm", but of Linux. Any CLI Linux program can do that.) ...............
many thanks , Carlos - what please is the correct Incantation to instruct Zypper to re-install ?? : - something like ??: zypper install `cat zypper install `cat /backup/installed-software.log` .......... regards -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org