This page https://developer.android.com/studio/install#linux says for Ubuntu 
that the Android Studio dependencies are:

libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 libbz2-1.0:i386

which on sid gives:

# apt install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1 
libbz2-1.0:i386
------->> 20200706@21:51:16 <<-------
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package libc6:i386
E: Unable to locate package libncurses5:i386
E: Unable to locate package libstdc++6:i386
E: Unable to locate package libbz2-1.0:i386
E: Couldn't find any package by glob 'libbz2-1.0'


so it looks that the architecture naming scheme is specific to Ubuntu.

How do I translate these "package" names to Debian corresponding names?

Reply via email to