22 Oct
2002
22 Oct
'02
12:39
Hallo,
I get the new package names (of an already installed 8.1 system) with the command rpm:
# rpm -qa | sed -e 's/-[0-9].*$//' > new_rpm_list.tmp
just to make your life a little bir easier: RPM has the Option to give you the names of the installes packages. So you do not need the sed: 'rpm -qa --qf "%{NAME}\n"' Regards Thorsten