Hello,
I'm new Linux user, and I would like to know how to update default version of JRE (jre-6u20) to jre-6u25 version at Salix 13.1?
Thanks!
Update Java Runtime Environment - jre
Re: Update Java Runtime Environment - jre
It's probably not in the repos, but I just checked and it is for 13.37, which I imagine is very close to being released. Salix (Slackware) often doesn't have the latest version of things until they are more stable. Alternatively, you may be able to get it on src. You say you're new to Linux, in which case your best bet may be to wait for the new release. Not that it will be relevant to your Java issue, but 13.37 has Sourcery, a graphical front end to src, giving easier access to a wider range of packages.
I hope you're enjoying Salix!
I hope you're enjoying Salix!
Re: Update Java Runtime Environment - jre
I'm pretty sure you can use the jre from oracle directly or use the 13.37 package in your 13.1 box.

Re: Update Java Runtime Environment - jre
I'm not sure myself how to install a 13.37 package in 13.1, and as lehnhart says he is new to Linux, maybe he is not either. Gslapt, naturally, shows the package for 13.1 (which is already installed). Installing the package from Oracle, at a guess, would simply be a matter of downloading it and then, as root, doing
in a terminal.
but then you'd need to blacklist it in gslapt so that the system didn't revert to the original version on the next update:
Edit/Preferences/Excludes/Add ^jre
Lehnhart, please do ask for clarification if any of this doesn't make sense or doesn't work.
Code: Select all
#spkg -i /path/to/[the name of the file]
but then you'd need to blacklist it in gslapt so that the system didn't revert to the original version on the next update:
Edit/Preferences/Excludes/Add ^jre
Lehnhart, please do ask for clarification if any of this doesn't make sense or doesn't work.