Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

yum updates in fedora 17 going extremely slow [closed]

Tags:

linux

fedora

yum

I've just installed Fedora 17 and did an initial update:

yum update

yum update download speed is going way too slow. Download speed is 5 kbps.

Is there a way to tell yum to not pick such slow repositories?

like image 539
Eric Leschinski Avatar asked Jul 27 '12 00:07

Eric Leschinski


1 Answers

Someone wrote a yum plugin which addresses this very issue that tells yum to use the fastest mirror available, here is how you install it:

su
enter password
yum install yum-plugin-fastestmirror 

Then I did the:

yum update

And now the yum update is utilizing the full bandwidth of my download speed.

like image 112
Eric Leschinski Avatar answered Sep 22 '22 14:09

Eric Leschinski