Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAdd a user sdn
sudo adduser sdn --system --group

Software packages

Java8

Warning
titleOracle Java 8 problem

At today, the Oracle Java 8 repository for Ubuntu is experiencing some issues that make the default installation process described below fail. While maintainers fix the problem, a temporary workaround is described here: https://ubuntuforums.org/showthread.php?t=2374686


ONOS is a Java based platform. It’s strongly suggested to use Oracle Java 1.8 for it. The following snippet will allow you to install Java 1.8 in one step on an Ubuntu machine.

...