Ubuntu Install
On Ubuntu Linux, the Broox Platform can be installed using the package manager or the terminal.
Desktop GUI install
-
Download the separate packages (X.X.X is the latest version number available, for example 1.2.3 or 0.8.1):
broox-controller_X.X.X_amd64.debbroox-sensor-node_X.X.X_amd64.debbroox-vision-node_X.X.X_amd64.debbroox-mediaplayer_X.X.X_amd64.deb
-
Open the file manager:

-
Double-click on the package:

-
In the Sofware Manager press Install

-
Enter your administrator password (user has to have root permission in sudo):

-
The package is installed, and the Installation button will convert to an uninstallation button.

-
Repeat for all the packages you want to install.
Command Line install
-
Download the separate packages (X.X.X is the latest version number available, for example 1.2.3 or 0.8.1):
broox-controller_X.X.X_amd64.debbroox-sensor-node_X.X.X_amd64.debbroox-vision-node_X.X.X_amd64.debbroox-mediaplayer_X.X.X_amd64.deb
-
Open the Terminal (Ctrl+Alt+T):

-
cdto the folder where you downloaded the.debpackages.
-
Type
sudo apt install ./<name-of-package.deb> -
Enter your password for
sudo. -
The package will install.

-
Repeat for every needed package.