Tuesday, August 15, 2006

Installing a rpm.bin file

This came from a SUN web page. I need to make sure it works. (Yes I tried it and it works fine)



Installation of RPM File

Use these instructions if you want to install Java SE Runtime Environment in the form of RPM packages. If you want to use the self-extracting binary file instead, see Installation of Self-Extracting Binary.

1. Download and check the file size.

You can download to any directory you choose.

Before you download the file, notice its byte size provided on the download page on the web site. Once the download has completed, compare that file size to the size of the downloaded file to make sure they are equal.

2. Become root by running the su command and entering the super-user password.

3. Extract and install the contents of the downloaded file.

Change directory to where the downloaded file is located and run these commands to first set the executable permissions and then run the binary to extract and run the RPM file:
chmod a+x jre-1_6_0_-linux-i586-rpm.bin

./jre-1_6_0_-linux-i586-rpm.bin

Note that the initial "./" is required if you do not have "." in your PATH environment variable.

The script displays a binary license agreement, which you are asked to agree to before installation can proceed. Once you have agreed to the license, the install script creates and runs the file jre-1_6_0_-linux-i586.rpm in the current directory.

NOTE - If instead you want to only extract the RPM file but not install it, you can run the .bin file with the -x argument. You do not need to be root to do this.

4. Delete the bin and rpm file if you want to save disk space.

5. Exit the root shell.

Monday, August 14, 2006

SUSE 10.1

A SUSE 10.1 DVD disk came with my last issue of Linux (That mag from the UK). I really was satisfied with SUSE 10 but I thought I would give 10.1 try as a new install.

I was not happy. Although it installed, my Belkin wireless card was not recognized and setup. SUSE 10.0 WiFi support was super, at least for me.

I dumped 10.1 and reinstalled 10.0. Happy to say that WiFi worked, once agian, first time. I will try SUSE 10.2 when it comes out

Contributors

Powered By Blogger