Advertisement
Guest User

Untitled

a guest
Jun 8th, 2016
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. tux@MIRR:~$ sudo nano /etc/apt/sources.list
  2. tux@MIRR:~$ sudo apt-get update
  3. Hit:1 http://security.debian.org/debian-security stretch/updates InRelease
  4. Hit:2 http://mirrors.kernel.org/debian stretch InRelease
  5. Hit:3 http://mirrors.kernel.org/debian stretch-updates InRelease
  6. Reading package lists... Done
  7. N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://security.debian.org/debian-security stretch/updates InRelease' doesn't support architecture '1386'
  8. N: Skipping acquire of configured file 'contrib/binary-1386/Packages' as repository 'http://security.debian.org/debian-security stretch/updates InRelease' doesn't support architecture '1386'
  9. N: Skipping acquire of configured file 'non-free/binary-1386/Packages' as repository 'http://security.debian.org/debian-security stretch/updates InRelease' doesn't support architecture '1386'
  10. N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch InRelease' doesn't support architecture '1386'
  11. N: Skipping acquire of configured file 'non-free/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch InRelease' doesn't support architecture '1386'
  12. N: Skipping acquire of configured file 'contrib/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch InRelease' doesn't support architecture '1386'
  13. N: Skipping acquire of configured file 'main/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch-updates InRelease' doesn't support architecture '1386'
  14. N: Skipping acquire of configured file 'contrib/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch-updates InRelease' doesn't support architecture '1386'
  15. N: Skipping acquire of configured file 'non-free/binary-1386/Packages' as repository 'http://mirrors.kernel.org/debian stretch-updates InRelease' doesn't support architecture '1386'
  16. tux@MIRR:~$ cat /etc/apt/sources.list
  17. #
  18.  
  19. # deb cdrom:[Debian GNU/Linux testing _Stretch_ - Official Snapshot amd64 xfce-CD Binary-1 20160229-01:51]/ stretch main
  20.  
  21. #deb cdrom:[Debian GNU/Linux testing _Stretch_ - Official Snapshot amd64 xfce-CD Binary-1 20160229-01:51]/ stretch main
  22.  
  23. deb http://mirrors.kernel.org/debian/ stretch main non-free contrib
  24. # deb-src http://mirrors.kernel.org/debian/ stretch main non-free contrib
  25.  
  26. deb http://security.debian.org/debian-security stretch/updates main contrib non-free
  27. # deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
  28.  
  29. # stretch-updates, previously known as 'volatile'
  30. deb http://mirrors.kernel.org/debian/ stretch-updates main contrib non-free
  31. # deb-src http://mirrors.kernel.org/debian/ stretch-updates main contrib non-free
  32.  
  33. # stretch-backports, previously on backports.debian.org
  34. # Line commented out by installer because it failed to verify:
  35. #deb http://mirrors.kernel.org/debian/ stretch-backports main contrib non-free
  36. # deb-src http://mirrors.kernel.org/debian/ stretch-backports main contrib non-free
  37. tux@M
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement