Hi guys,
have you added some extra repo to your siduc machine?
what can you recommend?
thanks
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
I think he asked for additional repos, not the standard ones.
dacorsa,
your question is too general. What are you missing?
yes i mean extra repos...
what repos do you use?
Thanks
Standard plus google chrome, samsung printer drivers. opera, vivaldi, enpass and wire
Plus enpass, spotify, smplayer, smtube, virtualbox, vivaldi-snapshot
skype-unstable.list
yes but can you post your link??
thanks
Link to what?
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
As root, make a file /etc/apt/sources.list.d/skype-unstable.list
The content of this file is this line:
deb [arch=amd64] https://repo.skype.com/deb unstable main
Put a return at the end of the line, and save it. Then
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.
@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/
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
just out of curiosity: why adding an external repository for packages that exist in official debian as well as in deb-src repositories?
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
and again - you have to configure the keyserver(s)
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
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.
:(