Results 1 to 4 of 4

Thread: teamviewer dependency errors [latest kali]

  1. #1
    Join Date
    2015-Dec
    Posts
    1

    teamviewer dependency errors [latest kali]

    ive been trying to install teamviewer on kali for the good part of an afternoon but i get dependency errors when i try to install it sorry for the long post ... im pretty new to linux so sorry if i come off as retarded, i know that last part is wrong but i dont know why i keep ending up there
    steps ive tried
    root@kali:~# dpkg --add-architecture i386
    root@kali:~# apt-get update
    Segmentation fault
    Reading package lists... Done

    root@kali:~# dir
    6chars.txt Downloads Public Templates
    Desktop Music teamviewer_11.0.53191_amd64.deb Videos
    Documents Pictures teamviewer_11.0.53191_i386.deb
    root@kali:~# dpkg -i teamviewer_11.0.53191_amd64.deb
    (Reading database ... 323549 files and directories currently installed.)
    Preparing to unpack teamviewer_11.0.53191_amd64.deb ...
    Unpacking teamviewer (11.0.53191) over (11.0.53191) ...
    dpkg: dependency problems prevent configuration of teamviewer:
    teamviewer depends on libc6-i386 (>= 2.4); however:
    Package libc6-i386 is not installed.
    teamviewer depends on lib32asound2; however:
    Package lib32asound2 is not installed.
    teamviewer depends on lib32z1; however:
    Package lib32z1 is not installed.
    teamviewer depends on ia32-libs; however:
    Package ia32-libs is not installed.

    dpkg: error processing package teamviewer (--install):
    dependency problems - leaving unconfigured
    Errors were encountered while processing:
    teamviewer
    root@kali:~# 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
    0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
    1 not fully installed or removed.
    After this operation, 193 MB disk space will be freed.
    Do you want to continue? [Y/n] y
    (Reading database ... 323549 files and directories currently installed.)
    Removing teamviewer (11.0.53191) ...
    Processing triggers for menu (2.1.47) ...

  2. #2
    Join Date
    2015-Dec
    Posts
    1
    I got the same problem. Anyone know how to solve?

  3. #3
    Join Date
    2013-Mar
    Location
    milano
    Posts
    301
    if this can be a ""help"".... i made test with Sana2.0 x64 live
    installation:
    http://postimg.org/image/4lkkmscez/
    start setup:
    http://postimg.org/image/c3wn6k0lt/
    bye
    I'm a g0at

  4. #4
    Join Date
    2015-Jul
    Location
    /home/duxim
    Posts
    408
    if you use Kali 64 bit then you first have to add 386 architecture with
    dpkg --add-architecture i386
    then download teamviewer and install it with
    dpkg -i {file name}

    if you have dependency problems just use
    apt-get install -f

    that all
    https://www.teamviewer.com/sr/help/3...tribution.aspx
    Repetitio est mater studiorum

Similar Threads

  1. Replies: 0
    Last Post: 2022-04-02, 07:09
  2. Installing Teamviewer 11 on Kali rolling x64
    By balding_parrot in forum How-To Archive
    Replies: 11
    Last Post: 2017-04-01, 00:34
  3. Replies: 0
    Last Post: 2016-12-02, 08:18

Posting Permissions

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