Essential for updating the Debian source List System

Source: Internet
Author: User
Tags gtk

In Debian, system updates, software downloads, and so on are all connected to the default image site. These site addresses are stored in the "software source list file" ("Source" for short ". This is the source list of my Debian TestingSqueeze) and Debian UnstableSid. You must edit sources. list as an administrator.

Edit with nano:

 
 
  1. sudo nano etc/apt/sources.list 

Edit using gedit:

 
 
  1. gksu gedit etc/apt/sources.list 

Edit using kwrite:

 
 
  1. kdesu kwrite etc/apt/sources.list 
 
 
  1. # Debian Testing Squeeze Official / Non Official Repository List  
  2. # By PAOLO C. (www.paolocampitelli.com/debian-repository-list)  
  3. # To Disable a repository put a # before repository link.  
  4. # [Last Update: 08/05/2010]  
  5. ### Official Debian Squeeze Repository ###  
  6. deb ftp://ftp.it.debian.org/debian/ testing main contrib non-free  
  7. deb-src ftp://ftp.it.debian.org/debian/ testing main contrib non-free  
  8. ### Official Debian Squeeze Security Update ###  
  9. deb http://security.debian.org/ testing/updates main contrib non-free  
  10. ### Debian Volatile (squeeze) ###  
  11. deb http://volatile.debian.org/debian-volatile squeeze/volatile 
    main contrib non-free  
  12. ### Marillat Debian Multimedia ###  
  13. deb http://www.debian-multimedia.org/ testing main  
  14. deb-src http://www.debian-multimedia.org/ testing main  
  15. ### Maxer Multimedia (sometimes Down) ###  
  16. # deb http://repos.knio.it/ testing main contrib non-free  
  17. # deb-src http://repos.knio.it/ testing main contrib non-free  
  18. ### Unofficial Debian Repository ###  
  19. #deb http://unofficial.debian-maintainers.org/ squeeze main 
    contrib non-free restricted  
  20. #deb-src http://unofficial.debian-maintainers.org/ squeeze 
    main contrib non-free restricted  
  21. ### Java LG3D Looking Glass ###  
  22. #deb http://javadesktop.org/lg3d/debian testing contrib  
  23. ### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ###  
  24. deb http://getswiftfox.com/builds/debian unstable non-free  
  25. ### Skype ###  
  26. deb http://download.skype.com/linux/repos/debian/ stable non-free  
  27. ### Opera Browser ###  
  28. deb http://deb.opera.com/opera/ lenny non-free  
  29. ###Java 6 JRE/SDK (From Official Debian Repository) ###  
  30. deb http://ftp.bononia.it/debian unstable main contrib non-free  
  31. ### Enlightment E17 Official Repository ###  
  32. deb http://edevelop.org/debian/ testing main  
  33. ### InitNG- Next Generation Init Start Repository ###  
  34. #deb http://debian.mawk.org/debian/ binary/  
  35. #deb-src http://debian.mawk.org/debian/ source/  
  36. ### eMoviX ###  
  37. deb http://organact.mine.nu/debian unstable/  
  38. ### WxWidget Repository ###  
  39. #deb http://apt.tt-solutions.com/debian/ etch main  
  40. ### TOR ###  
  41. deb http://mirror.noreply.org/pub/tor lenny main  
  42. deb-src http://mirror.noreply.org/pub/tor lenny main  
  43. ### VirtualBox ###  
  44. deb http://www.virtualbox.org/debian lenny non-free  
  45. ### Emesene- GTK Msn Client SVN Repository ###  
  46. deb http://apt.emesene.org/ ./  
  47. deb-src http://apt.emesene.org/ ./  
  48. ### Google software repository ###  
  49. deb http://dl.google.com/linux/deb/ stable non-free  
  50. ### Wine HQ Repository ###  
  51. deb http://www.lamaresh.net/apt squeeze main  
  52. ### aMule CVS Repository ###  
  53. deb http://www.vollstreckernet.de/debian/ testing amule wx 
 
 
  1. # Debian Sid Official / Non Official Repository List  
  2. # By PAOLO C. (www.paolocampitelli.com/debian-repository-list)  
  3. # To Disable a repository put a # before repository link.  
  4. # [Last Update: 08/05/2010]  
  5. ### Official Debian Sid Repository ###  
  6. deb ftp://ftp.it.debian.org/debian/ sid main contrib non-free  
  7. deb-src ftp://ftp.it.debian.org/debian/ sid main contrib non-free  
  8. ### Official Debian Testing Security Update ###  
  9. deb http://security.debian.org/ testing/updates main contrib non-free  
  10. ### Marillat Debian Multimedia ###  
  11. deb http://www.debian-multimedia.org/ sid main  
  12. deb-src http://www.debian-multimedia.org/ sid main  
  13. ### Maxer Multimedia (sometimes Down) ###  
  14. # deb http://repos.knio.it/ unstable main contrib non-free  
  15. # deb-src http://repos.knio.it/ unstable main contrib non-free  
  16. ### Unofficial Debian Repository ###  
  17. deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted  
  18. deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted  
  19. ### Java LG3D Looking Glass ###  
  20. #deb http://javadesktop.org/lg3d/debian unstable contrib  
  21. ### Swiftfox, a Mozilla Firefox i686 Optimized Official Repository ###  
  22. deb http://getswiftfox.com/builds/debian unstable non-free  
  23. ### Skype ###  
  24. deb http://download.skype.com/linux/repos/debian/ stable non-free  
  25. ### Opera Browser ###  
  26. deb http://deb.opera.com/opera/ sid non-free  
  27. ###Java 6 JRE/SDK (From Official Debian Repository) ###  
  28. deb http://ftp.bononia.it/debian unstable main contrib non-free  
  29. ### Enlightment E17 Official Repository ###  
  30. deb http://edevelop.org/debian/ unstable main  
  31. ### InitNG- Next Generation Init Start Repository ###  
  32. #deb http://debian.mawk.org/debian/ binary/  
  33. #deb-src http://debian.mawk.org/debian/ source/  
  34. ### eMoviX ###  
  35. #deb http://organact.mine.nu/debian/ unstable/  
  36. ### WxWidget Repository ###  
  37. #deb http://apt.tt-solutions.com/debian/ etch main  
  38. ### TOR ###  
  39. deb http://mirror.noreply.org/pub/tor sid main  
  40. deb-src http://mirror.noreply.org/pub/tor sid main  
  41. ### VirtualBox ###  
  42. deb http://www.virtualbox.org/debian etch non-free  
  43. ### Emesene- GTK Msn Client SVN Repository ###  
  44. deb http://apt.emesene.org/ ./  
  45. deb-src http://apt.emesene.org/ ./  
  46. ### Google software repository ###  
  47. deb http://dl.google.com/linux/deb/ stable non-free  
  48. ### Wine HQ Repository ###  
  49. deb http://www.lamaresh.net/apt sid main  
  50. ### aMule CVS Repository ###  
  51. deb http://www.vollstreckernet.de/debian/ unstable amule wx  
  52. ### VLC SVN Repository ###  
  53. #deb http://nightlies.videolan.org/build/sid-i386/arch/ ./ 

The above is a summary of the Debian source list. We hope it will be helpful for you in future system updates and software downloads.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.