Results 1 to 4 of 4

Thread: Teamviewer

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2016-Dec
    Posts
    21

    Teamviewer

    Hi guys,

    I have Kali Linux installed on Raspberry Pi 3. Is there a way to install Teamviewer on it? There is a Raspbian version od Teamviewer, but i can't install it:
    Code:
    root@kali:~/Desktop# dpkg -i *.deb
    (Reading database ... 112730 files and directories currently installed.)
    Preparing to unpack teamviewer-host_11.0.63329_armhf.deb ...
    Unpacking teamviewer-host (11.0.63329) over (11.0.63329) ...
    dpkg: dependency problems prevent configuration of teamviewer-host:
     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); however:
      Package qtdeclarative5-controls-plugin is not installed.
      Package qml-module-qtquick-controls is not installed.
     teamviewer-host depends on qtdeclarative5-dialogs-plugin (>= 5.2.1) | qml-module-qtquick-dialogs (>= 5.2.1); however:
      Package qtdeclarative5-dialogs-plugin is not installed.
      Package qml-module-qtquick-dialogs is not installed.
     teamviewer-host depends on qtdeclarative5-window-plugin (>= 5.2.1) | qml-module-qtquick-window2 (>= 5.2.1); however:
      Package qtdeclarative5-window-plugin is not installed.
      Package qml-module-qtquick-window2 is not installed.
     teamviewer-host depends on qtdeclarative5-quicklayouts-plugin (>= 5.2.1) | qml-module-qtquick-layouts (>= 5.2.1); however:
      Package qtdeclarative5-quicklayouts-plugin is not installed.
      Package qml-module-qtquick-layouts is not installed.
    
    dpkg: error processing package teamviewer-host (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     teamviewer-host
    root@kali:~/Desktop#
    Help me please.

    EDIT
    Ok, I did it.
    1. Download Teamviever for Raspbian 8.0 LINK and put the file on Desktop
    2.
    Code:
    root@kali:~/Desktop# dpkg -i *.deb
    3. Then you will see errors that I mentioned above.
    4.
    Code:
    root@kali:~/Desktop# apt-get -f install
    5. Then again
    Code:
    root@kali:~/Desktop# dpkg -i *.deb
    6. AND IT WORKS!
    Last edited by martinii; 2016-12-15 at 14:59. Reason: SOLVED

Similar Threads

  1. Teamviewer not starting
    By Babica in forum General Archive
    Replies: 5
    Last Post: 2021-03-30, 12:38
  2. teamviewer cannot autostart
    By angelawing in forum General Archive
    Replies: 6
    Last Post: 2016-02-15, 13:35

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •