Created
August 5, 2012 18:17
-
-
Save josephmisiti/3266515 to your computer and use it in GitHub Desktop.
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
> sudo add-apt-repository ppa:ferramroberto/java | |
> sudo apt-get update | |
> sudo apt-get -f install sun-java6-jdk | |
which tells me to run this: | |
> sudo apt-get -f install | |
> sudo apt-get install sun-java6-jdk |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment