¿Se pueden instalar bibliotecas de 32 bits en Ubuntu 16.04 para el desarrollo de Android?

¿Se pueden instalar bibliotecas de 32 bits en Ubuntu 16.04 para el desarrollo de Android?

He instalado Ubuntu 16.04 pero estoy atascado porque la distribución no puede instalar las bibliotecas de 32 bits sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6.

Mi salida es

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.

¿Hay alguna manera de resolver este problema o debería volver a la versión 15.04?

información relacionada