Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. h4ck1@AcerDebian:~$ sudo add-apt-repository ppa:team-xbmc/ppa
  2.  
  3. More info: https://launchpad.net/~team-xbmc/+archive/ubuntu/ppa
  4. Press [ENTER] to continue or ctrl-c to cancel adding it
  5.  
  6. gpg: keybox '/tmp/tmplo3uvv08/pubring.gpg' created
  7. gpg: /tmp/tmplo3uvv08/trustdb.gpg: trustdb created
  8. gpg: key 6D975C4791E7EE5E: public key "Launchpad PPA for XBMC for Linux" imported
  9. gpg: no ultimately trusted keys found
  10. gpg: Total number processed: 1
  11. gpg: imported: 1
  12. gpg: no valid OpenPGP data found.
  13. Exception in thread Thread-1:
  14. Traceback (most recent call last):
  15. File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
  16. self.run()
  17. File "/usr/lib/python3.5/threading.py", line 862, in run
  18. self._target(*self._args, **self._kwargs)
  19. File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 688, in addkey_func
  20. func(**kwargs)
  21. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 386, in add_key
  22. return apsk.add_ppa_signing_key()
  23. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 273, in add_ppa_signing_key
  24. cleanup(tmp_keyring_dir)
  25. File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 234, in cleanup
  26. shutil.rmtree(tmp_keyring_dir)
  27. File "/usr/lib/python3.5/shutil.py", line 480, in rmtree
  28. _rmtree_safe_fd(fd, path, onerror)
  29. File "/usr/lib/python3.5/shutil.py", line 438, in _rmtree_safe_fd
  30. onerror(os.unlink, fullname, sys.exc_info())
  31. File "/usr/lib/python3.5/shutil.py", line 436, in _rmtree_safe_fd
  32. os.unlink(name, dir_fd=topfd)
  33. FileNotFoundError: [Errno 2] Adresář nebo soubor neexistuje: 'S.gpg-agent.extra'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement