Skip to content

Installation.DebianUbuntu

Murphy McCauley edited this page Mar 8, 2012 · 1 revision

These instructions are tested on Ubuntu 10.04.

Dependencies

An unofficial list of dependencies can be found on the Dependencies page.

Manual dependencies installation

You can manually download the nox-dependencies package and get the updated information.

 wget http://openflowswitch.org/downloads/debian/binary/nox-dependencies.deb
 dpkg --info nox-dependencies.deb

Package Tool

If you have root access and want apt-get to resolve the dependencies, you can all the following to your apt-get repositories list.

 cd /etc/apt/sources.list.d
 sudo wget http://openflowswitch.org/downloads/debian/nox.list
 sudo apt-get update
 sudo apt-get install nox-dependencies

Clone this wiki locally