| はじめての自宅サーバ構築 - Fedora/CentOS - | Last Update | 2010/02/03 | |
| It opened to 2004/09/19. | Visitors Pageviews Today(IP/PV) |
4,747,749 20,125,107 981/3,672 |
「fastestmirror」のインストール 【FedoraCore5 / FedoraCore6 / Fedora7 / Fedora8 / Fedora9 / Fedora10 / CentOS5 の場合】 # yum -y install yum-fastestmirror 【Fedora11 / Fedora12 / CentOS4 の場合】 # yum -y install yum-plugin-fastestmirror |
プラグイン導入後は「yum」を使用すると「yum-fastestmirror」プラグインを使用してパッケージのインストール等を行います
# yum xxxxxx ← 「xxxxxx」はyumの動作コマンドです。(例なので、実行できません)
Loading "installonlyn" plugin
Loading "fastestmirror" plugin ← プラグインが使用されている
Setting up repositories
core [1/3]
updates [2/3]
extras [3/3]
Determining fastest mirrors ← プラグインによって最速ミラーサイトが決定された
Reading repository metadata in from local files
:
:
|
fastestmirror 設定ファイルの編集 # vi /etc/yum/pluginconf.d/fastestmirror.conf [main] enabled=0 enabled 属性値の意味 0:無効 1:有効 |