ubuntukid
(usa Debian)
Enviado em 10/02/2018 - 23:00h
Olá,
Hoje instalei Hamachi no Debian 9.3 Stretch, até aí tudo certo.
Então tentei instalar também o Haguichi pra eu poder mexer no Hamachi com interface gráfica seguindo esse manual aqui [https://www.vivaolinux.com.br/artigo/Conectando-comps-Linux-e-Windows-atraves-de-rede-local-via-internet?pagina=1] quando executo
# add-apt-repository ppa:webupd8team/haguichi
o terminal me retorna isso:
# add-apt-repository ppa:webupd8team/haguichi
Haguichi provides a graphical frontend for Hamachi on Linux.
This PPA contains packages for the latest stable releases of Haguichi.
Homepage:
https://www.haguichi.net
Bug tracker:
https://bugs.launchpad.net/haguichi
More info:
https://launchpad.net/~webupd8team/+archive/ubuntu/haguichi
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpyyruazx4/pubring.gpg' created
gpg: /tmp/tmpyyruazx4/trustdb.gpg: trustdb created
gpg: key C2518248EEA14886: public key "Launchpad VLC" imported
gpg: no ultimately trusted keys found
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] Arquivo ou diretório não encontrado: 'S.gpg-agent.ssh'
E agora? O que devo fazer?