Advertisement
corrosiontears

Source List - Linux Mint Debian Edition + Pacotes Extras

Feb 23rd, 2012
310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ###################################################
  2. ############# Default LinuxMint-Debian ############
  3. ###################################################
  4.  
  5. deb http://packages.linuxmint.com/ debian main upstream import
  6. deb http://ftp.debian.org/debian testing main contrib non-free
  7. deb http://security.debian.org/ testing/updates main contrib non-free
  8. deb http://www.debian-multimedia.org testing main non-free
  9.  
  10.  
  11. ##############################################################
  12. ##################### UNOFFICIAL REPOS ######################
  13. ##############################################################
  14.  
  15. ###### 3rd Party Binary Repos
  16.  
  17. #### Bimoid - http://bimoid.com/
  18. ## Run this command: wget -O - http://www.bimoid.com/debian/apt.key | apt-key add -
  19. deb http://www.bimoid.com/debian/ stable non-free
  20.  
  21. #### Google Linux Software Repositories - http://www.google.com
  22. ## Run this command: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
  23. deb http://dl.google.com/linux/deb/ stable non-free main
  24.  
  25. #### Opera .deb Repository - http://deb.opera.com/
  26. ## Run this command: wget -O - http://deb.opera.com/archive.key | apt-key add -
  27. deb http://deb.opera.com/opera/ sid non-free
  28.  
  29. #### Skype - http://www.skype.com
  30. ## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e | apt-key add -
  31. deb http://download.skype.com/linux/repos/debian/ stable non-free
  32.  
  33. #### Unofficial Maintainer - http://unofficial.debian-maintainers.org/
  34. ## Run this command: wget -q -O - http://unofficial.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -
  35. deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted
  36.  
  37. #### Wine - http://www.winehq.org/
  38. ## Run this command: wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
  39. deb http://www.lamaresh.net/apt sid main
  40.  
  41. #Remastersys Oneiric
  42. deb http://www.remastersys.com/ubuntu oneiric main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement