White Box Enterprise Linux 4のインストールCD4をCDドライブに挿入します。
CD-ROMが自動認識したらGNOME端末を開き以下のコマンドでインストールします。
|
|
|
# rpm -ivh /media/cdrecorder/WhiteBox/RPMS/yum-2.2.0-0.fc3.noarch.rpm |
|
※赤字部分はCDドライブの種類によって変わります。
これでYumのインストールは完了です。
あとはネットワークに接続すればすぐにでも使えるのですが日本では理化学研究所のサーバに接続するのが一番アップデートのスピードが速いみたいなのでその設定を…。
Yumの設定ファイル「/etc/yum.conf」の内容を以下のように書き換えます。
|
|
|
[base]
name=White Box Enterprise Linux 4 - i386 - Base
baseurl=http://ftp.riken.jp/Linux/whitebox/4/en/os/i386/
ftp://ftp.riken.jp/Linux/whitebox/4/en/os/i386/
[updates-released]
name=White Box Enterprise Linux 4 - i386 - Released Updates
baseurl=http://ftp.riken.jp/Linux/whitebox/4/en/updates/
ftp://ftp.riken.jp/Linux/whitebox/4/en/updates/
[Extras]
name=White Box Enterprise Linux 4 - i386 - Extras
baseurl=http://ftp.riken.jp/Linux/whitebox/4/en/extras/
ftp://ftp.riken.jp/Linux/whitebox/4/en/extras/
[Debuginfo]
name=White Box Enterprise Linux 4 - i386 - Debuginfo
baseurl=http://ftp.riken.jp/Linux/whitebox/4/en/debuginfo/
ftp://ftp.riken.jp/Linux/whitebox/4/en/debuginfo/ |
|
White Box Enterprise Linux 4がRespin 1では以下のようになります。
|
|
|
[base]
name=White Box Enterprise Linux 4.1 - i386 - Base
baseurl=http://ftp.riken.jp/Linux/whitebox/4.1/en/os/i386/
ftp://ftp.riken.jp/Linux/whitebox/4.1/en/os/i386/
[updates-released]
name=White Box Enterprise Linux 4.1 - i386 - Released Updates
baseurl=http://ftp.riken.jp/Linux/whitebox/4.1/en/updates/
ftp://ftp.riken.jp/Linux/whitebox/4.1/en/updates/
[Extras]
name=White Box Enterprise Linux 4.1 - i386 - Extras
baseurl=http://ftp.riken.jp/Linux/whitebox/4.1/en/extras/
ftp://ftp.riken.jp/Linux/whitebox/4.1/en/extras/
[Debuginfo]
name=White Box Enterprise Linux 4.1 - i386 - Debuginfo
baseurl=http://ftp.riken.jp/Linux/whitebox/4.1/en/debuginfo/
ftp://ftp.riken.jp/Linux/whitebox/4.1/en/debuginfo/ |
|
4から4.1に換わっただけです。
また、64bit版の場合は「i386」を「x86_64」に書き換えてください。
GNOMEエディタなんかを使ってコピペするとラクですね。
これでYumの設定は完了です。
GNOME端末から以下のコマンドを入力するとアップデートが始まります。
あとはほっといてCompleateと表示されれば終了です。
ちなみに終わるまで20分ほどかかりました。Fedora Core 4では1時間を越えました。
ちなみにオプションでつけた「-y」はすべての確認メッセージに「はい」と答えることを意味します。
そのほかに
※apache:WWWサーバソフト
などのように「yum install ソフトウェア名」で簡単にソフトウェアをインストールすることができます。
とまあ、こんなカンジでいつでもアップデートできる環境を作っておきました。