S.gpg-agent.browser not found while adding ppa in debian
up vote
3
down vote
favorite
I am using debian strech. I try to add repostory for vim with python support , while adding I encountered gpg-agent.browser not found error
sudo add-apt-repository ppa:pi-rho/dev
[sudo] password for sathish:
Dev Packages
More info: https://launchpad.net/~pi-rho/+archive/ubuntu/dev
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpxl_vk750/pubring.gpg' created
gpg: /tmp/tmpxl_vk750/trustdb.gpg: trustdb created
gpg: key CC892FC6779C27D7: public key "Launchpad PPA for pi-rho" 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] No such file or directory: 'S.gpg-agent.browser'
linux debian gpg gpg-agent
add a comment |
up vote
3
down vote
favorite
I am using debian strech. I try to add repostory for vim with python support , while adding I encountered gpg-agent.browser not found error
sudo add-apt-repository ppa:pi-rho/dev
[sudo] password for sathish:
Dev Packages
More info: https://launchpad.net/~pi-rho/+archive/ubuntu/dev
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpxl_vk750/pubring.gpg' created
gpg: /tmp/tmpxl_vk750/trustdb.gpg: trustdb created
gpg: key CC892FC6779C27D7: public key "Launchpad PPA for pi-rho" 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] No such file or directory: 'S.gpg-agent.browser'
linux debian gpg gpg-agent
Question, not related toS.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?
– Bigon
Jul 4 '17 at 17:01
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn'tvim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython
– Bigon
Jul 7 '17 at 11:20
add a comment |
up vote
3
down vote
favorite
up vote
3
down vote
favorite
I am using debian strech. I try to add repostory for vim with python support , while adding I encountered gpg-agent.browser not found error
sudo add-apt-repository ppa:pi-rho/dev
[sudo] password for sathish:
Dev Packages
More info: https://launchpad.net/~pi-rho/+archive/ubuntu/dev
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpxl_vk750/pubring.gpg' created
gpg: /tmp/tmpxl_vk750/trustdb.gpg: trustdb created
gpg: key CC892FC6779C27D7: public key "Launchpad PPA for pi-rho" 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] No such file or directory: 'S.gpg-agent.browser'
linux debian gpg gpg-agent
I am using debian strech. I try to add repostory for vim with python support , while adding I encountered gpg-agent.browser not found error
sudo add-apt-repository ppa:pi-rho/dev
[sudo] password for sathish:
Dev Packages
More info: https://launchpad.net/~pi-rho/+archive/ubuntu/dev
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keybox '/tmp/tmpxl_vk750/pubring.gpg' created
gpg: /tmp/tmpxl_vk750/trustdb.gpg: trustdb created
gpg: key CC892FC6779C27D7: public key "Launchpad PPA for pi-rho" 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] No such file or directory: 'S.gpg-agent.browser'
linux debian gpg gpg-agent
linux debian gpg gpg-agent
edited Jul 4 '17 at 15:35
asked Jul 4 '17 at 12:32
Sathish Kumar
3316
3316
Question, not related toS.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?
– Bigon
Jul 4 '17 at 17:01
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn'tvim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython
– Bigon
Jul 7 '17 at 11:20
add a comment |
Question, not related toS.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?
– Bigon
Jul 4 '17 at 17:01
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn'tvim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython
– Bigon
Jul 7 '17 at 11:20
Question, not related to
S.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?– Bigon
Jul 4 '17 at 17:01
Question, not related to
S.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?– Bigon
Jul 4 '17 at 17:01
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn't
vim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython– Bigon
Jul 7 '17 at 11:20
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn't
vim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython– Bigon
Jul 7 '17 at 11:20
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f375197%2fs-gpg-agent-browser-not-found-while-adding-ppa-in-debian%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Question, not related to
S.gpg-agent.browser
Why are you adding an Ubuntu PPA on a Debian stretch machine?– Bigon
Jul 4 '17 at 17:01
As I mentioned I need to add repository for vim 8 with python support
– Sathish Kumar
Jul 5 '17 at 2:00
Adding ubuntu repositories to debian doesn't sound like a good idea. Doesn't
vim-gtk
/vim-gtk3
have python support enabled? It at least link against libpython– Bigon
Jul 7 '17 at 11:20