我已经尝试安装海豚模拟器使用ppa。
我添加了ppa,更新后尝试使用sudo apt-get install dolphin-emu进行安装。它说没有找到包裹。
我使用的是ubuntu 14.04。
发布于 2014-06-14 19:34:55
我刚刚收到了同样的错误,同时试图复制您所经历的错误。
您需要根据我的错误来做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。
发布于 2014-06-14 20:04:34
看看海豚网站 --此时他们的下载只支持Ubuntu13.10。有一些替代的PPA显然支持Ubuntu14.04,谷歌搜索会为你找到这些。
发布于 2014-08-05 09:08:35
我想这是因为海豚不再支持32位了。因此,如果您使用的是ubuntu信任32位,您不能下载包通过ppa,因为32位版本正在开发,所以也不存在为未来的ubuntu 32位。
https://askubuntu.com/questions/483344
复制相似问题