This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
howto:linux:install:centos7 [2015/01/20 08:48] operator |
howto:linux:install:centos7 [2017/06/05 07:30] (current) milkmansson Add later version of Java Instructions. |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| **2.** Install Java (Serviio version 1.5 and later requires minimum Java 8): | **2.** Install Java (Serviio version 1.5 and later requires minimum Java 8): | ||
| < | < | ||
| + | Some repo's do not have a late enough Java version available. | ||
| + | |||
| + | **2a.** Go to Oracle Java 8 JRE Downloads Page (http:// | ||
| + | **2b.** Use wget to download the package. | ||
| + | < | ||
| + | cd ~ | ||
| + | wget http:// | ||
| + | sudo yum localinstall jre-8u131-linux-x64.rpm | ||
| + | </ | ||
| + | **2c.** Assuming all goes well, delete the RPM when done: | ||
| + | < | ||
| + | rm ~/ | ||
| + | </ | ||
| + | **2d.** | ||
| + | |||
| + | |||
| **3.** Install necessary repositories for ffmpeg: | **3.** Install necessary repositories for ffmpeg: | ||
| < | < | ||