can't install sun jdk on ubuntu karmic 9.10
Posted
by pstanton
on Server Fault
See other posts from Server Fault
or by pstanton
Published on 2010-04-28T11:11:02Z
Indexed on
2010/04/28
11:13 UTC
Read the original article
Hit count: 353
i've just started using a new ec2 install of ubuntu karmic 9.10 and my first task was to install the jdk.
when running apt-get install sun-java6-jdk
i get the following:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package sun-java6-jdk is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package sun-java6-jdk has no installation candidate
i've tried apt-get update
as well as adding deb http://us.archive.ubuntu.com/ubuntu/ karmic universe
to /etc/apt/sources.list
any ideas fellas?
© Server Fault or respective owner