我想在我的 debian 8.3 64 位上运行 genymotion 64 位二进制文件。当我运行./genymotion
命令时出现此错误:
./genymotion: error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory
我按照中提到的命令进行操作这里但我收到此错误(他在 ubuntu 中如何尝试):
╰─$ sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev 100 ↵
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:
libgstreamer-plugins-base0.10-dev : Depends: libglib2.0-dev but it is not going to be installed
libgstreamer0.10-dev : Depends: libglib2.0-dev but it is not going to be installed
E:无法纠正问题,您持有破损的包裹。
我该如何解决这个问题?
答案1
假设您的当前问题正在运行genymotion
,这应该足以修复您报告的第一个错误:
sudo apt-get install libgstreamer-plugins-base0.10-0