Results 1 to 3 of 3

Thread: dpkg: error processing

  1. #1
    Join Date
    2014-Jun
    Posts
    2

    Question dpkg: error processing

    Hey i just installed kali again i have used kali before and know how to use it how ever this time something most have happen because i cant install .deb files or anything i installed it with encryption but when they asked me for network mirror i had to choose no under install because of for some reason kali wont connect to my wifi under instalation because i only get that the password i entered was incorrect wich it was not but here is the error code i get when i try to install .deb files.
    Code:
    dpkg -i '/home/alvesco/downloads/teamviewer_linux_x64.eb' 
    (Reading database ... 332891 files and directories currently installed.)
    Preparing to replace teamviewer 9.0.27891 (using .../teamviewer_linux_x64.deb) ...
    Unpacking replacement teamviewer ...
    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 teamviewer (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     teamviewer
    EDIT: installed kali again with network mirror turned on still have same problem :/ Any help would be appreciated
    Last edited by JackGaina; 2014-06-04 at 11:31. Reason: install

  2. #2
    Join Date
    2013-Mar
    Posts
    354
    You need the libraries mentioned above in your post to install teamviewer. Look for them in the repos: aptitude search libc6-i386, etc. Then install them. After that, try again.

    It is a dependency error.

  3. #3
    Join Date
    2014-Jun
    Posts
    2
    Quote Originally Posted by maverik35 View Post
    You need the libraries mentioned above in your post to install teamviewer. Look for them in the repos: aptitude search libc6-i386, etc. Then install them. After that, try again.

    It is a dependency error.
    managed to install teamviewer thanks alot but nowi have problem installing peazip and wine loader it says that i need libgmp3c2 wich i already installed to install something else :/ anyone know why?

    Code:
    (Reading database ... 334893 files and directories currently installed.)
    Preparing to replace peazip 5.3.1.-2 (using .../peazip_5.3.1.LINUX.GTK2-2_all.deb) ...
    Unpacking replacement peazip ...
    dpkg: dependency problems prevent configuration of peazip:
     peazip depends on libgmp3c2; however:
      Package libgmp3c2 is not installed.
    
    dpkg: error processing peazip (--install):
     dependency problems - leaving unconfigured
    Errors were encountered while processing:
     peazip

Similar Threads

  1. dpkg: error processing package
    By Rajnikant in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2021-12-27, 16:48
  2. Replies: 0
    Last Post: 2021-12-20, 21:35

Tags for this Thread

Posting Permissions

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