lib32bz2-1.0 missing on 16.04 [duplicate]

Solution 1:

The naming scheme lib32bz2 suggest a very old-style way to manage the coexistence of multiple architectures on the same system. Use the package libbz2-1.0:i386 instead.

Solution 2:

I found a solution for 16.04 on https://stackoverflow.com/questions/29916379/unable-to-run-mksdcard-tool-during-android-studio-installation-on-ubuntu-15-04/39567843.

sudo apt-get install libz1:i386 libncurses5:i386 libbz2-1.0:i386 libstdc++6:i386