summaryrefslogtreecommitdiff
path: root/src/Ubuntu_-_Installing_Sun_Java.ascii
blob: dcad72a56d8b2bbaeb2bc217aa7238a8a43af846 (plain)
    1 Ubuntu:Installing Sun Java
    2 ==========================
    3 :author: Aaron Ball
    4 :email: nullspoon@iohq.net
    5 
    6 
    7 == {doctitle}
    8 
    9 *Note to self:*
   10 
   11 Ubuntu no longer includes the Java repos in their default builds.
   12 
   13 To install Java on a recent Ubuntu machine (9.04 and up I believe), use the
   14 following command line commands to install it.
   15 
   16 ----
   17 sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
   18 sudo apt-get update sudo apt-get install sun-java6-jdk
   19 ----
   20 
   21 
   22 Category:Linux
   23 Category:Ubuntu
   24 
   25 
   26 // vim: set syntax=asciidoc:

Generated by cgit