Repository

Started by dacorsa, 2017/09/29, 12:18:38

Previous topic - Next topic

dacorsa

Hi guys,


have you added some extra repo to your siduc machine?


what can you recommend?


thanks

samoht

#1
Welcome, @dacorsa,

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

Greetings,
Tom

cryptosteve

I think he asked for additional repos, not the standard ones.
- born to create drama -
CS Virtual Travel Bug: VF6G5D

devil

dacorsa,
your question is too general. What are you missing?

dacorsa

yes i mean extra repos...


what repos do you use?


Thanks

devil

Standard plus google chrome, samsung printer drivers. opera, vivaldi, enpass and wire

samoht

Plus enpass, spotify, smplayer, smtube, virtualbox, vivaldi-snapshot

dibl

skype-unstable.list
System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

dacorsa

yes but can you post your link??


thanks

devil


dacorsa

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

dibl

#11
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 .  Wire runs great on my siduction system.  But your contact has to be using it too -- not compatible with skype.



System76 Oryx Pro, Intel Core i7-11800H, ASRock B860 Pro-A, Intel Core Ultra 7 265KF, Nvidia GTX-1060, SSD 990 EVO Plus.

melmarker

#12
@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/
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

dacorsa

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/ 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

absolut

just out of curiosity: why adding an external repository for packages that exist in official debian as well as in deb-src repositories?