Originally posted by: Nothinman
That runs significantly slower than yum, at least on my machine.
Then you must have a huge RPM database, I've never seen it take more than 1-2s and yum is always slow as hell.
$ time rpm -qa | grep amsn
amsn-0.94-1.2.fc4.rf
amsn-skins-0.91-1.0.rf
real
0m20.084s
user 0m10.328s
sys 0m0.157s
$ time yum list installed "*amsn*"
Installed Packages
amsn.i386 0.94-1.2.fc4.rf installed
amsn-skins.noarch 0.91-1.0.rf installed
real
0m3.370s
user 0m1.613s
sys 0m0.312s
$ time yum list "*amsn*"
Setting up repositories
Reading repository metadata in from local files
Installed Packages
amsn.i386 0.94-1.2.fc4.rf installed
amsn-skins.noarch 0.91-1.0.rf installed
real
0m16.963s
user 0m6.096s
sys 0m0.438s
rpm is very much the slowest here. This is a p4@1.4, also crunching seti.
What does that have to do with his question?
The "and general Linux Question" part.
Gotcha.