安装 Dolphin 模拟器时出现问题

安装 Dolphin 模拟器时出现问题

我曾尝试使用 ppa 安装海豚模拟器。

我添加了 ppa,进行了更新,然后尝试使用进行安装sudo apt-get install dolphin-emu。它说未找到该包。

我正在使用 ubuntu 14.04。

答案1

当我尝试重现您遇到的错误时,我收到了同样的错误。

您需要sudo apt-get install dolphin-emu-master根据我的错误进行操作。它允许我开始安装(即它找到了包),尽管我确实取消了它。

这就是你得到的吗?

tim@Hairy14:~$ sudo apt-get install dolphin-emu
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package dolphin-emu 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
However the following packages replace it:
  dolphin-emu-master

E: Package 'dolphin-emu' has no installation candidate

注意:我用过网站获取 PPA 详细信息,与您相同的 PPA。

答案2

看一眼海豚网站- 目前他们的下载仅支持 Ubuntu 13.10 及以上版本。有一些替代 PPA 显然支持 Ubuntu 14.04,谷歌搜索可以帮你找到它们。

答案3

我认为这是因为 dolphin-emu 不再支持 32 位。所以如果你使用的是 ubuntu trusty 32 位,则无法通过 ppa 下载软件包,因为 32 位版本不再开发,所以未来的 ubuntu 32 位也不存在。

答案4

Ubuntu 17.04

sudo add-apt-repository ppa:dolphin-emu/ppa
sudo apt-get update
sudo apt-get install dolphin-emu-master
dolphin-emu

-master在 17.04 中需要打包的 PPA来克服这个错误:https://bugs.dolphin-emu.org/issues/9853

相关内容