Hello,
I'm trying to install librepilot under Linux Debian, but this is not working, I tried to add the repository as documented on the following page :
https://librepilot.atlassian.net/wiki/display/LPDOC/Downloadsbut I got the following error :
root@xiralk:/etc/apt# add-apt-repository ppa:librepilot/release
Official LibrePilot release PPA
More info:
https://launchpad.net/~librepilot/+archive/ubuntu/releasePress [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpf030k_en/pubring.gpg' created
gpg: /tmp/tmpf030k_en/trustdb.gpg: trustdb created
gpg: key BF3FE17C45DC3732: public key "Launchpad PPA for LibrePilot" 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 474, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.5/shutil.py", line 432, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.5/shutil.py", line 430, in _rmtree_safe_fd
os.unlink(name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: 'S.gpg-agent.extra'
Am I making something wrong ? Can you help me solve this probably simple problem ?
Many thanks in advance for help :-)
Klarix