- ベストアンサー
CentOS yumについて
http://ftp.riken.jp/Linux/centos/5/isos/i386/ で"CentOS-5.3-i386-bin-DVD.iso"をインストールし http://centossrv.com/centos5-init.shtml を参照しながらOSをインストールしていますが yum -y install yum-fastestmirror ↑を実行したところ [root@host203 ~]# yum -y install yum-fastestmirror Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.nara.wide.ad.jp * updates: ftp.nara.wide.ad.jp * addons: ftp.nara.wide.ad.jp * extras: ftp.nara.wide.ad.jp Setting up Install Process Parsing package install arguments Package yum-fastestmirror-1.1.16-13.el5.centos.noarch already installed and latest version Nothing to do [root@host203 ~]# と表示されインストールが出来ません。 別の方法などがございましたら教えていただけないでしょうか? よろしくお願いいたします。
- みんなの回答 (5)
- 専門家の回答
質問者が選んだベストアンサー
>しかし >/etc/rc.d/init.d/yum-cron start >と >chkconfig yum-cron on >がディレクトリが存在しなくて起動しないのですが yum-cronのインストールがされていないんじゃ?
その他の回答 (4)
- umota
- ベストアンサー率46% (150/324)
CentOS 5.3 に yum-cron パッケージはありません。 必要ならば CentOS 5.2 のパッケージをインストールしてください。 検索すれはすぐにわかることです。 http://wiki.centos.org/Manuals/ReleaseNotes/CentOS5.3/Japanese http://www.google.co.jp/search?q=centos5.3+yum-cron&hl=ja&lr=lang_ja&btnG=Google+%8C%9F%8D%F5&num=20 # Linux はお金を使わない代わりに頭をつかいます。
- php504
- ベストアンサー率42% (926/2160)
簡単な英語ですのでこのくらいは理解できるようにならないとだめでしょう パッケージyum-fastestmirror-1.1.16-13.el5.centos.noarchはすでにインストールされており最新のバージョンです 何もすることはありません という意味です
- kusa_mochi
- ベストアンサー率76% (1597/2087)
>Package yum-fastestmirror-1.1.16-13.el5.centos.noarch already installed and latest version >Nothing to do 上記メッセージの意味が分かるかな?(何となくでもいいから) 分かれば何でインストールされないのか、納得だと思うのだが。 もしも英語は全く駄目という場合のために、さらっと直訳するなら 「yum-fastestmirrorというパッケージは既にインストールされていて、最新版だよ~ん。だから何もする必要が無いよ~ん」 という感じ。
お礼
次からは翻訳通してから投稿しますね(汗) ありがとうございます。 しかし /etc/rc.d/init.d/yum-cron start と chkconfig yum-cron on がディレクトリが存在しなくて起動しないのですがもしご存じでしたら教えていただけないでしょうか?
- umota
- ベストアンサー率46% (150/324)
「 already installed 」と言っている。
お礼
すでに出来ているんですね(汗) ありがとうございます。
お礼
ありがとうございます。英語覚えます(汗)