3
1
I am trying to install java 1.6 on Ubuntu (11.04) using apt-get:
sudo apt-get install sun-java6-jre
and i am presented with a screen "Package Configuration" with a OK button I can click on. I would post the image but new users are not allowed to do so.
Can't seem to get past this point. Any help would be appreciated.
To save others trouble, in order to find the package, you need to add repository and update with the following:
sudo add-apt-repository "deb http://archive.canonical.com/ natty partner"
sudo apt-get update