Linked by Thom Holwerda on Thu 31st May 2007 17:46 UTC, submitted by anonymous
Thread beginning with comment 244409
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: writing this post from it
by Flatline on Thu 31st May 2007 18:29
in reply to "RE: writing this post from it"
RE[3]: writing this post from it
by Maners on Thu 31st May 2007 18:38
in reply to "RE[2]: writing this post from it"
to enable yum-presto:
yum install yum-presto
and in /etc/yum.repos.d/fedora-updates.repo file add the following line in [updates] section:
deltaurl=http://www.lesbg.com/jdieter/updates/f$releasever/$basearch






Member since:
2005-07-26
In Fedora 7, yum does not download rpm headers anymore and depsolver is several times (I guess it was 7x) faster than the one in FC6. The slowdown is mainly caused by networking and the mirrors are obviously slow today. I think yum would seem faster if it could simultaneously connect to several mirrors, as apt does. Still, Yum is going to be faster in each subsequent release, because this is the main focus of development AFAIK, and also addition of yum-presto plugin which downloads delta-rpms for updates (these are binary "patches" or "diffs" to currently installed version) will save about 70%-95% MB of download. Yum-presto is already available in F7 and FC6 but not enabled by default because it needs more testing and official mirrors do not support it yet.