PDA

View Full Version : [ubuntu] Java update problem



pwroe
September 17th, 2009, 11:06 PM
How do I login as root, and install Java update?

Partyboi2
September 17th, 2009, 11:22 PM
From the terminal (Applications>Accessories>Terminal) you can update your machine with

sudo apt-get update
sudo apt-get upgrade
If java has a update it will be upgraded using those commands.