Hi to all, I installed the newer UBUNTU server release 6.0.6 LTS on a SUN Solaris Ultra 60 2 CPU - 2 Gbyte of RAM It looks to work great!
Now I want to install the JAVA-JRE virtual machine, because I need ti run some JAVA applications on this "old" machine. I tried to follow the instructions reported in the link:
https://help.ubuntu.com/community/Java
But when I try to execute the command:
sudo apt-get install sun-java5-bin
I always face this output message:
Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that the package is simply not installable and a bug report against that package should be filed. The following information may help to resolve the situation:
The following packages have unmet dependencies: sun-java5-jre: Depends: sun-java5-bin (= 1.5.0-06-1) but it is not installable or ia32-sun-java5-bin (= 1.5.0-06-1) but it is not installable E: Broken packages
Many thanks in advance for any help.
fosinet