Advertisement
cros

sources.list debian

Sep 10th, 2011
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Fazer os ajustes necessarios
  2. #
  3. #
  4. deb http://ftp.br.debian.org/debian/ lenny main
  5. deb-src http://ftp.br.debian.org/debian/ lenny main
  6.  
  7. deb http://security.debian.org/ lenny/updates main
  8. deb-src http://security.debian.org/ lenny/updates main
  9.  
  10. deb http://volatile.debian.org/debian-volatile lenny/volatile main
  11. deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
  12.  
  13. deb http://ftp.br.debian.org/debian/ lenny main contrib non-free
  14. deb-src http://ftp.br.debian.org/debian/ lenny main contrib non-free
  15.  
  16. deb http://security.debian.org/ lenny/updates main contrib non-free
  17. deb-src http://security.debian.org/ lenny/updates main contrib non-free
  18.  
  19. deb http://volatile.debian.org/debian-volatile lenny/volatile main
  20. deb-src http://volatile.debian.org/debian-volatile lenny/volatile main
  21.  
  22. deb http://www.debian-multimedia.org lenny main
  23. deb http://ftp.br.debian.org/debian-multimedia/ lenny main
  24.  
  25.  
  26. ### Debian SID/Unstable.
  27. ## ---------------------------
  28. deb http://mirrors.geeks.org/debian/ sid main contrib non-free
  29. deb http://www.debian-multimedia.org sid main non-free
  30. deb http://ftp.br.debian.org/debian/ lenny main contrib non-free
  31. deb-src http://ftp.br.debian.org/debian/ lenny main contrib non-free
  32.  
  33. deb http://security.debian.org/ lenny/updates main contrib non-free
  34. deb http://ftp.br.debian.org/debian/ lenny-proposed-updates main contrib non-free
  35. deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
  36. deb-src http://security.debian.org/ lenny/updates main contrib non-free
  37. deb-src http://ftp.br.debian.org/debian/ lenny-proposed-updates main contrib non-free
  38. deb-src http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
  39.  
  40. ### Debian 6.0.1a Squeeze/Stable 'Multimedia'.
  41. deb http://www.debian-multimedia.org squeeze main non-free
  42. deb http://ftp.br.debian.org/debian-multimedia squeeze main non-free
  43.  
  44. ### Debian SID/Unstable.
  45. ## ---------------------
  46. deb http://mirrors.geeks.org/debian/ sid main contrib non-free
  47. deb http://www.debian-multimedia.org sid main non-free
  48.  
  49. ### Debian Lenny/OldStable.
  50. ## ------------------------
  51. deb http://ftp.br.debian.org/debian/ lenny main contrib non-free
  52. deb http://security.debian.org/ lenny/updates main contrib non-free
  53. deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
  54.  
  55. # KDE
  56. #
  57. ### Debian Wheezy/Testing 7.0.
  58. ## ---------------------------
  59. #deb http://mirrors.geeks.org/debian/ wheezy main contrib non-free
  60. #deb http://security.debian.org/ wheezy/updates main contrib non-free
  61. #deb http://www.debian-multimedia.org wheezy main non-free
  62.  
  63. ### Debian SID/Unstable.
  64. ## ---------------------------
  65. #deb http://mirrors.geeks.org/debian/ sid main contrib non-free
  66. #deb http://www.debian-multimedia.org sid main non-free
  67. #
  68. ##################################################################
  69. #
  70. ##################################################################
  71. #
  72. # Plugin para firefox
  73. # apt-get install sun-java6-jre sun-java6-plugin
  74. #
  75. #pacote "debian-multimedia-keyring", usando o apt:
  76. #
  77. # apt-get install debian-multimedia-keyring
  78.  
  79. # adicionar a chave manualmente:
  80. #
  81. # gpg --keyserver subkeys.pgp.net --recv-keys 07DC563D1F41B907
  82. # gpg --export --armor 07DC563D1F41B907 | apt-key add -
  83.  
  84. # Kaffeine
  85. # apt-get install vlc mplayer kaffeine libdvdcss2 w32codecs
  86. #
  87. # Compactador e descompactador
  88. # apt-get install bzip2 zip rar p7zip
  89. # Fontes
  90. # apt-get install xfonts-terminus xfonts-terminus-oblique xfonts-mona ttf-georgewilliams ttf-nafees ttf-freefont ttf-bitstream-vera
  91. # apt-get install ttf-mscorefonts-installer
  92. #
  93. # sudo apt-get update
  94. # sudo apt-get install pacote
  95. # sudo apt-get install kdebase kde-standard kde-l10n-ptbr kdm
  96. # sudo apt-get install kde-full kde-l10n-ptbr kdm
  97. #
  98. # Atualizar distribuicao
  99. #
  100. # sudo apt-get update
  101. # sudo apt-get upgrade
  102. # sudo apt-get dist-upgrade
  103. #
  104. # sudo aptitude update
  105. # sudo aptitude safe-upgrade
  106. # sudo aptitude full-upgrade
  107. #
  108. # instalar via cd-rom
  109. #
  110. # sudo apt-cdrom add
  111. # sudo apt-get update
  112. # sudo apt-get upgrade
  113. # sudo apt-get dist-upgrade
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement