我正在尝试安装Opera 移动模拟器在标准 Ubuntu 16.04(安装了所有更新)上,到目前为止没有任何进展。官方文档毫无帮助 - “模拟器超级简单安装”(啊,无论如何不是在 Linux 上)。
有一些类似问题(不幸的是,对于 14.04 来说),这意味着缺少 32 位库。我尝试过:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libqtgui4:i386
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 packages have unmet dependencies:
libqtgui4:i386 : Depends: libaudio2:i386 but it is not going to be installed
Depends: libc6:i386 (>= 2.15) but it is not going to be installed
and so on...
发生的其他事情:
./opera-mobile-emulator-launcher
bash: ./opera-mobile-emulator-launcher: No such file or directory
ldd ./opera-mobile-emulator-launcher
not a dynamic executable
这很奇怪,因为其他一些问答暗示ldd
他们用这个来确定缺失的要求。(这引出了一个可能独立的问题 - 我如何确定 16.04 的要求?)
如何在 Ubuntu 16.04 上安装/启动这个 32 位软件包?