Können 32-Bit-Bibliotheken für die Android-Entwicklung auf Ubuntu 16.04 installiert werden?

Können 32-Bit-Bibliotheken für die Android-Entwicklung auf Ubuntu 16.04 installiert werden?

Ich habe Ubuntu 16.04 installiert, stecke aber fest, weil die Distribution die 32-Bit-Bibliotheken nicht installieren kann sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6.

Meine Ausgabe ist

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:
     lib32stdc++6 : Depends: gcc-5-base (= 5.4.0-6ubuntu1~16.04.2) but 5.4.0-6ubuntu1~16.04.1 is to be installed
                    Depends: lib32gcc1 (>= 1:4.2) but it is not installable
                    Depends: libc6-i386 (>= 2.18) but it is not installable
    E: Unable to correct problems, you have held broken packages.

Gibt es eine Möglichkeit, dieses Problem zu lösen, oder sollte ich einfach zu 15.04 zurückkehren?

verwandte Informationen