Install a gpg key how

Started by theblackpig, 2013/10/03, 00:25:20

Previous topic - Next topic

theblackpig

I'm used to installing a gpg key through synaptic , how do I do it in siduction ?

timc

Good question. If you're talking about for package management, it usually happens automatically. If you're talking about using it for something else, you use the gpg program.

Explain a little more about what you need and I'll try to help you.

Tim

michaa7

Quote from: "theblackpig"I'm used to installing a gpg key through synaptic , how do I do it in siduction ?

as root in a terminal:
gpg --recv-key 47765B75
gpg --export --armor 47765B75 | apt-key add -
edit example depending on the key to be installed ;-) , do not miss the "-" at the end.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

DeepDayze

Many 3rd party repos may not always install a key automatically, so either that code above or a installing a package that installs the repo's key will work

theblackpig

OK thought I might try installing remastersys attached is the key

seasons

If you prefer GUI style, the seahorse program makes it easy to manage keys. It's a gnome program, so there may be a similar program for Qt/KDE, but I'm not sure.