I'm used to installing a gpg key through synaptic , how do I do it in siduction ?
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
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.
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
OK thought I might try installing remastersys attached is the key
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.