On 03/14/2013 06:39 PM, Reindl Harald wrote: > and if you want a usefull list without version-numbers > which are not helpful to install the same packages > months later on another machine: > > [root@rh:~]$ cat /usr/local/bin/packages > #!/usr/bin/bash > /bin/nice -n 19 /bin/rpm -qa --queryformat "%{name}\n" | sort | tee /root/packages.txt > chmod 644 /root/packages.txt I used to struggle to remove the version numbers from the names. I have also wanted one of those. Thanks a lot for that. :-) -- Regards, Rejy M Cyriac (rmc) -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org