Skip to content

Commit

Permalink
Clarify that add-apt-repository depends on software-common-properties
Browse files Browse the repository at this point in the history
I got the "command not found" error for add-apt-repository on a clean Ubuntu installation and I think that the docs can be friendlier if they specify this :)

--
Reviewed-on: #691
MOS_MIGRATED_REVID=110062139
  • Loading branch information
Shaywei authored and davidzchen committed Dec 13, 2015
1 parent 5e8752b commit 23ad8f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ $ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
```

Note: You might need to `sudo apt-get install software-properties-common` if you don't have the `add-apt-repository` command. See [here](http://manpages.ubuntu.com/manpages/wily/man1/add-apt-repository.1.html).

**Ubuntu Wily (15.10).** To install OpenJDK 8:

```
Expand Down

0 comments on commit 23ad8f6

Please sign in to comment.