Advertisement
corrosiontears

Sources.list Debian Sid Híbrido

Mar 19th, 2013
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.46 KB | None | 0 0
  1. ## Repositórios Oficiais
  2.  
  3. # Debian Official
  4. # deb http://ftp.debian.org/debian/ stable main contrib non-free
  5. # deb http://ftp.debian.org/debian/ testing main contrib non-free
  6. deb http://ftp.debian.org/debian/ unstable main contrib non-free  
  7. deb http://ftp.debian.org/debian/ experimental main contrib non-free
  8.  
  9. # Debian Official sources
  10. # deb-src http://ftp.debian.org/debian/ stable main contrib non-free
  11. # deb-src http://ftp.br.debian.org/debian/ testing main contrib non-free
  12. # deb-src http://ftp.br.debian.org/debian/ unstable main contrib non-free
  13. # deb-src http://ftp.br.debian.org/debian/ experimental main contrib non-free
  14.  
  15. # Debian-Multmedia
  16. # Chave GPG: apt-get install deb-multimedia-keyring
  17. # deb http://www.deb-multimedia.org/ testing main non-free
  18. deb http://www.deb-multimedia.org/ unstable main non-free
  19.  
  20. # Debian Security
  21. # deb http://security.debian.org/ testing/updates main contrib non-free
  22. # deb-src http://security.debian.org/ testing/updates main contrib non-free
  23.  
  24. # SolusOS Testing
  25. # Chave GPG: apt-get install solusos-keyring
  26. deb http://packages.solusos.com/ two main upstream import non-free
  27. # deb-src http://packages.solusos.com/ two main upstream import non-free
  28.  
  29. # Linux Mint Debian Edition.
  30. # Chave GPG: apt-get install linuxmint-keyring
  31. deb http://packages.linuxmint.com/ debian main upstream import incoming
  32.  
  33. # KDE Experimental Snapshots.
  34. # Chave GPG: apt-get install pkg-kde-archive-keyring
  35. # deb http://qt-kde.debian.net/debian experimental-snapshots main
  36. # deb-src http://qt-kde.debian.net/debian experimental-snapshots main
  37.  
  38. ## Repositório de Terceiros:
  39.  
  40. # Kernel liquorix.
  41. # Chave GPG: sudo apt-get install liquorix-archive-keyring liquorix-keyring liquorix-keyrings
  42. # deb http://liquorix.net/debian/ sid main
  43. # deb http://ftp.belnet.be/mirror/liquorix.net/debian sid main
  44.  
  45. # Google Linux Softwares (Google Chrome e Google Talk Plugin)
  46. # GPG: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
  47. # deb http://dl.google.com/linux/chrome/deb/ stable main
  48. # deb http://dl.google.com/linux/talkplugin/deb/ stable main
  49.  
  50. ## PPA's do Ubuntu:
  51.  
  52. # Webupd8 Ubuntu Themes.
  53. # Chave GPG: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
  54. # deb http://ppa.launchpad.net/webupd8team/themes/ubuntu precise main
  55. # Tiheum Equinox PPA.
  56. # Chave GPG: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4631BBEA
  57. # deb http://ppa.launchpad.net/tiheum/equinox/ubuntu precise main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement