# rpm -e java-1.4.2-gcj-compat-1.4.2.0-27jpp
# rpm -e gcc-java-3.4.3-22.1
[root@srv-1 java]# ls
jdk-1_5_0_05-linux-i586-rpm.bin jre-1_5_0_04-linux-i586.rpm
jre-1_5_0_04-linux-i586-rpm.bin
[root@srv-1 java]# chmod 700 jdk-1_5_0_05-linux-i586-rpm.bin
[root@srv-1 java]# ./jdk-1_5_0_05-linux-i586-rpm.bin
Sun Microsystems, Inc. Binary Code License Agreement
.
.
.
Do you agree to the above license terms? [yes or no]
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_05-linux-i586.rpm
Preparing... ########################################### [100%]
1:jdk ########################################### [100%]
Done.
[root@srv-1 java]#
|