Installing Java in Ubuntu 9.10
November 4, 2009 35 Comments
As I did upgrade my operating system to Ubuntu 9.10, i found that the installation of Java became little easer. Previously in 9.04, I had to edit sources.list but this time directly update of the repository works.
For installation, Just i have to update my repository by
$ sudo apt-get update
Then I mapped the dependencies
$ sudo apt-get -f install
And just we need to install Java with following command
$ sudo apt-get install sun-java6-jre sun-java6-jdk sun-java6-plugin
(And to accept the configuration window, press TAB key to move the control)

Recent Comments