由于我已经安装了 Ubuntu 15.10,我无法再将 ppa 添加到我的存储库列表中:
@:~>sudo apt-add-repository ppa:git-core/ppa
Cannot add PPA: 'ppa:~git-core/ubuntu/ppa'.
ERROR: '~git-core' user or team does not exist.
Run Code Online (Sandbox Code Playgroud)
有人知道 15.10 有什么变化吗?也许这是代理服务器的问题。我在代理服务器后面,但是 wget 或 apt-get 之类的其他所有东西都可以使用我当前的配置。
我已经尝试从 PPA 安装软件包几个小时了。我正在运行新安装的 ubuntu 14.04 版本。
我一直在遵循这些说明: https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu
发出此命令时:
sudo add-apt-repository ppa:ethereum/ethereum
Run Code Online (Sandbox Code Playgroud)
我收到五个此类错误:(所有这些错误都添加到帖子底部以供参考。)
Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 119, in <module>
shortcut = shortcut_handler(line)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 837, in shortcut_handler
ret = factory(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 382, in shortcut_handler
return PPAShortcutHandler(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 346, in __init__
info = get_ppa_info(self.shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 333, in get_ppa_info
_get_suggested_ppa_message(user, ppa))
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 292, in _get_suggested_ppa_message
lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 87, in get_info_from_lp
return _get_https_content_py3(lp_url) …Run Code Online (Sandbox Code Playgroud)