Can anybody tell me (step by step) on how to download Java on a Ubuntu linux operating system.?
I’ve tried every link on Java.com/
{{Linux RPM (self-extracting file) file size: 19.7 MB
Linux (self-extracting file) file size: 20.2 MB
Linux x64 * file size: 19.6 MB
Linux x64 RPM * file size: 189.1 MB}}
all these links on the website takes me to a box that tells me to save the file. So I save it. Then it downloads. Next it says download complete. Heres the weird part I click open and a box comes up titled "Launch Application" it only thing I can click is a button that say "Choose an Application" so I click it… And I don’t know what Application to open it with.
Tagged with: Linux • linux rpm
Filed under: rpm
Like this post? Subscribe to my RSS feed and get loads more!
HowTo install Java on Ubuntu 10.10
http://www.webupd8.org/2010/09/how-to-install-java-jre-and-java-plugin.html
LUg.
This link explain the best way to install java on ubuntu 10.04 and 10.10.
Scroll down to item #15 in the menu.
1. Add the partner-repository to your software sources list in the Terminal
(the GUI way is to go to your Software Sources windows from the menus and tick it on):
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
2. Update the software sources list in the Terminal:
sudo apt-get update
3. Go to your Synaptic package manager
4. Remove entirely both OpenJDK and the IcedTea-plugins through the Synaptic package manager
5. Install the Sun Java components through the Synaptic package manager (notice the browser plugin!):
sun-java6-jre
sun-java6-plugin
sun-java6-fonts
6. Check your Java version in the Terminal:
java -version
sudo update-java-alternatives -l