TV Host installation / starting difficulty, Rasp Pi

Installed like this: sudo dpkg -i ./teamviewer-host_13.0.5641_armhf.deb

There were some problems which I thought were missing dependencies, so I next did

sudo apt-get install -f

and it goes and removes teamviewer.

I have tried removing the package and installing a couple different ways, because, there are a few different ways recommended. One of the ways lists the command apt which doesn't work, even though the context was installation under Raspbian. 

I know it can be installed because I did it on a Pi 3 last week, but that one has been decommissioned, and I'm trying to install it on a Pi 2 now. Here is the output of a troubleshooting file:

cat /tmp/info.log
Revision : a21041
PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"
NAME="Raspbian GNU/Linux"
VERSION_ID="7"
VERSION="7 (wheezy)"
ID=raspbian
ID_LIKE=debian
ANSI_COLOR="1;31"
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
7.11

TeamViewer 13.0.5641 (DEB)

TeamViewer ID:
Try restarting the TeamViewer daemon (e.g. teamviewer --daemon restart)

teamviewerd status n/a (error)

--------------- The Raspberry Pi is headless, only accessed via local ssh.  Someone please help, I need to get to this remotely when I'm away from the local network.

Thank you!   --MP

 

Comments

  • ChristianCay
    ChristianCay Posts: 182 [Former Staff]

    Dear MPotamia,

    Thank you for your post.

    Is it possible to send us the output of the following commands?

    sudo dpkg -i ./teamviewer-host_13.0.5641_armhf.deb
    sudo apt-get install -f

    This will help us understand your issue.

    Have a great day!

     

    Best regards,

    Christian

    Did my reply answer your question? Accept it as a solution to help others, Thanks.
  • pi@PI2 ~/TeamviewerPi $ sudo dpkg -i ./teamviewer-host_13.0.5641_armhf.deb
    Selecting previously unselected package teamviewer-host.
    (Reading database ... 77077 files and directories currently installed.)
    Unpacking teamviewer-host (from .../teamviewer-host_13.0.5641_armhf.deb) ...
    dpkg: dependency problems prevent configuration of teamviewer-host:
    teamviewer-host depends on libc6 (>= 2.17); however:
    Version of libc6:armhf on system is 2.13-38+rpi2+deb7u12.
    teamviewer-host depends on libqt5gui5 (>= 5.2); however:
    Package libqt5gui5 is not installed.
    teamviewer-host depends on libqt5widgets5 (>= 5.2); however:
    Package libqt5widgets5 is not installed.
    teamviewer-host depends on libqt5qml5 (>= 5.2); however:
    Package libqt5qml5 is not installed.
    teamviewer-host depends on libqt5quick5 (>= 5.2); however:
    Package libqt5quick5 is not installed.
    teamviewer-host depends on libqt5dbus5 (>= 5.2); however:
    Package libqt5dbus5 is not installed.
    teamviewer-host depends on libqt5webkit5 (>= 5.1.1); however:
    Package libqt5webkit5 is not installed.
    teamviewer-host depends on libqt5x11extras5 (>= 5.2); however:
    Package libqt5x11extras5 is not installed.
    teamviewer-host depends on qtdeclarative5-qtquick2-plugin (>= 5.2) | qml-module-qtquick2 (>= 5.2); however:
    Package qtdeclarative5-
    dpkg: error processing teamviewer-host (--install):
    dependency problems - leaving unconfigured
    Processing triggers for desktop-file-utils ...
    Processing triggers for hicolor-icon-theme ...
    Errors were encountered while processing:
    teamviewer-host
    pi@PI2 ~/TeamviewerPi $
    ####next command####
    pi@PI2 ~/TeamviewerPi $ sudo apt-get install -f
    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 1 not upgraded.
    1 not fully installed or removed.
    After this operation, 47.0 MB disk space will be freed.
    Do you want to continue [Y/n]? Y
    (Reading database ... 77187 files and directories currently installed.)
    Removing teamviewer-host ...
    Processing triggers for hicolor-icon-theme ...
    Processing triggers for desktop-file-utils ...
    pi@PI2 ~/TeamviewerPi $

    ### It uninstalls teamviewer-host???

    Above are the results of both commands! I don't understand why it appears to have uninstalled tv-h.  Thank you.

     

  • ChristianCay
    ChristianCay Posts: 182 [Former Staff]

    Dear MPotamia,

    Thank you for your feedback.

    The reason that you're having this issue is that the Rasbian 7 doesn't include the package versions needed.

    To be able to get the newest packages for your version it's recommended to update your distro to the newest one.

    Is it possible for you to use the latest Raspbian version?

    Hope this solution works for you.

     

    Best regards,

    Christian

    Did my reply answer your question? Accept it as a solution to help others, Thanks.