sun-java6-bin - Contains the binaries
sun-java6-demo - Contains demos and examplessun-java6-doc - Contains the documentation
sun-java6-fonts - Contains the Lucida TrueType fonts from the JREsun-java6-jdk - Contains the metapackage for the JDK
sun-java6-jre - Contains the metapackage for the JREsun-java6-source - Contains source files for the JDK
sun-java6-plugin - Contains the plug-in for Mozilla-based browsers
The following command will install java from the terminal, as well as the additional plugins for browsers such as Chromium:
sudo apt-get install sun-java6-jre sun-java6-plugin
The following command will display your java version:
java -version
