Author Topic: Updating Java  (Read 268 times)

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Updating Java
« on: January 04, 2013, 10:23:59 AM »
Why isn't the latest version in the repos? Some game sites I go to need java, but they tell me my version is out of date. If I download the tarball, where do I extract the files to? Any help is appreciated!

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1886
  • Certified Windows Hater
Re: Updating Java
« Reply #1 on: January 04, 2013, 10:30:40 AM »
http://www.pclinuxos.com/forum/index.php/topic,111791.0.html

Downloading and installing packages from outside the repos is strongly discouraged.

However, if you feel in a mood for adventure, you can save the .rpm in any folder you like and then, inside this folder, type in the terminal:

su (root password)
rpm -Uvh package_name.rpm
« Last Edit: January 04, 2013, 10:34:30 AM by agmg »
For the whole world, you are someone.
For someone, you are the whole world.

Offline CheeseQueen452

  • Hero Member
  • *****
  • Posts: 592
Re: Updating Java
« Reply #2 on: January 04, 2013, 10:34:08 AM »
Thanx.