[root@centos ~]# chmod +x jdk-1_5_0_06-linux-i586-rpm.bin ← 実行権限付加
[root@centos ~]# ./jdk-1_5_0_06-linux-i586-rpm.bin ← JDKインストール
※ライセンスが大量に表示されるのでSPACEキー押下で流す
Do you agree to the above license terms? [yes or no]
yes ← yes応答
Unpacking...
Checksumming...
0
0
Extracting...
UnZipSFX 5.42 of 14 January 2001, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jdk-1_5_0_06-linux-i586.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Done.
[root@centos ~]# rm -f jdk-1_5_0_06-linux-i586.rpm ← 抽出したRPMファイルを削除
[root@centos ~]# rm -f jdk-1_5_0_06-linux-i586-rpm.bin ← ダウンロードしたファイルを削除
|
|