A command that can be run by an unprivileged user is preferred.

link|improve this question

62% accept rate
feedback

3 Answers

up vote 3 down vote accepted

Long ago I would have just used

$ rpm -qa

and possibly piped it through more. Looks like is still works.

link|improve this answer
feedback

dmckee's answer works perfectly well.

$ yum list installed

also works. No special privileges required.

link|improve this answer
feedback
rpm -qa --last >~/RPMS_by_Install_Date

this will also give you a list of when they were installed as well ... the file will be made in your home dir.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.