Welcome to freedom!Does this help: https://www.digitalocean.com/community/tutorials/how-to-install-java-on-ubuntu-with-apt-get ? I hope it does. Basically, all you have to do is to forget about Oracle's java version and install OpenJDK instead.
These commands should do the trick: sudo apt-get install openjdk-7-jdksudo apt-get install openjdk-7-jre
