I have been unsuccessful in trying to apt-get install google-nexus-tools in order interact with my nexus device. I've tried this across several different VMs of Kali, 32 bit and 64 bit, with no success. The error message I have been running into has been:
Code:
The following packages have unmet dependencies:
 google-nexus-tools : Depends: lib32stdc++6 but it is not installable
E: Unable to correct problems, you have held broken packages.
Here is a snippet of how I have tried to install google-nexus-tools
Code:
root@kali:~# apt-get update && apt-get dist-upgrade -y
Hit http://security.kali.org kali/updates Release.gpg
...                                                                                              
Reading package lists... Done                                                                                                                          
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@kali:~# uname -a
Linux kali 3.12-kali1-486 #1 Debian 3.12.6-2kali1 (2014-01-06) i686 GNU/Linux
root@kali:~# apt-get install google-nexus-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 google-nexus-tools : Depends: lib32stdc++6 but it is not installable
E: Unable to correct problems, you have held broken packages.
Searching for anyone with similar issues to this has not returned anything. Attempting to apt-get install the lib32stdc++6 package directly is also unsuccessful:
Code:
root@kali:~# apt-get install lib32stdc++6
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package lib32stdc++6 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'lib32stdc++6' has no installation candidate
It doesn't seem like there is much wiggle room to be doing something wrong. Can anyone offer advice on what I can look into next?