Guest User

Untitled

a guest
Oct 26th, 2019
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. demo@mx1:/etc/apt/sources.list.d
  2. $ ls
  3. antix.list debian.list debian-stable-updates.list mx.list various.list
  4. demo@mx1:/etc/apt/sources.list.d
  5. $ cat antix.list
  6. # Use with Debian Stable/buster repositories.
  7. deb http://iso.mxrepo.com/antix/buster buster main
  8. #deb-src http://iso.mxrepo.com/antix/buster buster main
  9. demo@mx1:/etc/apt/sources.list.d
  10. $ cat debian.list
  11. # Debian Stable.
  12. deb http://deb.debian.org/debian buster main contrib non-free
  13. deb http://deb.debian.org/debian-security buster/updates main contrib non-free
  14. #deb-src http://deb.debian.org/debian buster main contrib non-free
  15.  
  16. #stretch backports
  17. #deb http://deb.debian.org/debian buster-backports main contrib non-free
  18. demo@mx1:/etc/apt/sources.list.d
  19. $ cat debian-stable-updates.list
  20. # Debian stretch Updates
  21. deb http://deb.debian.org/debian buster-updates main contrib non-free
  22. demo@mx1:/etc/apt/sources.list.d
  23. $ cat mx.list
  24. # MX Community Main and Test Repos
  25. deb http://mxrepo.com/mx/repo/ buster main non-free
  26. #deb http://mxrepo.com/mx/testrepo/ buster test
  27. demo@mx1:/etc/apt/sources.list.d
  28. $ cat various.list
  29. # opera
  30. #deb http://deb.opera.com/opera/ stable non-free
  31.  
  32. # virtualbox
  33. #deb http://download.virtualbox.org/virtualbox/debian buster contrib
  34.  
  35.  
  36. demo@mx1:/etc/apt/sources.list.d
  37. $
Advertisement
Add Comment
Please, Sign In to add comment