NoPaste

Fehlerhafte Sources.list

von Strunz_1975

SNIPPET_TEXT:
  1. root@Fuckup:/etc/apt# cat sources.list
  2. #############################################################
  3. ################### OFFICIAL DEBIAN REPOS ###################
  4. #############################################################
  5.  
  6. ###### Debian Main Repos
  7. deb http://ftp.de.debian.org/debian/ buster main contrib non-free
  8. deb-src http://ftp.de.debian.org/debian/ buster main contrib non-free
  9.  
  10. ###### Debian Update Repos
  11. deb http://security.debian.org/ buster/updates main contrib non-free
  12. deb http://ftp.de.debian.org/debian/ buster-proposed-updates main contrib non-free
  13. deb http://volatile.debian.org/debian-volatile buster/volatile main contrib non-free
  14. deb-src http://security.debian.org/ buster/updates main contrib non-free
  15. deb-src http://ftp.de.debian.org/debian/ buster-proposed-updates main contrib non-free
  16. deb-src http://volatile.debian.org/debian-volatile buster/volatile main contrib non-free
  17.  
  18. ##############################################################
  19. ##################### UNOFFICIAL  REPOS ######################
  20. ##############################################################
  21.  
  22. ###### 3rd Party Binary Repos
  23.  
  24. #### Debian Backports - http://www.backports.org
  25. ## Run this command: gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16BA136C && gpg --export 16BA136C | apt-key add -
  26. deb http://www.backports.org/debian buster-backports main contrib non-free
  27.  
  28. #### Debian Multimedia - http://www.debian-multimedia.org/
  29. ## Run this command: apt-get update && apt-get install debian-multimedia-keyring && apt-get update
  30. deb http://www.debian-multimedia.org/ buster main
  31.  
  32. #### Debian Unofficial - http://debian-unofficial.org/
  33. ## Run this command:  apt-get install debian-unofficial-archive-keyring
  34. deb http://ftp.debian-unofficial.org/debian buster main contrib non-free restricted
  35.  
  36. #### Debian-Volatile for end users - http://www.debian.org/volatile/
  37. ## Run this command: apt-get install debian-archive-keyring
  38. deb http://volatile.debian.org/debian-volatile buster/volatile main contrib non-free
  39.  
  40. #### Lenny and a Half - http://wiki.debian.org/LennyAndAHalf
  41. deb ftp://ftp.debian.org/debian buster-proposed-updates main
  42.  
  43. #### Skype - www.skype.com
  44. ## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
  45. http://download.skype.com/linux/repos/debian/ stable non-free
  46.  
  47. #### The Opera .deb Repository - http://deb.opera.com/
  48. ## Run this command: wget -O - http://deb.opera.com/archive.key | apt-key add -
  49. deb http://deb.opera.com/opera/ stable non-free
  50.  
  51. #### VirtualBox - http://www.virtualbox.org
  52. ## Run this command: wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | apt-key add -
  53. deb http://download.virtualbox.org/virtualbox/debian buster non-free
  54.  
  55. #### Webmin - http://webmin.com/
  56. ## Run this command: wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
  57. deb http://download.webmin.com/download/repository sarge contrib
  58.  
  59. #### Wicd - http://wicd.net/
  60. ## Run this command: wget -q http://apt.wicd.net/wicd.gpg -O- | apt-key add -
  61. deb http://apt.wicd.net buster extras
  62.  
  63. #### Wine - http://www.winehq.org/
  64. ## Run this command: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | apt-key add -
  65. deb http://www.lamaresh.net/apt buster main
  66.  
  67.  
  68. ####### 3rd Party Source Repos
  69.  
  70. #### Wine (Source) - http://www.winehq.org/
  71. ## Run this command: wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | apt-key add -
  72. deb-src http://www.lamaresh.net/apt buster main
  73.  
  74.  
  75. gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16BA136C && gpg --export 16BA136C | apt-key add -
  76. apt-get update && apt-get install debian-multimedia-keyring && apt-get update
  77.  apt-get install debian-unofficial-archive-keyring
  78. apt-get install debian-archive-keyring
  79.  
  80. gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
  81. wget -O - http://deb.opera.com/archive.key | apt-key add -
  82. wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | apt-key add -
  83. wget -q http://www.webmin.com/jcameron-key.asc -O- | apt-key add -
  84. wget -q http://apt.wicd.net/wicd.gpg -O- | apt-key add -

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN