Java on Ubuntu in 50 easy steps
August 7th, 2007 by Adar WesleyI’m continuing on with my quest for installing Tomcat and Java on my Ubuntu machine. Next thing I need: Java.
At first look, I found it hard to believe that you need to go through so many steps in order to install the java runtime on Ubuntu (probably since it’s part of a Debian Linux distribution, so somehow installation should occur differently? that’s what I somehow “got” from my readings). After looking here and here I finally got it to install Java.
But then, I noticed (as is the case many times) that I’m doing things in a much more manual way than I needed to. I cam upon this in the wiki which explains that using the terminal mode (took me some time to find the terminal on ubuntu..) all i had to do was:
sudo apt-get install sun-java6-binsudo apt-get install sun-java6-jdk
I really love the fact that the “windows update” idea is built into the OS. It’s very easy to get updates, assuming you have the “repositories” installed. Still, I’d love for there to be a visual way to select these updates for the user who does not want to use the terminal. I would have expected it to be searchable here:
Next stop: Tomcat



