From varunaseneviratna at gmail.com Fri May 6 19:12:52 2011 From: varunaseneviratna at gmail.com (Varuna Seneviratna) Date: Sat, 7 May 2011 07:42:52 +0530 Subject: I am new to Ubuntu:How Do I get the openjdk API Documentation and all the Other packages installed just as it is mentioned in the installation section relevant to Fedora? Message-ID: I am new to Ubuntu:How Do I get the openjdk API Documentation and all the Other packages installed just as it is mentioned in the installation section relevant to Fedora?(http://openjdk.java.net/install/#fedora) From jonathan.gibbons at oracle.com Fri May 6 21:47:27 2011 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Fri, 06 May 2011 21:47:27 -0700 Subject: I am new to Ubuntu:How Do I get the openjdk API Documentation and all the Other packages installed just as it is mentioned in the installation section relevant to Fedora? In-Reply-To: References: Message-ID: <4DC4CEDF.4030008@oracle.com> On 05/06/2011 07:12 PM, Varuna Seneviratna wrote: > I am new to Ubuntu:How Do I get the openjdk API Documentation and all > the Other packages installed just as it is mentioned in the > installation section relevant to > Fedora?(http://openjdk.java.net/install/#fedora) Follow the instructions for Debian. -- Jon From varunaseneviratna at gmail.com Sat May 7 01:24:47 2011 From: varunaseneviratna at gmail.com (Varuna Seneviratna) Date: Sat, 7 May 2011 13:54:47 +0530 Subject: I am new to Ubuntu:How Do I get the openjdk API Documentation and all the Other packages installed just as it is mentioned in the installation section relevant to Fedora? In-Reply-To: <4DC4CEDF.4030008@oracle.com> References: <4DC4CEDF.4030008@oracle.com> Message-ID: On 7 May 2011 10:17, Jonathan Gibbons wrote: > On 05/06/2011 07:12 PM, Varuna Seneviratna wrote: >> >> I am new to Ubuntu:How Do I get the openjdk API Documentation and all >> the Other packages installed just as it is mentioned in the >> installation section relevant to >> Fedora?(http://openjdk.java.net/install/#fedora) > > Follow the instructions for Debian. > > -- Jon > It doesn't say About installing API Documentation either! From mark at klomp.org Sun May 8 14:08:33 2011 From: mark at klomp.org (Mark Wielaard) Date: Sun, 08 May 2011 23:08:33 +0200 Subject: I am new to Ubuntu:How Do I get the openjdk API Documentation and all the Other packages installed just as it is mentioned in the installation section relevant to Fedora? In-Reply-To: References: <4DC4CEDF.4030008@oracle.com> Message-ID: <1304888913.3578.50.camel@springer.wildebeest.org> On Sat, 2011-05-07 at 13:54 +0530, Varuna Seneviratna wrote: > On 7 May 2011 10:17, Jonathan Gibbons wrote: > > On 05/06/2011 07:12 PM, Varuna Seneviratna wrote: > >> > >> I am new to Ubuntu:How Do I get the openjdk API Documentation and all > >> the Other packages installed just as it is mentioned in the > >> installation section relevant to > >> Fedora?(http://openjdk.java.net/install/#fedora) > > > > Follow the instructions for Debian. > > > It doesn't say About installing API Documentation either! Assuming Ubuntu is like Debian just: $ aptitude install openjdk-6-doc And find all the beautiful GPLed javadoc and other documentation under: /usr/share/doc/openjdk-6-doc/ Cheers, Mark