添加ppa问题
Tofloor
poster avatar
pandora
deepin
2017-10-23 01:50
Author
sudo add-apt-repository ppa:tiheum/equinox

More info: https://launchpad.net/~tiheum/+archive/ubuntu/equinox
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmp23af23ey/pubring.gpg' created
gpg: /tmp/tmp23af23ey/trustdb.gpg: trustdb created
gpg: key 464AD83D4631BBEA: public key "Launchpad equinoxart" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no valid OpenPGP data found.
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
    func(**kwargs)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
    return apsk.add_ppa_signing_key()
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
    cleanup(tmp_keyring_dir)
  File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
    shutil.rmtree(tmp_keyring_dir)
  File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
    _rmtree_safe_fd(fd, path, onerror)
  File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
    onerror(os.unlink, fullname, sys.exc_info())
  File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
    os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] 没有那个文件或目录: 'S.gpg-agent.browser'


请问这个问题是什么原因引起的,以及如何处理

Reply Favorite View the author
All Replies
avatar
Feng Yu
deepin
2017-10-23 02:02
#1
ppa是给ubuntu用的,而deepin基于debian sid,绝大多数ppa均不能正常工作,不建议自己添加ppa,除非真的有能力解决ppa中软件包的冲突。
Reply View the author
avatar
jingle
deepin
2017-10-23 16:51
#2
我一般找到地址 后 直接访问 http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/e/  下载体验  这样也不用添加ppa
Reply View the author
avatar
bryan_chen
deepin
2017-11-29 00:40
#3
https://bbs.deepin.org/post/147074
我一般找到地址 后 直接访问 http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/e/  下载体验  这 ...

有一个软件我发过帖子zeal
这个我知道找到了deb 下载下来之后安装 提示我依赖包有问题  直接就损坏了 还要先卸载掉再重新安装
在其他的linux上自动更新依赖包的
Reply View the author
avatar
jingle
deepin
2017-11-29 01:43
#4
https://bbs.deepin.org/post/147074
有一个软件我发过帖子zeal
这个我知道找到了deb 下载下来之后安装 提示我依赖包有问题  直接就损坏了 还 ...

install -f下就可以
Reply View the author
avatar
bryan_chen
deepin
2017-11-29 02:10
#5
https://bbs.deepin.org/post/147074
install -f下就可以

然后又变成了老的版本了
Reply View the author