Siduction Forum

Siduction Forum => Software - Support => Topic started by: dacorsa on 2017/09/29, 12:18:38

Title: Repository
Post by: dacorsa on 2017/09/29, 12:18:38
Hi guys,


have you added some extra repo to your siduc machine?


what can you recommend?


thanks
Title: Re: Repository
Post by: samoht on 2017/09/29, 13:08:01
Welcome, @dacorsa,

please have a look at
https://forum.siduction.org/index.php?PHPSESSID=uoeuql2j66q0j1pf50fnqmfhu1&page=7 (https://forum.siduction.org/index.php?PHPSESSID=uoeuql2j66q0j1pf50fnqmfhu1&?PHPSESSID=uoeuql2j66q0j1pf50fnqmfhu1&?PHPSESSID=uoeuql2j66q0j1pf50fnqmfhu1&?PHPSESSID=uoeuql2j66q0j1pf50fnqmfhu1&page=7)

Greetings,
Tom
Title: Re: Repository
Post by: cryptosteve on 2017/09/30, 09:26:54
I think he asked for additional repos, not the standard ones.
Title: Re: Repository
Post by: devil on 2017/09/30, 19:18:00
dacorsa,
your question is too general. What are you missing?
Title: Re: Repository
Post by: dacorsa on 2017/10/25, 13:11:10
yes i mean extra repos...


what repos do you use?


Thanks
Title: Re: Repository
Post by: devil on 2017/10/25, 19:31:10
Standard plus google chrome, samsung printer drivers. opera, vivaldi, enpass and wire
Title: Re: Repository
Post by: samoht on 2017/10/26, 01:28:16
Plus enpass, spotify, smplayer, smtube, virtualbox, vivaldi-snapshot
Title: Re: Repository
Post by: dibl on 2017/10/26, 13:31:56
skype-unstable.list
Title: Re: Repository
Post by: dacorsa on 2017/10/26, 19:03:35
yes but can you post your link??


thanks
Title: Re: Repository
Post by: devil on 2017/10/27, 11:33:22
Link to what?
Title: Re: Repository
Post by: dacorsa on 2017/11/10, 20:59:04
i can't find the key of this repository, can you help me?:

utente@SID:/home/dacorsa# gpg --keyserver keyserver.ubuntu.com --recv D63913EF50D0AE60
gpg: key D63913EF50D0AE60: 4 duplicate signatures removed
gpg: key D63913EF50D0AE60: "Werner Mahr (Der Vollstrecker) <werner@vollstreckernet.de>" not changed
gpg: Numero totale esaminato: 1
gpg:         non modificate: 1

THANKS
Title: Re: Repository
Post by: dibl on 2017/11/10, 22:35:38
As root, make a file /etc/apt/sources.list.d/skype-unstable.list


The content of this file is this line:


Code: [Select]
deb [arch=amd64] https://repo.skype.com/deb unstable main

Put a return at the end of the line, and save it.  Then


Code: [Select]
apt update && apt install skypeforlinux

If there's a public key issue, it will show the needed key value.


If you want a great opensource encrypted chat and voice call package, take a look at https://wire.com (https://wire.com) .  Wire runs great on my siduction system.  But your contact has to be using it too -- not compatible with skype.



Title: Re: Repository
Post by: melmarker on 2017/11/10, 23:34:36
@dacorsa - reading and understanding the apt man-pages and available commands helps a lot - if you had done so you likely had found `apt-key` and `apt-key list` - one will notice that the repository keys are in a separated keyring  - should be documented somewhere. Btw `man apt-key` shows several way to add, delete, list the keys of the used repositories.

Solution: google for skype for linux debian add repository
Best bet is: http://ubuntuhandbook.org/index.php/2017/08/install-new-skype-preview-repository-ubuntu/
Title: Re: Repository
Post by: dacorsa on 2017/11/11, 10:32:52
Thanks for all guys

i want to add this repo:

http://wiki.amule.org/wiki/HowTo_Compile_In_Debian

deb http://www.vollstreckernet.de/debian/ (http://www.vollstreckernet.de/debian/) testing amule

but adding this key:

apt-key adv --recv-keys --keyserver wwwkeys.eu.pgp.net D63913EF50D0AE60
or this:

# gpg --keyserver pgp.mit.edu --recv-keys D63913EF50D0AE60 # gpg --armor --export D63913EF50D0AE60 | apt-key add -

i have always errorCan you help me?

Thanks
Title: Re: Repository
Post by: absolut on 2017/11/11, 11:47:03
just out of curiosity: why adding an external repository for packages that exist in official debian as well as in deb-src repositories?
Title: Re: Repository
Post by: dacorsa on 2017/11/11, 12:09:56
i have manually compiled wxWidget and now the official amule doesn't works, cause is incompatible with the current libs i have manually compiled, so or i have to manually compile amule or install the svn release from that repository:


deb http://www.vollstreckernet.de/debian/ (http://www.vollstreckernet.de/debian/) testing amule wx
See that repo has amule and wx?


Thanks

Title: Re: Repository
Post by: melmarker on 2017/11/11, 13:17:47
and again - you have to configure the keyserver(s)
Title: Re: Repository
Post by: dacorsa on 2017/11/11, 13:24:27
already try:

Err:5 http://www.vollstreckernet.de/debian testing InRelease
Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
Lettura elenco dei pacchetti... Fatto
W: Errore GPG: http://www.vollstreckernet.de/debian testing InRelease: Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
E: The repository 'http://www.vollstreckernet.de/debian testing InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.


apt-key adv --recv-keys --keyserver pgp.mit.edu D63913EF50D0AE60
Executing: /tmp/apt-key-gpghome.tTvPGpyRGi/gpg.1.sh --recv-keys --keyserver pgp.mit.edu D63913EF50D0AE60
gpg: key D63913EF50D0AE60: 4 duplicate signatures removed
gpg: key D63913EF50D0AE60: "Werner Mahr (Der Vollstrecker) <werner@vollstreckernet.de>" not changed
gpg: Numero totale esaminato: 1
gpg:         non modificate: 1

Some help?

i have also send and email to the repository

Best regards
Title: Re: Repository
Post by: dacorsa on 2017/11/11, 19:52:56
gpg --edit-key D63913EF50D0AE60
Typing "minimize" at the "command>" prompt returned:
"User ID "name <email>": 1 signature removed";
and returned me to "command>" where a "save" command saved changes, quit GPG and returned me to my shell prompt.
The key's self-signature was intact and the unwanted personal key signature was gone.


gpg --keyserver pgp.mit.edu --recv-keys D63913EF50D0AE60
gpg --armor --export D63913EF50D0AE60 | apt-key add -
sudo apt-get update

but always:

Err:5 http://www.vollstreckernet.de/debian testing InRelease
  Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
Lettura elenco dei pacchetti... Fatto
W: Errore GPG: http://www.vollstreckernet.de/debian testing InRelease: Le seguenti firme non erano valide: B919EDA5D731B5D850E6E7C1D63913EF50D0AE60
E: The repository 'http://www.vollstreckernet.de/debian testing InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

:(