Siduction Forum

Siduction Forum => Experimental => Topic started by: otto on 2013/04/18, 06:27:14

Title: the siduction keyring experimental in aptosid?
Post by: otto on 2013/04/18, 06:27:14
:?:

Dear siduction buddies,
perhaps this sounds strange but one fellow asked me about it. But I could not reply it immediately. How do I install the siduction keyring experimental in aptosid ?Is that possible? I appreciate a how-to tutorial.If It is possible.
Cheers.


 :lol:
Title: RE: the siduction keyring experimental in aptosid?
Post by: hefee on 2013/04/18, 09:21:39
Oh thats easy:
1. add to a file under /etc/apt/sources.list.d/
deb ftp://ftp.spline.de/pub/siduction/base unstable main
or any other mirror from siduction
2. apt-get update
3. apt-get install siduction-archive-keyring
4. he has to make sure via apt preferences not to install all packages by the next DU :) or he has to delete the line from step 1
Title: RE: the siduction keyring experimental in aptosid?
Post by: towo on 2013/04/18, 09:29:20
He asked about our experimental-repo, so the sources must be set to
Code: [Select]

deb ftp://ftp.spline.de/pub/siduction/experimental unstable main contrib non-free

But as hefee sayed, be carefully with this repo.
Title: the siduction keyring experimental in aptosid?
Post by: otto on 2013/04/18, 13:41:59
:D
thanks felows for the hints. I appreciate that. I will let my friend knows about the instructions.
Cheers.
 :)
Title: Re: RE: the siduction keyring experimental in aptosid?
Post by: otto on 2013/04/20, 04:32:31
Quote from: "towo"
He asked about our experimental-repo, so the sources must be set to
Code: [Select]

deb ftp://ftp.spline.de/pub/siduction/experimental unstable main contrib non-free

But as hefee sayed, be carefully with this repo.


 :?:
Dear towo and hefee,
The guy reported the following error:
Quotation:
"After following the steps in the previous post  mentioned
I got response like below:

W: GPG Error: http://packages.siduction.org unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 15CBD88045C45076
W: GPG Error: ftp://ftp.spline.de unstable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 15CBD88045C45076
root @:/home/prp apt # apt-get install siduction-archive-keyring
Reading package lists ... Ready
Building dependency tree
Reading state information ... Ready
And: impossible to find the siduction package-archive-keyring

It seems that the keyring of siduction must be installed before the update.
How to solve the siduction key?".
Do you know the solution about this failure? I appreciate again if you can solve it up this puzzle".
Cheers.

 :?:
Title: the siduction keyring experimental in aptosid?
Post by: ayla on 2013/04/20, 05:26:31
My siduction.list:

Quote
deb ftp://ftp.spline.de/pub/siduction/base unstable main contrib non-free
#deb-src ftp://ftp.spline.de/pub/siduction/siduction unstable main
deb ftp://ftp.spline.de/pub/siduction/fixes unstable main contrib non-free
#deb-src ftp://ftp.spline.de/pub/siduction/fixes unstable main
deb ftp://ftp.spline.de/pub/siduction/experimental unstable main contrib non-free
#deb http://download.virtualbox.org/virtualbox/debian wheezy contrib
deb ftp://ftp.spline.de/pub/siduction/user unstable main non-free
deb http://packages.siduction.org/kdenext unstable main


Code: [Select]
apt-cache policy siduction-archive-keyring
siduction-archive-keyring:
  Installiert:           2013.03.29
  Installationskandidat: 2013.03.29
  Versionstabelle:
 *** 2013.03.29 0
        500 ftp://ftp.spline.de/pub/siduction/base/ unstable/main amd64 Packages
        500 http://packages.siduction.org/kdenext/ unstable/main amd64 Packages
        100 /var/lib/dpkg/status


So it seems you have to get the keyring from base (or kdenext) repo first, see hefee's post above.

Greets
ayla
Title: RE: Re: RE: the siduction keyring experimental in aptosid?
Post by: piper on 2013/04/20, 05:34:08
Quote
Reading state information ... Ready
And: impossible to find the siduction package-archive-keyring


I have never seen that error before

try
Code: [Select]
apt get update && apt-get install siduction-archive-keyring

 you could try the old fashion way if above fails
Code: [Select]
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 45C45076

apt-key add /root/.gnupg/pubring.gpg


maybe need output of
Code: [Select]
inxi -r
Title: RE: Re: RE: the siduction keyring experimental in aptosid?
Post by: Smon on 2013/04/20, 10:39:30
Or if you want it simple, but there will be NO GPG check:

http://packages.siduction.org/base/pool/main/s/siduction-archive-keyring/siduction-archive-keyring_2013.03.29_all.deb

dpkg -i ..