【发布时间】:2020-09-29 18:25:24
【问题描述】:
所以我正在尝试安装 Solar2D(以前称为 Corona SDK)来制作手机游戏。安装依赖项后,当我运行 Solar 2D 时,出现以下错误:
/home/user/CoronaSimulator/CoronaSimulator: error while loading shared libraries: libwebkitgtk-3.0.so.0: cannot open shared object file: No such file or directory
我尝试使用 sudo apt-get install libwebkitgtk-1.0-0 安装 libwebkitgtk,但在终端中收到以下消息:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libwebkitgtk-1.0-0 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libwebkitgtk-1.0-0' has no installation candidate
【问题讨论】:
-
也许使用较新版本的 Solar2d :)
-
您找到解决方案了吗?
-
我遇到了同样的问题,但使用了需要这种依赖关系的不同程序。我希望我可以安装 libwebkitgtk 的 Bionic 版本,但没有运气,只导致包损坏。
标签: ubuntu dependencies gtk coronasdk solar2d