Originally posted by: Nothinman
I use the yum configuration from fedorafaq.org and I have not had to add any other repos, and _supposedly_, tests show that the current version of yum is faster than Debian's apt-get.
Well since I can't look at the yum.conf on that site without dissecting the RPM I can only guess what's inside of it, but I would guess that at least livna is in there which is a 3rd party repo. And I highly doubt that yum is faster than anything since it's done in python and apt is C++.
#time apt-cache search gnome > /dev/null
real 0m0.481s
user 0m0.480s
sys 0m0.000s
That I ran it with wc -l the first time and it returns ~800 packages out of ~18000. Running it twice also makes sure everything is in cache so disk I/O doesn't affect the results.