Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

Teamviewer on Xbian (RPI)
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Teamviewer on Xbian (RPI)
4th Nov, 2016, 07:12 AM
Post: #1
Harald654 Offline
Registered
Posts: 27
Joined: Jun 2016
Reputation: 2
Teamviewer on Xbian (RPI)
Hello,

as an alternative to vnc I wanted to test (the view weeks ago released) Teamviewer for RPi.
I tried it after this instructions (german), but if i start the config, it says the command is not
existing:
Terminal
xbian@xbian ~ $ teamviewer setup
-bash: teamviewer: command not found
Does someone recognize my mistake? Here the complite install-prozess:

Terminal

xbian@xbian ~ $ wget http://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb
--2016-11-03 22:08:21-- http://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb
Resolving download.teamviewer.com (download.teamviewer.com)... 46.163.100.213, 46.163.100.216, 46.163.100.218, ...
Connecting to download.teamviewer.com (download.teamviewer.com)|46.163.100.213|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb [following]
--2016-11-03 22:08:21-- https://download.teamviewer.com/download/linux/version_11x/teamviewer-host_armhf.deb
Connecting to download.teamviewer.com (download.teamviewer.com)|46.163.100.213|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://downloadeu8.teamviewer.com//download/linux/version_11x/teamviewer-host_11.0.63329_armhf.deb [following]
--2016-11-03 22:08:22-- https://downloadeu8.teamviewer.com//download/linux/version_11x/teamviewer-host_11.0.63329_armhf.deb
Resolving downloadeu8.teamviewer.com (downloadeu8.teamviewer.com)... 37.48.66.167
Connecting to downloadeu8.teamviewer.com (downloadeu8.teamviewer.com)|37.48.66.167|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6231798 (5.9M) [application/octet-stream]
Saving to: ‘teamviewer-host_armhf.deb’

teamviewer-host_armhf.deb 100%[=========================================>] 5.94M 6.97MB/s in 0.9s

2016-11-03 22:08:23 (6.97 MB/s) - ‘teamviewer-host_armhf.deb’ saved [6231798/6231798]

xbian@xbian ~ $ sudo dpkg -i teamviewer-host_armhf.deb
Selecting previously unselected package teamviewer-host.
(Reading database ... 28262 files and directories currently installed.)
Preparing to unpack teamviewer-host_armhf.deb ...
Unpacking teamviewer-host (11.0.63329) ...
dpkg: dependency problems prevent configuration of teamviewer-host:
teamviewer-host depends on libqt5gui5 (>= 5.2.1); however:
Package libqt5gui5 is not installed.
teamviewer-host depends on libqt5widgets5 (>= 5.2.1); however:
Package libqt5widgets5 is not installed.
teamviewer-host depends on libqt5qml5 (>= 5.2.1); however:
Package libqt5qml5 is not installed.
teamviewer-host depends on libqt5quick5 (>= 5.2.1); however:
Package libqt5quick5 is not installed.
teamviewer-host depends on libqt5webkit5 (>= 5.1.1); however:
Package libqt5webkit5 is not installed.
teamviewer-host depends on libqt5x11extras5 (>= 5.2.1); however:
Package libqt5x11extras5 is not installed.
teamviewer-host depends on qtdeclarative5-qtquick2-plugin (>= 5.2.1) | qml-module-qtquick2 (>= 5.2.1); however:
Package qtdeclarative5-qtquick2-plugin is not installed.
Package qml-module-qtquick2 is not installed.
teamviewer-host depends on qtdeclarative5-controls-plugin (>= 5.2.1) | qml-module-qtquick-controls (>= 5.2.1); howev
dpkg: error processing package teamviewer-host (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
teamviewer-host
xbian@xbian ~ $ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
teamviewer-host
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 38.6 MB disk space will be freed.
Do you want to continue? [Y/n] y
Create a snapshot of '/run/btrfs-snap/root/@' in '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2016-11-03-2209'
Delete subvolume (no-commit): '/run/btrfs-snap/root/@last_good_known'
Create a snapshot of '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2016-11-03-2209' in '/run/btrfs-snap/root/@last_good_known'
Delete subvolume (no-commit): '/run/btrfs-snap/root/@btrfs-auto-snap_apt-run-2016-11-03-2138'
@btrfs-auto-snap_apt-run-2016-11-03-2209, 1 created snapshots, 1 destroyed snapshots, 0 warnings.
(Reading database ... 28352 files and directories currently installed.)
Removing teamviewer-host (11.0.63329) ...
xbian@xbian ~ $ teamviewer setup
-bash: teamviewer: command not found
xbian@xbian ~ $ teamviewer status
-bash: teamviewer: command not found
Find all posts by this user
Quote this message in a reply
4th Nov, 2016, 10:29 AM
Post: #2
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Teamviewer on Xbian (RPI)
Package is not installed successfully because of missing dependencies.

and apt-get install -r removes it again.

Seems that not all dependencies can be resolved (maybe those packages are in Raspbian Jessie but not in Debian Jessie)
Find all posts by this user
Quote this message in a reply
4th Nov, 2016, 10:34 AM
Post: #3
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
RE: Teamviewer on Xbian (RPI)
Btw, I don't think that Teamviewer is usable without running X
Find all posts by this user
Quote this message in a reply
16th Mar, 2017, 05:04 PM
Post: #4
iamjenny Offline
Newcomer
Posts: 2
Joined: Mar 2017
Reputation: 0
RE: Teamviewer on Xbian (RPI)
I don't think teamviewer work without running X
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 26th May, 2025, 09:36 AM Powered By MyBB, © 2002-2025 MyBB Group.