📎 AI Summary:
Gabriel asked how to list installed RPM packages. Neemobeer responded with two commands: `rpm -qa` and `yum list installed`. Edizgeorgi confirmed it’s easy to do and suggested a resource for more detailed instructions. The thread provides straightforward solutions for listing installed packages on a Linux system.

Gabriel Turqos

Active Member
Joined
Mar 11, 2019
Messages
17
Thread Author #1
How can I list installed rpm packages ?
 

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
With the rpm package manager

rpm -qa

Or with yum

yum list installed
 

Solution