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.deb
broox-sensor-node_X.X.X_amd64.deb
broox-vision-node_X.X.X_amd64.deb
broox-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.deb
broox-sensor-node_X.X.X_amd64.deb
broox-vision-node_X.X.X_amd64.deb
broox-mediaplayer_X.X.X_amd64.deb
-
Open the Terminal (Ctrl+Alt+T):
-
cd
to the folder where you downloaded the.deb
packages. -
Type
sudo apt install ./<name-of-package.deb>
-
Enter your password for
sudo
. -
The package will install.
-
Repeat for every needed package.