Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Repository  (Read 5414 times)

dacorsa

  • Guest
[EN] Repository
« on: 2017/09/29, 12:18:38 »
Hi guys,


have you added some extra repo to your siduc machine?


what can you recommend?


thanks

Offline samoht

  • User
  • Posts: 478
Re: Repository
« Reply #1 on: 2017/09/29, 13:08:01 »
« Last Edit: 2017/09/29, 13:11:33 by samoht »

Offline cryptosteve

  • User
  • Posts: 675
Re: Repository
« Reply #2 on: 2017/09/30, 09:26:54 »
I think he asked for additional repos, not the standard ones.
- born to create drama -
CS Virtual Travel Bug: VF6G5D

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: Repository
« Reply #3 on: 2017/09/30, 19:18:00 »
dacorsa,
your question is too general. What are you missing?

dacorsa

  • Guest
Re: Repository
« Reply #4 on: 2017/10/25, 13:11:10 »
yes i mean extra repos...


what repos do you use?


Thanks

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: Repository
« Reply #5 on: 2017/10/25, 19:31:10 »
Standard plus google chrome, samsung printer drivers. opera, vivaldi, enpass and wire

Offline samoht

  • User
  • Posts: 478
Re: Repository
« Reply #6 on: 2017/10/26, 01:28:16 »
Plus enpass, spotify, smplayer, smtube, virtualbox, vivaldi-snapshot

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: Repository
« Reply #7 on: 2017/10/26, 13:31:56 »
skype-unstable.list
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

dacorsa

  • Guest
Re: Repository
« Reply #8 on: 2017/10/26, 19:03:35 »
yes but can you post your link??


thanks

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.838
Re: Repository
« Reply #9 on: 2017/10/27, 11:33:22 »
Link to what?

dacorsa

  • Guest
Re: Repository
« Reply #10 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

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.345
    • Land of the Buckeye
Re: Repository
« Reply #11 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 .  Wire runs great on my siduction system.  But your contact has to be using it too -- not compatible with skype.



« Last Edit: 2017/11/10, 22:46:46 by dibl »
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: Repository
« Reply #12 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/
« Last Edit: 2017/11/10, 23:43:48 by melmarker »
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

  • Guest
Re: Repository
« Reply #13 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/ 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

Offline absolut

  • User
  • Posts: 455
Re: Repository
« Reply #14 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?