list of all apps installed

Is there a way for me to list out all packages/apps I have installed on my system so I can see everything I have?

On Wed, 02 Jul 2008 19:16:05 GMT
jaybott <jaybott@no-mx.forums.opensuse.org> wrote:

>
> Is there a way for me to list out all packages/apps I have installed
> on my system so I can see everything I have?
>
>
Hi
Have a look at this to get the required information;
http://www.novell.com/communities/node/2332


Cheers Malcolm °¿° (Linux Counter #276890)
SLED 10.0 SP2 x86_64 Kernel 2.6.16.60-0.23-smp
up 2 days 2:57, 2 users, load average: 0.27, 0.24, 0.22
GPU GeForce 8600 GTS Silent - Driver Version: 173.14.09

“rpm -qa”, “rpm -qa --last” if you want them in installation order.

From YaST PM, filter by repository and select @System.

rpm -qa worked. thanks

rpm -qa > packages

this will make a ‘packages’ file in your home directory with all the installed RPMs on your system