Android 開発用に Ubuntu 16.04 に 32 ビット ライブラリをインストールできますか?

Android 開発用に Ubuntu 16.04 に 32 ビット ライブラリをインストールできますか?

Ubuntu 16.04 をインストールしましたが、ディストリビューションで 32 ビット ライブラリをインストールできないため、困っていますsudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

私のアウトプットは

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.

この問題を解決する方法はありますか、それとも 15.04 に戻すべきでしょうか?

関連情報