Linux/yum/アクセスするサーバを指定する
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
社内環境などで、ネット上のサーバを指定できない場合などは...
** local-base,local-updatesなどのファイルを作成 [#z7b8e93f]
# cd /etc/yum.repos.d/
# view local-base
ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/$releas...
ftp://ftp.iij.ad.jp/pub/linux/fedora/core/$releasever/$b...
ftp://ftp.riken.jp/Linux/fedora/core/$releasever/$basear...
ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/$releasever/$b...
ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/$releasever/...
http://ftp.iij.ad.jp/pub/linux/fedora/core/$releasever/$...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/$releasever...
http://ftp.riken.jp/Linux/fedora/core/$releasever/$basea...
#view local-updates
ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/updates...
ftp://ftp.iij.ad.jp/pub/linux/fedora/core/updates/$relea...
ftp://ftp.riken.jp/Linux/fedora/core/updates/$releasever...
ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/$releasever/$b...
ftp://ftp.jaist.ac.jp/pub/Linux/fedora/core/updates/$rel...
http://ftp.jaist.ac.jp/pub/Linux/fedora/core/updates/$re...
http://ftp.riken.jp/Linux/fedora/core/updates/$releaseve...
http://ftp.iij.ad.jp/pub/linux/fedora/core/updates/$rele...
などと記述しておきます。ちなみに上のサーバは国内のサーバ...
**設定ファイルに記述を追加 [#nf663488]
以下のように設定ファイルに先のファイルを指定しておきます。
[root@localhost yum.repos.d]# cat fedora.repo
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/li...
#mirrorlist=http://fedora.redhat.com/download/mirrors/fe...
mirrorlist=file:///etc/yum.repos.d/local-base
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[root@localhost yum.repos.d]#
[root@localhost yum.repos.d]# cat fedora-updates.repo
[updates-released]
name=Fedora Core $releasever - $basearch - Released Upda...
#baseurl=http://download.fedora.redhat.com/pub/fedora/li...
#mirrorlist=http://fedora.redhat.com/download/mirrors/up...
mirrorlist=file:///etc/yum.repos.d/local-updates
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[root@localhost yum.repos.d]#
以上です。簡単でしたね。
**関連リンク [#w8721a0d]
-[[yumがアクセスするサーバを指定するには>http://www.atmar...
-[[ミラー一覧>http://fedora.jp/datapool/yum/repo-mirror/]]
-[[yum.conf(5) - Linux man page>http://www.die.net/doc/li...
----
この記事は
#vote(おもしろかった,そうでもない)
- Fedora7のミラーは例えば -- [[きの]] &new{2007-08-02 (木...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/7/Fedor...
http://ftp.riken.jp/Linux/fedora/releases/7/Everything/i...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/updates/7/i386/
http://ftp.ps.pl/pub/Linux/fedora-linux/updates/7/i386/
とか。。
- http://fedora.jp/modules/download/ に一覧がある。 -- [[...
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
終了行:
// 下階層用テンプレート
#topicpath
----
//ここにコンテンツを記述します。
社内環境などで、ネット上のサーバを指定できない場合などは...
** local-base,local-updatesなどのファイルを作成 [#z7b8e93f]
# cd /etc/yum.repos.d/
# view local-base
ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/$releas...
ftp://ftp.iij.ad.jp/pub/linux/fedora/core/$releasever/$b...
ftp://ftp.riken.jp/Linux/fedora/core/$releasever/$basear...
ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/$releasever/$b...
ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/$releasever/...
http://ftp.iij.ad.jp/pub/linux/fedora/core/$releasever/$...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/$releasever...
http://ftp.riken.jp/Linux/fedora/core/$releasever/$basea...
#view local-updates
ftp://ftp.kddilabs.jp/Linux/packages/fedora/core/updates...
ftp://ftp.iij.ad.jp/pub/linux/fedora/core/updates/$relea...
ftp://ftp.riken.jp/Linux/fedora/core/updates/$releasever...
ftp://ftp.sfc.wide.ad.jp/pub/Linux/Fedora/$releasever/$b...
ftp://ftp.jaist.ac.jp/pub/Linux/fedora/core/updates/$rel...
http://ftp.jaist.ac.jp/pub/Linux/fedora/core/updates/$re...
http://ftp.riken.jp/Linux/fedora/core/updates/$releaseve...
http://ftp.iij.ad.jp/pub/linux/fedora/core/updates/$rele...
などと記述しておきます。ちなみに上のサーバは国内のサーバ...
**設定ファイルに記述を追加 [#nf663488]
以下のように設定ファイルに先のファイルを指定しておきます。
[root@localhost yum.repos.d]# cat fedora.repo
[base]
name=Fedora Core $releasever - $basearch - Base
#baseurl=http://download.fedora.redhat.com/pub/fedora/li...
#mirrorlist=http://fedora.redhat.com/download/mirrors/fe...
mirrorlist=file:///etc/yum.repos.d/local-base
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[root@localhost yum.repos.d]#
[root@localhost yum.repos.d]# cat fedora-updates.repo
[updates-released]
name=Fedora Core $releasever - $basearch - Released Upda...
#baseurl=http://download.fedora.redhat.com/pub/fedora/li...
#mirrorlist=http://fedora.redhat.com/download/mirrors/up...
mirrorlist=file:///etc/yum.repos.d/local-updates
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
[root@localhost yum.repos.d]#
以上です。簡単でしたね。
**関連リンク [#w8721a0d]
-[[yumがアクセスするサーバを指定するには>http://www.atmar...
-[[ミラー一覧>http://fedora.jp/datapool/yum/repo-mirror/]]
-[[yum.conf(5) - Linux man page>http://www.die.net/doc/li...
----
この記事は
#vote(おもしろかった,そうでもない)
- Fedora7のミラーは例えば -- [[きの]] &new{2007-08-02 (木...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/releases/7/Fedor...
http://ftp.riken.jp/Linux/fedora/releases/7/Everything/i...
http://ftp.jaist.ac.jp/pub/Linux/Fedora/updates/7/i386/
http://ftp.ps.pl/pub/Linux/fedora-linux/updates/7/i386/
とか。。
- http://fedora.jp/modules/download/ に一覧がある。 -- [[...
#comment
#topicpath
SIZE(10){現在のアクセス:&counter;}
ページ名: