Last active
December 6, 2015 03:57
-
-
Save danielbaccin/5a3527bd64b1852dcfba to your computer and use it in GitHub Desktop.
intall java oracle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Oracle JDK 7 | |
sudo apt-get install python-software-properties | |
sudo add-apt-repository ppa:webupd8team/java | |
sudo apt-get update | |
sudo apt-get install oracle-java7-installer | |
#install git | |
sudo apt-get install git | |
#generate public key | |
ssh-keygen -t rsa | |
#Linux 32 Bit Libraries | |
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment