Welcome to LQ.
'rpm -qa | sort' : alfabetic list
'rpm -qa | sort > installed-rpm.txt' : will print a textfile
in /home/<username>
'rpm -qa --last | less' : a list ordered by date and time.
'rpm -qa --last > last-rpm.txt' : a text file again.
.....
The rpm data base is not in a readable format, hence
the above commands.
.....
Last edited by knudfl; 04-06-2009 at 11:32 AM.
|