0
点赞
收藏
分享

微信扫一扫

Accelerate Yum Installation

一只1994 2022-09-06 阅读 86


Yum is a great tool for manage dependencies and easy to use.However actually there is a way to speed up the installation.
Fastestmirror is a tool that will help yum determin what mirror is fastest and to use.
To install on Fedora 17



1

sudo yum install yum-fastestmirror

Of course you could customize the fastestmirror configuration easily



1

sudo vim /etc/yum/pluginconf.d/fastestmirror.conf

So when you next install a package from the network,I hope you could feel it much faster.

举报

相关推荐

0 条评论