ProtonMail bridge installation for a newbie












0















Just installed Ubuntu 18.10 two weeks a go and it's my first Linux distro.
Everything's working fine and I want to start playing with the terminal.



So I want to install this still in beta ProtonMail bridge for Thunderbird and the instructions are asking me to copy this :



sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07
sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg bridge_pubkey.gpg


Problem is that I always get this response :



gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg'
gpg: can't open 'bridge_pubkey.gpg': No such file or directory
gpg: dearmoring failed: No such file or directory


Other information that might help you understand my problem, I tried :



ls /usr/share/debsig/keyrings/ and it gives me "E2C75D68E6234B07" correctly



I have installed debsig



bridge_pubkey.gpg is a document I have in my documents folder



As a sign of gratitude, here's the latest links to the linux bridge :



Deb: https://protonmail.com/download/protonmail-bridge_1.1.0-1_amd64.deb

RPM: https://protonmail.com/download/protonmail-bridge-1.1.0-1.x86_64.rpm



Thanks in advance!










share|improve this question

























  • I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

    – Thomas Ward
    Jan 5 at 18:34













  • Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

    – Ulfberht
    Jan 5 at 18:38











  • Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

    – Sebastian
    Jan 5 at 18:38











  • Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

    – Ulfberht
    Jan 5 at 18:42











  • Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

    – Ulfberht
    Jan 5 at 18:47
















0















Just installed Ubuntu 18.10 two weeks a go and it's my first Linux distro.
Everything's working fine and I want to start playing with the terminal.



So I want to install this still in beta ProtonMail bridge for Thunderbird and the instructions are asking me to copy this :



sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07
sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg bridge_pubkey.gpg


Problem is that I always get this response :



gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg'
gpg: can't open 'bridge_pubkey.gpg': No such file or directory
gpg: dearmoring failed: No such file or directory


Other information that might help you understand my problem, I tried :



ls /usr/share/debsig/keyrings/ and it gives me "E2C75D68E6234B07" correctly



I have installed debsig



bridge_pubkey.gpg is a document I have in my documents folder



As a sign of gratitude, here's the latest links to the linux bridge :



Deb: https://protonmail.com/download/protonmail-bridge_1.1.0-1_amd64.deb

RPM: https://protonmail.com/download/protonmail-bridge-1.1.0-1.x86_64.rpm



Thanks in advance!










share|improve this question

























  • I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

    – Thomas Ward
    Jan 5 at 18:34













  • Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

    – Ulfberht
    Jan 5 at 18:38











  • Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

    – Sebastian
    Jan 5 at 18:38











  • Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

    – Ulfberht
    Jan 5 at 18:42











  • Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

    – Ulfberht
    Jan 5 at 18:47














0












0








0








Just installed Ubuntu 18.10 two weeks a go and it's my first Linux distro.
Everything's working fine and I want to start playing with the terminal.



So I want to install this still in beta ProtonMail bridge for Thunderbird and the instructions are asking me to copy this :



sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07
sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg bridge_pubkey.gpg


Problem is that I always get this response :



gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg'
gpg: can't open 'bridge_pubkey.gpg': No such file or directory
gpg: dearmoring failed: No such file or directory


Other information that might help you understand my problem, I tried :



ls /usr/share/debsig/keyrings/ and it gives me "E2C75D68E6234B07" correctly



I have installed debsig



bridge_pubkey.gpg is a document I have in my documents folder



As a sign of gratitude, here's the latest links to the linux bridge :



Deb: https://protonmail.com/download/protonmail-bridge_1.1.0-1_amd64.deb

RPM: https://protonmail.com/download/protonmail-bridge-1.1.0-1.x86_64.rpm



Thanks in advance!










share|improve this question
















Just installed Ubuntu 18.10 two weeks a go and it's my first Linux distro.
Everything's working fine and I want to start playing with the terminal.



So I want to install this still in beta ProtonMail bridge for Thunderbird and the instructions are asking me to copy this :



sudo mkdir -p /usr/share/debsig/keyrings/E2C75D68E6234B07
sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg bridge_pubkey.gpg


Problem is that I always get this response :



gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg'
gpg: can't open 'bridge_pubkey.gpg': No such file or directory
gpg: dearmoring failed: No such file or directory


Other information that might help you understand my problem, I tried :



ls /usr/share/debsig/keyrings/ and it gives me "E2C75D68E6234B07" correctly



I have installed debsig



bridge_pubkey.gpg is a document I have in my documents folder



As a sign of gratitude, here's the latest links to the linux bridge :



Deb: https://protonmail.com/download/protonmail-bridge_1.1.0-1_amd64.deb

RPM: https://protonmail.com/download/protonmail-bridge-1.1.0-1.x86_64.rpm



Thanks in advance!







command-line thunderbird 18.10 gnupg ownership






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 5 at 18:32







Ulfberht

















asked Jan 5 at 15:41









UlfberhtUlfberht

12




12













  • I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

    – Thomas Ward
    Jan 5 at 18:34













  • Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

    – Ulfberht
    Jan 5 at 18:38











  • Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

    – Sebastian
    Jan 5 at 18:38











  • Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

    – Ulfberht
    Jan 5 at 18:42











  • Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

    – Ulfberht
    Jan 5 at 18:47



















  • I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

    – Thomas Ward
    Jan 5 at 18:34













  • Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

    – Ulfberht
    Jan 5 at 18:38











  • Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

    – Sebastian
    Jan 5 at 18:38











  • Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

    – Ulfberht
    Jan 5 at 18:42











  • Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

    – Ulfberht
    Jan 5 at 18:47

















I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

– Thomas Ward
Jan 5 at 18:34







I don't think the format of your key-fetching string is right. Is there anything in /usr/share/debsig/keyrings/E2C75D68E6234B07? (ls /usr/share/debsig/keyrings/E2C75D68E6234B07 will tell us)

– Thomas Ward
Jan 5 at 18:34















Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

– Ulfberht
Jan 5 at 18:38





Terminal doesn't do anything when I copy ls /usr/share/debsig/keyrings/E2C75D68E6234B07

– Ulfberht
Jan 5 at 18:38













Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

– Sebastian
Jan 5 at 18:38





Ok, from where do you execute those commands? If it is not from the directory where bridge_pubkey.gpg is located, it will not find it like that.

– Sebastian
Jan 5 at 18:38













Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

– Ulfberht
Jan 5 at 18:42





Ok I think you helped me find the problem. I have the document in my /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg. I will try to use this instead

– Ulfberht
Jan 5 at 18:42













Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

– Ulfberht
Jan 5 at 18:47





Tried : sudo gpg --dearmor --output /usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg /home/ulfberht/Documents/ProtonMail/bridge_pubkey.gpg gpg: WARNING: unsafe ownership on homedir '/home/ulfberht/.gnupg' File '/usr/share/debsig/keyrings/E2C75D68E6234B07/debsig.gpg' exists. Overwrite? (y/N)

– Ulfberht
Jan 5 at 18:47










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107211%2fprotonmail-bridge-installation-for-a-newbie%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • 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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1107211%2fprotonmail-bridge-installation-for-a-newbie%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕