Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1.  
  2. #virtualbox
  3. #deb http://ftp.si.debian.org/debian jessie main contrib non-free
  4. #deb http://ftp.si.debian.org/debian sid main contrib non-free
  5. #deb http://ftp.si.debian.org/debian testing main contrib non-free
  6. #wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | apt-key add -
  7. #wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | apt-key add -
  8. deb https://download.virtualbox.org/virtualbox/debian jessie contrib
  9.  
  10.  
  11. #deb cdrom:[Debian GNU/Linux 1.0 _Jessie_ - Official Beta2 amd64 CD Binary-1 20161123-18:05]/ jessie contrib main non-free
  12. deb http://auto.mirror.devuan.org/merged jessie main
  13. deb-src http://auto.mirror.devuan.org/merged jessie main
  14. deb http://packages.devuan.org/merged jessie-security main
  15. deb-src http://packages.devuan.org/merged jessie-security main
  16. deb http://auto.mirror.devuan.org/merged jessie-updates main
  17. deb-src http://auto.mirror.devuan.org/merged jessie-updates main
  18. deb http://auto.mirror.devuan.org/devuan jessie-proposed main
  19. deb-src http://auto.mirror.devuan.org/devuan jessie-proposed main
  20. deb http://auto.mirror.devuan.org/merged jessie-backports main
  21. deb-src http://auto.mirror.devuan.org/merged jessie-backports main
  22.  
  23. deb http://auto.mirror.devuan.org/devuan experimental main
  24. deb-src http://auto.mirror.devuan.org/devuan experimental main
  25. deb http://auto.mirror.devuan.org/devuan ceres main
  26. deb-src http://auto.mirror.devuan.org/devuan ceres main
  27.  
  28. #wget -nv https://download.opensuse.org/repositories/home:stevenpusser/Debian_Testing/Release.key -O Release.key
  29. #apt-key add - < Release.keys
  30. deb http://download.opensuse.org/repositories/home:/stevenpusser/Debian_Testing/ /
  31.  
  32. #gpg --keyserver keyserver.ubuntu.com --recv-keys C0145138
  33. #gpg --export --armor C0145138 | sudo apt-key add -
  34. deb http://moblock-deb.sourceforge.net/debian wheezy main
  35. deb-src http://moblock-deb.sourceforge.net/debian wheezy main
  36. deb http://moblock-deb.sourceforge.net/debian jessie main
  37. deb-src http://moblock-deb.sourceforge.net/debian jessie main
  38. deb http://moblock-deb.sourceforge.net/debian stretch main
  39. deb-src http://moblock-deb.sourceforge.net/debian stretch main
  40. deb http://moblock-deb.sourceforge.net/debian sid main
  41. deb-src http://moblock-deb.sourceforge.net/debian sid main
  42.  
  43. #wget -qO - https://pkg.tox.chat/debian/pkg.gpg.key | sudo apt-key add -
  44. #deb https://pkg.tox.chat/debian stable jessie
  45.  
  46. #wget -nc https://dl.winehq.org/wine-builds/Release.key
  47. #sudo apt-key add Release.key
  48. deb https://dl.winehq.org/wine-builds/debian/ sid main
  49. deb https://dl.winehq.org/wine-builds/debian/ jessie main
  50. deb https://dl.winehq.org/wine-builds/debian/ testing main
  51. deb https://dl.winehq.org/wine-builds/debian/ debian-wheezy-development main
  52. deb https://dl.winehq.org/wine-builds/debian/ debian-wheezy-staging main
  53. deb https://dl.winehq.org/wine-builds/debian/ debian-jessie-development main
  54. deb https://dl.winehq.org/wine-builds/debian/ debian-jessie-staging main
  55. deb https://dl.winehq.org/wine-builds/debian/ debian-stretch-development main
  56. deb https://dl.winehq.org/wine-builds/debian/ debian-stretch-staging main
  57. deb https://dl.winehq.org/wine-builds/debian/ debian-sid-development main
  58. deb https://dl.winehq.org/wine-builds/debian/ debian-sid-staging main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement