Ali Helmy wrote:
Hey, Is there someway I can list all packages I currently have installed from the command line?
Try $ rpm -qa | sort > ~/rpms.txtThis will create a file rpms.txt under your home directory with a list of all installed rpms.
-- A. Helmy
-M