Skip to content

Instantly share code, notes, and snippets.

@andru255
Last active December 18, 2015 13:49
Show Gist options
  • Save andru255/5792718 to your computer and use it in GitHub Desktop.
Save andru255/5792718 to your computer and use it in GitHub Desktop.
jdk + jre para que constantemente reciba actualizaciones de estos paquetes en debian
La fuente está en http://www.webupd8.org/2012/06/how-to-install-oracle-java-7-in-debian.html
$ sudo echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
$ sudo echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
$ sudo apt-get update
$ sudo apt-get install oracle-java7-installer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment