Siduction Forum

Siduction Forum => Software - Support => Topic started by: theblackpig on 2013/10/03, 00:25:20

Title: Install a gpg key how
Post by: theblackpig on 2013/10/03, 00:25:20
I'm used to installing a gpg key through synaptic , how do I do it in siduction ?
Title: RE: Install a gpg key how
Post by: timc on 2013/10/03, 02:04:52
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
Title: Re: Install a gpg key how
Post by: michaa7 on 2013/10/03, 02:42:20
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.
Title: RE: Re: Install a gpg key how
Post by: DeepDayze on 2013/10/03, 03:48:38
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
Title: Install a gpg key how
Post by: theblackpig on 2013/10/03, 10:38:38
OK thought I might try installing remastersys attached is the key
Title: Install a gpg key how
Post by: seasons on 2013/10/03, 17:43:16
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.