Install and activate your ExaGear Desktop using install-exagear.sh script. In my case exagear and exagear-guest-ubuntu-1404lts packages were installed.
Launch ExaGear:
- Code: Select all
$ exagear
Starting the shell in the guest image /opt/exagear/images/ubuntu-1404lts
Now you are in x86 environment that can be checked by running 'arch' command:
- Code: Select all
$ arch
i686
It is recommended to update apt-get repositories in the first launch of ExaGear:
- Code: Select all
$ sudo apt-get update
Download Teamviewer:
- Code: Select all
$ wget http://download.teamviewer.com/download/teamviewer_linux.deb
Install Teamviewer:
- Code: Select all
$ sudo dpkg -i teamviewer_linux.deb
Selecting previously unselected package teamviewer.
(Reading database ... 27064 files and directories currently installed.)
Preparing to unpack teamviewer_linux.deb ...
Unpacking teamviewer (10.0.35002) ...
dpkg: dependency problems prevent configuration of teamviewer:
teamviewer depends on libasound2; however:
Package libasound2 is not installed.
teamviewer depends on libfontconfig1; however:
Package libfontconfig1 is not installed.
teamviewer depends on libfreetype6; however:
Package libfreetype6:i386 is not installed.
teamviewer depends on libjpeg8 | libjpeg62; however:
Package libjpeg8 is not installed.
Package libjpeg62 is not installed.
teamviewer depends on libsm6; however:
Package libsm6 is not installed.
teamviewer depends on libxdamage1; however:
Package libxdamage1 is not installed.
teamviewer depends on libxfixes3; however:
Package libxfixes3 is not installed.
teamviewer depends on libxrandr2; however:
Package libxrandr2 is not installed.
teamviewer depends on libxrender1; however:
Package libxrender1 is not installed.
teamviewer depends on libxtst6; however:
Package libxtst6 is not installed.
dpkg: error processing package teamviewer (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
teamviewer
These are messages about Teamviewer missing dependencies. To install all of them run:
- Code: Select all
$ sudo apt-get install -f
Within this command all Teamviewer dependencies and Teamviewer itself should be installed.
In case if you have all required dependencies preinstalled you'll see the output like this:
- Code: Select all
$ sudo dpkg -i teamviewer_linux.deb
Selecting previously unselected package teamviewer.
(Reading database ... 27409 files and directories currently installed.)
Preparing to unpack teamviewer_linux.deb ...
Unpacking teamviewer (10.0.35002) ...
Setting up teamviewer (10.0.35002) ...
xdg-desktop-menu: No writable system menu directory found.
I googled the last line of the above output and learned that it means the installation does not know where to install the "startmenu" entries to and it should not pose a problem for application running.
Now simply launch Teamviewer:
- Code: Select all
$ teamviewer
Init...
Checking setup...
Launching TeamViewer ...
In the first run the GUI with license agreement appears and if you accept it Teamviewer graphic window appears:
I tested connection via Teamviewer from and to this Odroid device and both worked fine.