A look at Fedora Core 1
Posted Oct 30, 2003 9:08 UTC (Thu) by
seyman (subscriber, #1172)
Parent article:
A look at Fedora Core 1
One striking difference, however, is when using "yum check-update" to retrieve information on changed packages. The apt-get update command simply retrieves an index file for each package repository, which is fairly fast. Yum, on the other hand, retrieves RPM header information for every installed RPM, which can be very time-consuming.
Yum retrieves headers for every non-installed rpm (the headers for the installed rpms are already availible). This is time-consuming the first time the command is run but fairly fast from the second use on.
(
Log in to post comments)