我使用 Ubuntu 软件中心安装了一款名为 Slingshot Portal 的游戏(包名称:portal-slingshot)。
游戏无法启动,出现以下错误:
Failed to execute command "java -jar /opt/portal-slingshot/portal_slingshot_1.2.0.jar".
Failed to execute child process "java" (No such file or directory)
显然,我没有安装 Java,并且该包没有 Java 作为依赖项。您如何报告此类情况?
我试着跑
ubuntu-bug portal-slingshot
但它退出时出现以下消息:
This is not an official Ubuntu package. Please remove any third party package and try again.
请注意,我并不是在询问如何安装 Java 的说明,而是试图报告一个损坏的第三方软件包,该软件包可通过官方 Ubuntu 软件中心下载,因此应该具有适当的依赖关系。
答案1
错误消息意味着该软件包不是来自 Ubuntu 主存储库,而可能来自 PPA 或其他存储库。因此,您无法通过标准渠道报告错误。相反,您需要将其报告给 PPA 维护者或存储库维护者。
您可以运行apt-cache policy portal-slingshot
并查看该包来自的 repo。