2. does 'rpm -qa' yield a tsort of packages? (Brian Reichert) Subject: does 'rpm -qa' yield a tsort of packages? From: Brian Reichert <reichert numachi com> Date: Wed, 18 Jun 2008 15:43:15 -0400 To: rpm-list redhat com To: rpm-list redhat com Does 'rpm -qa' yeild a topological sort of the the packages? More specifically, should 'rpm -qa' yield the same results as the rpm/python ts.tsort() method?
What's wrong with calling rpm -qa | sort (usually a less is also required as the list is really way too long).
Vlad