sun-java6
Gary Jarrel
garyjarrel at gmail.com
Thu Mar 1 06:20:33 UTC 2007
The summary of email conversation from earlier today (which did not go
to the list - sorry)
Part 1:
the a command: apt-cache search java | grep sun will give me the only
jdk being sun-java6-jdk
meaning that apt-get install sun-java5-jdk=1.5.0-11-1ubuntu1 can not
be installed as it does not exist
and sudo apt-get install sun-java6-jdk=1.5.0-11-1ubuntu1 will not work
cause it's java6
the command: apt-get install sun-java-jdk5 did not work either at the
package was not found.
Part 2:
perhaps a possible solution: changed the sources.list to:
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy main restricted
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy-security main restricted
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy-updates main restricted
## The source packages (only needed to recompile existing packages)
#deb-src http://ftp.iinet.net.au/pub/ubuntu/ edgy main restricted
#deb-src http://ftp.iinet.net.au/pub/ubuntu/ edgy-security main restricted
#deb-src http://ftp.iinet.net.au/pub/ubuntu/ edgy-updates main restricted
## All community supported packages, including security- and other updates
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy universe multiverse
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy-security universe multiverse
deb http://ftp.iinet.net.au/pub/ubuntu/ edgy-updates universe multiverse
then apt-get update
then apt-cache search java | grep sun
got both sun-java5-jdk and sun-java6-jdk currently running apt-get
install sun-java5-jdk all goes well it will be a solution. But does
that mean that there is a difference between the repository mirrors?
Thank you for all your help!
Cheers,
Gary
On 3/1/07, Tim Frost <timfrost at xtra.co.nz> wrote:
<snip>
More information about the ubuntu-users
mailing list