无法通过命令行添加源

无法通过命令行添加源

我正在尝试通过运行以下命令在 Ubuntu 中安装最新版本的 glusterfs:

apt-add-repository ppa:semiosis/glusterfs-3.2

它没有给出任何结果。

会话甚至不会关闭(Ctrl+C 不起作用)。我必须关闭终端窗口才能结束会话。

显示的错误是:

Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 88, in <module>
    ppa_info = get_ppa_info_from_lp(user, ppa_name)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py",
        line 80, in get_ppa_info_from_lp
    curl.perform()
pycurl.error: (28, 'connect() timed out!')

答案1

This PPA is deprecated and will not get any updates.所以你可能必须使用 glusterfs-3.3 并下载它

deb http://ppa.launchpad.net/semiosis/ubuntu-glusterfs-3.3/ubuntu YOUR_UBUNTU_VERSION_HERE main` 

deb-src http://ppa.launchpad.net/semiosis/ubuntu-glusterfs-3.3/ubuntu YOUR_UBUNTU_VERSION_HERE main 

相关内容