2009-12-07 11:40:49

by tarek attia

[permalink] [raw]
Subject: Sun-java5-sdk installing

Hi All,

I got stuck in installing sun-java5 sdk on Karmic .

# apt-get install sun-java5-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package sun-java5-jdk

any idea?

Note :-please put me in CC

Best Regards,
tarek


2009-12-07 12:26:45

by Florian Weimer

[permalink] [raw]
Subject: Re: Sun-java5-sdk installing

* tarek attia:

> I got stuck in installing sun-java5 sdk on Karmic .
>
> # apt-get install sun-java5-jdk
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Couldn't find package sun-java5-jdk
>
> any idea?

You're asking the wrong mailing list.

Java 5 SE is obsolete technology. The public releases are no longer
supported by Sun:

<http://java.sun.com/products/archive/eol.policy.html>

You should switch to Java 6 or OpenJDK.

2009-12-07 11:48:58

by Robert P. J. Day

[permalink] [raw]
Subject: Re: Sun-java5-sdk installing

On Mon, 7 Dec 2009, tarek attia wrote:

> Hi All,
>
> I got stuck in installing sun-java5 sdk on Karmic .
>
> # apt-get install sun-java5-jdk
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Couldn't find package sun-java5-jdk
>
> any idea?

wrong mailing list for that.

rday
--

========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA

Linux Consulting, Training and Kernel Pedantry.

Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================

2009-12-07 14:46:35

by tarek attia

[permalink] [raw]
Subject: Re: Sun-java5-sdk installing

Thanks All,

I found a way to perform that,by enable Jaunty repo on the Karmic so I
can use the software packages that karmic doesn't suuport

Here are the steps :-

System->Administration->Software Sources.
Choose the Third-Party Software tab and hit Add, then enter:

deb http://us.archive.ubuntu.com/ubuntu/ jaunty multiverse

This will enable just the multiverse repo from Jaunty where
sun-java5-jdk resides. Allow it to reload the package list and then
your 'apt-get install' command should find the package..

On Mon, Dec 7, 2009 at 1:48 PM, Robert P. J. Day <[email protected]> wrote:
> On Mon, 7 Dec 2009, tarek attia wrote:
>
>> Hi All,
>>
>> I got stuck in installing sun-java5 sdk on Karmic .
>>
>> # apt-get install sun-java5-jdk
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> E: Couldn't find package sun-java5-jdk
>>
>> any idea?
>
> ?wrong mailing list for that.
>
> rday
> --
>
> ========================================================================
> Robert P. J. Day ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? Waterloo, Ontario, CANADA
>
> ? ? ? ? ? ?Linux Consulting, Training and Kernel Pedantry.
>
> Web page: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?http://crashcourse.ca
> Twitter: ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? http://twitter.com/rpjday
> ========================================================================
>