Install Java Oracle di Ubuntu

Tags

Installing Oracle JDK

The Oracle JDK is the official JDK; however, it is no longer provided by Oracle as a default installation for Ubuntu.
You can still install it using apt-get. To install any version, first execute the
following commands:

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
 
Then, depending on the version you want to install, execute one of the following commands:

Oracle JDK 6

This is an old version but still in use.
sudo apt-get install oracle-java6-installer

Oracle JDK 7

This is the latest stable version.
sudo apt-get install oracle-java7-installer

Oracle JDK 8

This is a developer preview, the general release is scheduled for March 2014. This external article about Java 8 may help you to understand what it's all about.
sudo apt-get install oracle-java8-installer


sumber : https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get

Ropository Local Ubuntu 14.10 (Utopic Unicorn)

Tags
Ni gan Repository lokal (indonesia) buat Ubuntu 14.10
(Utopic Unicorn)

Ane posting buat inget aja soalnya masih susah nyari

#ww.foss-id.web.id (Telkom)
deb http://dl2.foss-id.web.id/ubuntu/ utopic main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ utopic-updates main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ utopic-security main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ utopic-backports main restricted universe multiverse
deb http://dl2.foss-id.web.id/ubuntu/ utopic-proposed main restricted universe multiverse
 
#ftp.itb.ac.id (ITB, INHERENT)
deb ftp://ftp.itb.ac.id/pub/ubuntu utopic main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu utopic-updates main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu utopic-security main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu utopic-backports main restricted universe multiverse
deb ftp://ftp.itb.ac.id/pub/ubuntu utopic-proposed main restricted universe multiverse
 
#komo.vlsm.org
deb http://komo.padinet.com/ubuntu/ utopic main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ utopic-updates main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ utopic-security main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ utopic-backports main restricted universe multiverse
deb http://komo.padinet.com/ubuntu/ utopic-proposed main restricted universe multiverse
 
#kambing.ui.ac.id (UI, Telkom, Indosat, OpenIXP, INHERENT)
deb http://kambing.ui.ac.id/ubuntu/ utopic main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ utopic-updates main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ utopic-security main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ utopic-backports main restricted universe multiverse
deb http://kambing.ui.ac.id/ubuntu/ utopic-proposed main restricted universe multiverse
 
 
sumber : http://nugi.biz/2014/05/13/repository-lokal-indonesia-ubuntu-14-10-utopic-unicorn.xhtml