October 23, 2010 | In: how-to, Tips & Tricks
How to install Sun Java JRE / JDK on Ubuntu 10.04 (Lucid Lynx)
Copy and paste the following commands into your terminal: [crayon-4f45cdad793fa lang="shell" line="1"] sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner" sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-jdk...