LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 06-06-2005, 12:45 PM   #1
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Post your sources.list


Not that installing from source is difficult, but I try to find a repository for apps if I can. Apt is one of the things that makes Debian so great. Please share your /etc/apt/sources.list. Try not to ask questions in this thread instead start a new thread.

Any questions about installing certain things like wireless, video drivers, etc please look through the Debian wiki at http://wiki.debian.org

A few notes
Make sure you do not have any non-US repositories listed as they were made obsolete when Sarge became stable.
Sun's Java is now in the Official Debian non-free repo.
The AMD-64 repositories from Debian are now in the normal repos.
Adobe Flash is in contrib/non-free for testing/sid, for stable use the backports.org repo.
If you want the non-free nvidia/ati drivers you need contrib non-free.

# /etc/apt/sources.list
Code:
 Craigevil's Giant Debian /etc/apt/sources.list  Updated June 07, 2010
# This list covers Debian Stable, Testing, Sid, Experimental and many 3rd party repos , only use the repos that apply to your release.
#  I have included the webpage for most of the  repos, make sure you get the GPG key for any repos you use.
# This list is for Debian if you are using Ubuntu do not use this list. Instead you can use the Ubuntu Sources List Generator - http://repogen.simplylinux.ch/

#  Some helpful links:
#  Official Debian mirrors http://www.debian.org/mirror/list
#  Find older Debian packages http://snapshot.debian.net/
#  mentors.debian.net Helps you get your packages into Debian http://mentors.debian.net
#  The Debian GNU/Linux FAQ - Basics of the Debian package management system - http://www.debian.org/doc/FAQ/ch-pkg_basics.html
#  Apt-Pinning for Beginners - http://jaqque.sbih.org/kplug/apt-pinning.html
#  aptitude user's manual - http://algebraicthunk.net/~dburrows/projects/aptitude/doc/en/
#  Search Debian -- Packages - http://www.debian.org/distrib/packages
#  Backports.org package search http://www.backports.org/dokuwiki/doku.php?id=packages
#  apt-get.org: Unofficial APT repositories - http://www.apt-get.org/
#  Debian-Database.ORG - Unofficial Debian Repositories Collected - http://www.debian-database.org/?s=repos
#  Debian Sources List Generator - http://debgen.simplylinux.ch/
#  smxi - unofficial Debian maintenance script http://smxi.org/site/install.htm
#  Exoodles multimedia installer script http://tinyurl.com/2vjj3lp



#############################
## OFFICIAL DEBIAN REPOS ##
#############################

###############
## Debian Sid ###
###############
# Debian sid FAQ - http://wooledge.org/~greg/sidfaq.html
# There is no security, volatile or backports repo for unstable.
# Unstable Sid
 #deb http://http.us.debian.org/debian/ unstable main contrib non-free
# Unstable Sources
 #deb-src http://http.us.debian.org/debian/ unstable main contrib non-free

##################
## Experimental ##
##################
# Debian experimental http://wiki.debian.org/DebianExperimental
#deb http://ftp.debian.org/debian/ experimental main contrib non-free 

###########################
## Debian Testing/Squeeze ##
###########################
# Testing
#deb http://ftp.debian.org/debian/ testing main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing main contrib non-free
# Testing Security  http://secure-testing-master.debian.net/
#deb http://security.debian.org squeeze/updates main contrib non-free
#deb-src http://security.debian.org squeeze/updates main contrib non-free
#Testing Proposed Updates
#deb http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free
#deb-src http://ftp.debian.org/debian/ testing-proposed-updates main contrib non-free

#######################
## Debian Stable Lenny ##
#######################
#Stable
#deb http://http.us.debian.org/debian/ lenny main contrib non-free
#Stable Sources
#deb-src http://http.us.debian.org/debian/ lenny main contrib non-free

#Security Updates  http://www.debian.org/security/
#deb http://security.debian.org/ lenny/updates main contrib non-free

# Debian Volatile http://www.debian.org/volatile/
# deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free
# deb http://volatile.debian.org/debian-volatile lenny/volatile-sloppy main contrib non-free

# Debian Stable Backports
# For information visit
# http://www.backports.org/dokuwiki/doku.php?id=instructions
# Secure apt: apt-get install debian-backports-keyring
#deb http://www.backports.org/debian lenny-backports main contrib non-free

# Lenny and a Half http://wiki.debian.org/LennyAndAHalf Read before using.
# deb ftp://ftp.debian.org/debian lenny-proposed-updates main

#################
## DebianEeepc ##
#################
## Debian Eee PC http://wiki.debian.org/DebianEeePC/Repository
# Testing
#deb http://eeepc.debian.net/debian squeeze main contrib non-free
#deb-src http://eeepc.debian.net/debian squeeze main contrib non-free
# Unstable
#deb http://eeepc.debian.net/debian sid main contrib non-free
#deb-src http://eeepc.debian.net/debian sid main contrib non-free

#############################################
### END LIST OF OFFICIAL DEBIAN REPOS ###
#############################################

###########################
### EXTERNAL SOURCES ###
###########################
Disclaimer: This is experimental software. Use at your own risk.
As with ANY software you download from a public server, you should be extremely careful with what you install.
craigevil cannot be held liable under any circumstances for damage to hardware or software, lost data, or other direct or indirect damage resulting from the use of this list.
Packages may not be compatible with official Debian packages or may even be severely broken and cause damage to your system!  You have been warned.


##############
## KERNELS ##
##############
## Liquorix Kernel by damentz http://www.liquorix.net/ .
# Secure Apt: apt-get install '^liquorix-([^-]+-)?keyring.?'
# Latest "stable" kernel
# deb http://liquorix.net/debian/ sid main
# RC/Beta kernels
# deb http://liquorix.net/debian/ sid main future

# Debian Experimental Doesn't seem to work
# deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main

##################
##  MULTIMEDIA  ##
##################
# Debian Multimedia Packages - http://debian-multimedia.org/
# Secure apt: apt-get install debian-multimedia-keyring
# deb http://www.debian-multimedia.org lenny  main non-free
#deb http://www.debian-multimedia.org squeeze main non-free
#deb http://www.debian-multimedia.org sid main non-free
# Experimental Staging
# deb http://www.debian-multimedia.org experimental main non-free

# Goggles Music Manager http://code.google.com/p/gogglesmm/
# http://www.progchild.de/debian/#packages
# Secure apt: apt-get install progchild-keyring
#deb http://apt.progchild.de stable main
#deb-src http://apt.progchild.de stable main

# Gmusicbrowser for Debian Stable http://gmusicbrowser.org/download.html
# It is already in testing and unstable Debian repos
#deb http://gmusicbrowser.org/deb ./

## LUDOMATIC REPOSITORY http://apt.ludomatic.fr/?hl=en
# sdlmame, sdlmess (both packages are in testing and sid)
#deb http://apt.ludomatic.fr lenny non-free
#deb-src http://apt.ludomatic.fr lenny non-free

# Minitube http://flavio.tordini.org/minitube
# Unofficial repos for i686 and amd64
# deb http://debian.sur5r.net/minitube testing main
# Minitube for sid
# Secure Apt: apt-get install frickelplatz-archive-keyring frickelplatz-keyring frickelplatz-keyrings
#deb http://frickelplatz.de/debian/ sid main non-free contrib

# RareWares/Debian Multi-Media Repository for Unstable
# Info http://www.rarewares.org/debian.html
#deb http://www.rarewares.org/debian/packages/unstable/ ./
# RareWares/Debian Multi-Media Repository for Unstable - Experimental Staging
#deb http://www.rarewares.org/debian/packages/experimental/ ./

# VLC http://www.videolan.org/vlc/download-debian.html
# deb http://download.videolan.org/pub/videolan/debian sid main
# deb-src http://download.videolan.org/pub/videolan/debian sid main

# VLC [nightly builds] http://nightlies.videolan.org/#debian
#For Debian Sid I386 (unstable) add the following line to your sources.list:
#deb http://nightlies.videolan.org/build/sid-i386/arch ./
#For Debian Sid AMD64 (unstable) add the following line to your sources.list:
#deb http://nightlies.videolan.org/build/sid-amd64/arch ./

# My Media System http://mymediasystem.org/
# deb http://www.prodeia.de/mms/sid binary/
# deb-src http://www.prodeia.de/mms source/

# Tovid http://tovid.wikia.com/wiki/Installing_tovid/Debian
# deb http://tovid.sourceforge.net/download/debian unstable contrib
# deb-src http://tovid.sourceforge.net/download/debian unstable contrib

# Freevo
# http://doc.freevo.org/FreevoAptDebian
# deb http://freevo.sourceforge.net/debian unstable main

# cinepaint http://www.cinepaint.org/
# deb http://sidux.net/etorix/i386 ./ [or /amd64 for 64-bit]

#Cinerella  Also in debian-multimedia.org's repo
# http://cinelerra.org/getting_cinelerra.php#apt
#x86 Debian packages are built from SVN by Andraz Tori,
    #To install the package add this line to your sources list:
    #For i386 processors:
    deb http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
    #For Pentium4 processors:
    deb http://www.kiberpipa.org/~minmax/cinelerra/builds/pentium4/ ./
    #For Athlon processors:
    #deb http://www.kiberpipa.org/~minmax/cinelerra/builds/athlonxp/ ./
   # Apt-source:
    #deb-src http://www.kiberpipa.org/~minmax/cinelerra/builds/sid/ ./
    #AMD64 Debian packages are built from SVN by Valentina Messeri.
    #To install the package add this line to your sources list:
    #deb http://giss.tv/~vale/debian64 ./
    #Apt-source:
    #deb-src http://giss.tv/~vale/debian64 ./

#################
### DESKTOPS ###
#################
# Unofficial Debian Stable  kde4 backports http://www.debian-desktop.org/doku.php/sources.list
# Secure APT - http://www.debian-desktop.org/doku.php#there_is_now_secure_apt_config_starting_with_kde_4.2.1_repository
# # KDE 4.3.1 (taken from testing) - upgraded to 4.3.2 on November 5th amd64, i386, powerpc (lenny)
#deb http://www.debian-desktop.org/pub/linux/debian/kde43 lenny-backports main contrib non.free
#deb-src http://www.debian-desktop.org/pub/linux/debian/kde43 lenny-backports main contrib non.free

# LXDE http://www.lxde.org
# LXDE is in the normal Debian Repos lxtask, sakura
# deb http://people.linux.org.tw/~andrew/debian/lxde/ ./  

# Remastersys LXDE Control Panel Uses grub-legacy be careful using in testing or unstable
# http://www.geekconnection.org/remastersys/
#deb http://www.geekconnection.org/remastersys/repository remastersys-lxde/
#deb http://www.geekconnection.org/remastersys/repository debian/

# ROX Desktop
# For info see: http://rox.sourceforge.net/desktop/node/86
# deb ftp://ftp.berlios.de/pub/rox4debian binary/

# Enlightenment E17
# Enlightenment binary packages - http://packages.enlightenment.org/debian/
#deb http://packages.enlightenment.org/debian lenny main extras
#deb http://packages.enlightenment.org/debian squeeze main extras
#deb http://packages.enlightenment.org/debian sid main extras   

# Cairo dock
#wget -q http://repository.cairo-dock.org/cairo-dock.gpg -O- | apt-key add -
#deb http://repository.cairo-dock.org/debian stable cairo-dock
# Also in frickelplatz.de for sid
#deb http://frickelplatz.de/debian/ sid main non-free contrib

# Cathbards Debian/Mint Artwork repo
# http://cathbard.com/cathbard-repo-howto.html
# Secure Apt: apt-get install cathbard-keyring
# http://www.cathbard.com/
# deb ftp://cathbard.com/ ./

# Xadras KDE4 plasmoids
# http://sidux.wuertz.org/
# Secure Apt: apt-get install xadras-keyring
# deb http://sidux.wuertz.org/ sid main

# Easy Linux for the Elderly http://www.eldy.eu/
#apt-get install eldy
#deb http://deb.vegans.it binary/

# O.S. Revolution Unofficial Debian Repository - http://download.tuxfamily.org/osrdebian/index.html
# Emerald , Compiz
# Beware older packages, do not update compiz from here.
# deb http://download.tuxfamily.org/osrdebian unstable compiz-fusion-git

##################
## SERVERS/VM  ##
##################
# The repository for Debian-based LAMP servers Look in backports.org first!
# http://www.dotdeb.org/  Mirrors:http://www.dotdeb.org/mirrors/
#deb http://packages.dotdeb.org stable all
#deb-src http://packages.dotdeb.org stable all

# Virtualbox non-ose
# http://www.virtualbox.org/wiki/Linux_Downloads
# Secure Apt wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- |  apt-key add -
# deb http://download.virtualbox.org/virtualbox/debian lenny non-free
# deb http://download.virtualbox.org/virtualbox/debian etch non-free

# debian.pkgs.cpan.org -- debified CPAN packages
#  note these packages are not signed
#deb http://debian.pkgs.cpan.org/debian unstable main

# Webmin http://www.webmin.com/deb.html
# See http://bugs.debian.org/343897 about the removal from Debian
# deb http://download.webmin.com/download/repository sarge contrib

#######################
## Debian based distros #
#######################
# Be very careful using repos from other distros.

# DREAMLINUX http://www.dreamlinux.com.br/
# deb http://ngsys.eti.br/debian/ dream/
# deb http://ngsys.eti.br/debian/ generic/

# KNOPPIX Sources http://debian-knoppix.alioth.debian.org/
# deb-src http://debian-knoppix.alioth.debian.org ./
# KNOPPIX Precompiled binaries
# deb http://debian-knoppix.alioth.debian.org ./

# sidux http://sidux.com/files/misc/sources.list.d/
# Secure apt - apt-get install sidux-keyrings
#deb http://sidux.com/debian/ sid main contrib non-free fix.main fix.contrib fix.non-free
#deb-src http://sidux.com/debian/ sid main contrib non-free fix.main fix.contrib fix.non-free

## grml More information available at the grml-wiki: http://wiki.grml.org/doku.php?id=debian
# stable repository
# deb http://deb.grml.org/ grml-stable main
# deb-src http://deb.grml.org/ grml-stable main
# testing/development repository:
# deb http://deb.grml.org/ grml-testing main
# deb-src http://deb.grml.org/ grml-testing main

# Mepis is a Gnu/Linux distribution based on Debian stable http://main.mepis-deb.org/
#deb http://main.mepis-deb.org/mepiscr/repo/ mepis8cr main non-free  (for Mepis 8.0 Main repo)
#deb http://restricted.mepis-deb.org/mepiscr/repo/ mepis8cr restricted restricted-non-free  (for Mepis 8.0 Restricted repo)
# MEPIS improvements, overrides and updates--the MEPIS magic
#deb http://www.mirrorservice.org/sites/ftp.mepis.org/mepis/ mepis-8.5 main
#deb http://www.mirrorservice.org/sites/ftp.mepis.org/mepis/ mepis-8.0 main
# Mepis 8.5 Community repos
#deb http://main.mepis-deb.org/mepiscr/repo/ mepis85cr main non-free
#Restricted
#deb http://restricted.mepis-deb.org/mepiscr/repo/ mepis85cr restricted restricted-non-free
#Main testing
#deb http://main.mepis-deb.org/mepiscr/testrepo/ mepis85cr test
#Restricted testing
#deb http://restricted.mepis-deb.org/mepiscr/testrepo/ mepis85cr test-restricted

# 64Studio http://www.64studio.com/faq_user
#Stable 64 Studio repository
#deb http://apt.64studio.com/64studio/stable/ 64studio main
#Bleeding edge 64 Studio repository, only for testers!
#deb http://apt.64studio.com/64studio/testing/ 64studio main
#Backports repository, needed to get -dev packages
#deb http://apt.64studio.com/backports/ etch-backports main

# Kanotix
# Kano's Scriptpage for KANOTIX - http://kanotix.com/files/
# Kanotix Excalibur http://kanotix.com/files/excalibur/sources.list
#deb http://kanotix.com/files/excalibur ./
#deb-src http://kanotix.com/files/excalibur ./

# OzOS | The Reality Different E17- http://www.cafelinux.org/OzOs/
#deb http://cafelinux.org/Downloads/oz-os hungrytiger main
#deb http://cafelinux.org/Downloads/oz-os tinwoodman main

#######################
### WEB BROWSERS ###
#######################
# Google Chrome, Picasa, Google-Desktop http://www.google.com/linuxrepositories/apt.html
#(wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - )
# or (gpg --keyserver subkeys.pgp.net --recv A040830F7FAC5991 && gpg --export --armor A040830F7FAC5991 | sudo apt-key add - )
# Stable
# deb http://dl.google.com/linux/deb/ stable main non-free
# Google testing repository
#deb http://dl.google.com/linux/deb/ testing main non-free

# Opera Web Browser Official packages.
# For gpg see http://deb.opera.com/
# Opera Browser - Production release
#deb http://deb.opera.com/opera/ stable non-free
#deb http://deb.opera.com/opera/ testing non-free
#deb http://deb.opera.com/opera/ unstable non-free
# Opera Browser - Beta release
#deb http://deb.opera.com/opera-beta/ stable non-free
#deb http://deb.opera.com/opera-beta/ testing non-free
#deb http://deb.opera.com/opera-beta/ unstable non-free

# Swiftfox http://www.getswiftfox.com/index.htm
#deb http://getswiftfox.com/builds/debian unstable non-free

#Chromium Open-source Chrome// Chromium is in the Debian unstable repo
# Secure apt apt-get install frickelplatz-archive-keyring frickelplatz-keyring frickelplatz-keyrings
# apt-get install chromium-browser
#deb http://frickelplatz.de/debian/ sid main non-free contrib

######################
### MISCELLANEOUS  ##
######################
# DevZero’s repository for Debian Linux.
# List of packages http://debian.dev-zero.nl/list.php
# Lenny-experimental archive http://debian.dev-zero.nl/blog/archives/30
# deb http://debian.dev-zero.nl/debian lenny-experimental main
# Lenny-backports http://debian.dev-zero.nl/blog/about
# deb http://debian.dev-zero.nl/debian lenny-backports main
# deb-src http://debian.dev-zero.nl/debian lenny-backports main
# WARNING: packages from the ‘custom’ repository have been changed by the maintainer of this
# repository and may or may not do what you expect them to. Use at your own risk!
# deb http://debian.dev-zero.nl/debian lenny-custom main
# deb-src http://debian.dev-zero.nl/debian lenny-custom main

# German Privacy Foundation e.V.
# This software repository offers Debian packages for i2p, https-dns-client, yacy, tb-uagen, mixmaster-smtp, torchat and truecrypt for Debian and Ubuntu.
# The arch i686 and amd64 are supported.  See the web page for the GPG key.
# https://www.awxcnx.de/wabbel-en.htm
# deb http://www.awxcnx.de/apt DISTRI main

# aMule http://wiki.amule.org/index.php/HowTo_Compile_In_Debian#aMule_stable_release
# aMule stable release
# deb http://www.vollstreckernet.de/debian/ testing amule-stable wx
# deb http://www.vollstreckernet.de/debian/ stable amule-stable wx.
# aMule SVN
# deb http://www.vollstreckernet.de/debian/ testing amule
# deb http://www.vollstreckernet.de/debian/ stable amule

# Hadret's Debian PPA - http://hadret.rootnode.net/
# CoverGloobus, Equinox, Murrine (from GIT), DeadBeef, Cairo (with David Turner's patch), Pino, Nautilus Elementary and few others.
# Secure APT wget -O - http://hadret.rootnode.net/debian/duckbill.key | apt-key add -
#Unstable:
#deb http://hadret.rootnode.net/debian/ unstable main
#deb-src http://hadret.rootnode.net/debian/ unstable main
#Experimental:
#deb http://hadret.rootnode.net/debian/ experimental main
#deb-src http://hadret.rootnode.net/debian/ experimental main

# Description: Inverse.ca repository for SOGo and SOPE nightly builds
# http://www.scalableogo.org/
# Architectures: all, amd64, i386
#deb http://inverse.ca/debian lenny lenny
#deb-src http://inverse.ca/debian lenny lenny

# Description: GQ's Debian repository http://gq.net.ru/debian/
# Architectures: all, amd64, i386
#deb deb http://gq.net.ru/debian lenny main xneur backports
#deb-src deb http://gq.net.ru/debian lenny main xneur backports

# Description: Scribus http://www.scribus.net/
# Architectures: amd64, i386
#deb http://debian.scribus.net/debian lenny main contrib non-free
#deb-src http://debian.scribus.net/debian lenny main contrib non-free

# Description: Slimdevice Stable Repository
# http://www.logitechsqueezebox.com/support/download-squeezebox-server.html
# Architectures: all, amd64, i386
#deb http://debian.slimdevices.com/ stable main

# Description: Waja's Lenny backports http://people.debian.org/~waja
# Architectures: all, amd64, i386
#deb http://ftp.cyconet.org/debian lenny-backports main contrib non-free

# The Samsung Unified Linux Driver Repository - http://www-personal.umich.edu/~tjwatt/suldr/
# wget -O - http://www-personal.umich.edu/~tjwatt/suldr/suldr.gpg | sudo apt-key add -
# deb http://www-personal.umich.edu/~tjwatt/suldr/ debian extra

# slam's Software Repositories for Debian Sid and sidux
#deb http://w3you.com/debian/ sid main

# WINE http://www.winehq.org/download/deblenny
# Secure APT - wget -O - http://www.lamaresh.net/apt/key.gpg | apt-key add -
#Add this for Lenny: deb http://www.lamaresh.net/apt lenny main
#Add this line for Squeeze: deb http://www.lamaresh.net/apt squeeze main
#Add this line for Sid: deb http://www.lamaresh.net/apt sid main

# PlayonLinux http://www.playonlinux.com/en/download.html
# Playonlinux is in testing and unstable Debian repos.
# deb http://deb.playonlinux.com/ lenny main
# deb http://deb.playonlinux.com/ squeeze main

# Tor http://www.torproject.org/docs/debian.html.en#ubuntu
# deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
# Experimental
#deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main
#deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main

# moblock, mobloquer http://moblock-deb.sourceforge.net
#gpg --keyserver wwwkeys.eu.pgp.net --recv 58712F29
#gpg --export --armor 58712F29 | sudo apt-key add -
#Debian lenny (stable):
#deb http://moblock-deb.sourceforge.net/debian lenny main
#deb-src http://moblock-deb.sourceforge.net/debian lenny main
#Debian squeeze (testing) use sid repo for testing and sid
#deb http://moblock-deb.sourceforge.net/debian sid main
#deb-src http://moblock-deb.sourceforge.net/debian sid main

# wxWidgets/wxPython repository at apt.wxwidgets.org
#deb http://apt.wxwidgets.org/ lenny-wx main
#deb-src http://apt.wxwidgets.org/ lenny-wx main

# http://cairographics.org/download/
#deb http://cairographics.org/packages/debian/ unstable/
#deb-src http://cairographics.org/packages/debian/ unstable/
# current development Cairo snapshots:
#deb http://cairographics.org/packages/debian/ experimental/
#deb-src http://cairographics.org/packages/debian/ experimental/

# jEdit - Programmer's Text Editor - download - http://www.jedit.org/index.php?page=download
# JEdit is in the Debian unstable repo.
# deb http://switch.dl.sourceforge.net/project/jedit /

# Joey Hess's bleeding edge repository ( only contains a few new packages)
#  deb http://kitenet.net/~joey/debian/unstable/ ./

# Ekiga snapshot http://wiki.ekiga.org/index.php/Snapshots
#deb http://snapshots.ekiga.net/snapshots/debian/ ./

# Official site for latest version of Skype.
# deb http://download.skype.com/linux/repos/debian/ stable non-free

# Esmska - http://code.google.com/p/esmska/
 #Secure APT - wget -q -O - http://repo.palatinus.cz/repo.key | apt-key add -
 #deb http://repo.palatinus.cz/stable /

# Phoronix Test Suite
#deb http://www.phoronix-test-suite.com/releases/repo pts.debian/

# Unofficial Maintainers  http://unofficial.debian-maintainers.org/
# Secure APT - apt-get install dmo-archive-keyring
# Unofficial Maintainers (lenny/stable releases)
#deb http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted
#deb-src http://unofficial.debian-maintainers.org/ lenny main contrib non-free restricted
# Unofficial Maintainers (sid/unstable releases)
#deb http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted
#deb-src http://unofficial.debian-maintainers.org/ sid main contrib non-free restricted

# Frostwire http://apt.debianchile.org/frostwire/
#deb http://apt.debianchile.org/frostwire version main
#deb-src http://apt.debianchile.org/frostwire version main

#Twitim is a Twitter client for GNOME http://code.google.com/p/twitim/
# deb http://www.tsurukawa.org/debian/ ./ 

# Second Life apt-get install snowglobe
# http://omvviewer.byteme.org.uk/index.php/downloads/debian/
#deb http://apt.byteme.org.uk unstable main

# Unofficial Debian packages from Kirya.net http://packages.kirya.net/
# wget -O - http://packages.kirya.net/Kirya.netDebianpackagesVerificationKey.asc | apt-key add -
#Stable/Lenny
#deb http://packages.kirya.net/debian/ lenny main contrib non-free
#deb-src http://packages.kirya.net/debian/ lenny main contrib non-free
# Unstable
#deb http://packages.kirya.net/debian/ sid main contrib non-free
#deb-src http://packages.kirya.net/debian/ sid main contrib non-free
The link Giant Debian sources.list in my signature gets updated any time I find a new repo. So if you are looking for a repo for a certain app and it is not in the official Debian repos check there.

I run Debian sid, my actual sources.list only has a few repos. The Giant list is just my way of keeping track of various repos.
# Sid
deb http://debian.uchicago.edu/debian/ sid main contrib non-free
#deb-src http://debian.uchicago.edu/debian/ sid main contrib non-free

#Experimental
deb http://ftp.debian.org/debian/ experimental main contrib non-free

# Testing
# deb http://ftp.debian.org/debian/ testing main contrib non-free
# deb-src http://ftp.debian.org/debian/ testing main contrib non-free

# sidux
deb http://sidux.net/debian/ sid main contrib non-free fix.main fix.contrib fix.non-free
# deb-src http://sidux.net/debian/ sid main contrib non-free fix.main

deb http://www.debian-multimedia.org/ unstable main non-free

# Liquorix sources added by smxi
deb http://liquorix.net/debian/ sid main

Last edited by craigevil; 06-07-2010 at 12:15 PM. Reason: updated sources.list
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 06-07-2005, 05:23 PM   #2
jnev
Member
 
Registered: Apr 2005
Posts: 158

Rep: Reputation: 30
here's mine:

#deb file:///cdrom/ sarge main

deb http://mirrors.kernel.org/debian/ unstable main
deb-src http://mirrors.kernel.org/debian/ unstable main

#mplayer,acroread.various packages
# deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

# Unstable
deb http://http.us.debian.org/debian/ unstable main contrib non-free

# Unstable Sources
deb-src http://http.us.debian.org/debian/ unstable main contrib non-free

deb http://linux.csua.berkeley.edu/debian/ testing main
deb-src http://linux.csua.berkeley.edu/debian/ testing main

deb http://mirrors.engr.arizona.edu/debian/ testing main

deb http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./
 
Old 06-07-2005, 06:22 PM   #3
ToastedToad
Member
 
Registered: Feb 2005
Location: Sequim,WA
Distribution: Debian_sid/Debian_sarge_amd64
Posts: 157

Rep: Reputation: 30
Here's mine. Pretty basic, new install. Hoping for some good lists to show up for more ideas.

#deb file:///cdrom/ sarge main

deb http://debian.oregonstate.edu/debian/ unstable main
deb-src http://debian.oregonstate.edu/debian/ unstable main

#deb http://security.debian.org/ stable/updates main

# KDE

deb http://pkg-kde.alioth.debian.org/kde-3.4.0/ ./

#java
deb ftp://ftp.tux.org/java/debian/ unstable non-free
deb ftp://sunsite.dk/mirrors/java-linux/debian/ testing non-free

# marillat
deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
 
Old 06-07-2005, 08:33 PM   #4
hyllplan
Member
 
Registered: Nov 2004
Location: Stockholm, Sweden
Distribution: Debian (Sarge), Red Hat, Ubuntu, Knoppix
Posts: 99

Rep: Reputation: 15
craigevil - please change the subject of the thread from source.list --> sources.list thats what people will search for as that is the correct name of the file.
 
Old 06-10-2005, 02:27 PM   #5
C4bo
Member
 
Registered: Feb 2005
Posts: 51

Rep: Reputation: 15
Hello
Here is my list, running deb64 sid, with a kanotix kernel 2.6.17-9

# Unstable
deb http://ftp.debian.org/debian unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian unstable main contrib non-free
deb http://www.debian-multimedia.org sid main
#E17
deb http://www.edevelop.org/debian unstable main

#kanotix
deb http://www.andreas-loibl.de/linux/debian/ ./
deb http://kanotix.com/files/debian sid main contrib non-free
deb-src http://kanotix.com/files/debian sid main contrib non-free
deb http://kanotixguide.org/debian sid main contrib non-free

# Experimental
#deb http://ftp.de.debian.org/debian/ ../project/experimental main contrib non-free
#deb-src http://ftp.de.debian.org/debian ../project/experimental main contrib non-free

Last edited by C4bo; 10-28-2006 at 05:08 AM.
 
Old 10-09-2005, 08:58 AM   #6
foodhater
Member
 
Registered: Jul 2004
Distribution: Vector 5.9
Posts: 89

Rep: Reputation: 15
#deb file:///cdrom/ sarge main

deb cdrom:[Debian GNU/Linux 3.1 r0a _Sarge_ - Official i386 Binary-1 (20050607)]/ unstable contrib main

deb http://security.debian.org/ stable/updates main contrib


#deb ftp://ftp.debian.org/debian/ unstable main non-free contrib



deb ftp://ftp.debian.org/debian/ stable main
#deb-src ftp://ftp.debian.org/debian/ stable main

deb ftp://ftp.fi.debian.org/debian/ stable main
#deb-src ftp://ftp.fi.debian.org/debian/ stable main


#MPlayer Repository

#deb ftp://ftp.nerim.net/debian-marillat/ sid main

# KPlayer Repository

#deb http://kplayer.sourceforge.net/ ./

# Sun's Java

#deb ftp://ftp.mirrorservice.org/sites/ft...-linux/debian/ unstable non-free

# Skype, kwin styles and other stuff, Respoitory

#deb http://debian.neo.pl/wfmh unstable main contrib non-free

Last edited by foodhater; 10-09-2005 at 09:01 AM.
 
Old 10-09-2005, 09:16 AM   #7
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Since there is a similar thread in the SuSE/Novell forum which was stickied, I am stickying this thread. Keep those repositories coming. Craigevil - if you mail Jeremy, I am sure he will change the thread title for you.
 
Old 10-09-2005, 03:38 PM   #8
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
If you're running Debian testing, you should add the security updates repository to your sources.list . More info available here:

http://secure-testing-master.debian.net/

EDIT:
The security archive for Debian testing has been moved from secure-testing.debian.net to security.debian.org.
http://lists.debian.org/debian-devel.../msg00006.html

Users of Debian testing should change the security repository lines in /etc/apt/sources.list to these:

deb http://security.debian.org etch/updates main contrib non-free
deb-src http://security.debian.org etch/updates main contrib non-free

Last edited by Dead Parrot; 05-13-2006 at 04:15 PM.
 
Old 10-10-2005, 05:56 AM   #9
comfy.numb
LQ Newbie
 
Registered: Oct 2005
Distribution: Slackware 10.2
Posts: 7

Rep: Reputation: 0
Lightbulb voilą

# Official Debian Repos
deb http://http.us.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
# deb http://http.us.debian.org/debian/ testing main contrib non-free

# Debian Unofficial
deb http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted
deb-src http://ftp.debian-unofficial.org/debian sarge main contrib non-free restricted

# Unofficial packages by Christian Marillat
deb ftp://ftp.nerim.net/debian-marillat/ sarge main

# another mplayer source
deb http://debian.kcore.org/ ./

# Amule
deb http://amule-debian.dyndns.org/ debian/

# Skype
deb http://download.skype.com/linux/repos/debian/ stable non-free

# VLC
deb http://download.videolan.org/pub/videolan/debian sarge main
deb-src http://download.videolan.org/pub/videolan/debian sarge main

#oo2.0
deb http://debian.tu-bs.de/project/kanotix/ooo-kanotix/ ./
deb-src http://debian.tu-bs.de/project/kanotix/ooo-kanotix/ ./

# KPlayer Repository
deb http://kplayer.sourceforge.net/ ./
 
Old 10-12-2005, 05:17 PM   #10
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Here is mine after a fresh install. Nothing nobody hasn't posted above.

# Testing
deb http://http.us.debian.org/debian/ testing main contrib non-free
# Testing Sources
deb-src http://http.us.debian.org/debian/ testing main contrib non-free
#Security
deb http://security.debian.org/ testing/updates main
#mplayer,acroread.various packages
deb ftp://ftp.nerim.net/debian-marillat/ testing main
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
#java
deb ftp://ftp.tux.org/java/debian/ unstable non-free
deb ftp://sunsite.dk/mirrors/java-linux/debian/ testing non-free
 
Old 10-21-2005, 01:43 PM   #11
THEHERO
Member
 
Registered: Aug 2003
Distribution: Debian Testing
Posts: 165

Rep: Reputation: 30
I am just wondering if I am correct in assuming that you no longer need

deb http://security.debian.org/ testing/updates main

in the sources list and can replace it with

deb http://secure-testing.debian.net/debian-secure-testing testing/security-updates main contrib non-free
deb-src http://secure-testing.debian.net/debian-secure-testing testing/security-updates main contrib non-free

Thanks
 
Old 10-22-2005, 01:59 PM   #12
Dead Parrot
Senior Member
 
Registered: Mar 2004
Distribution: Debian GNU/kFreeBSD
Posts: 1,597

Rep: Reputation: 46
Quote:
I am just wondering if I am correct in assuming that you no longer need

deb http://security.debian.org/ testing/updates main

in the sources list and can replace it with

deb http://secure-testing.debian.net/debian-secure-testing testing/security-updates main contrib non-free
deb-src http://secure-testing.debian.net/debian-secure-testing testing/security-updates main contrib non-free
That would be correct. Check out the sizes of the "Packages" lists in these two directories:

http://security.debian.org/dists/tes...n/binary-i386/
http://secure-testing.debian.net/deb...n/binary-i386/
 
Old 10-22-2005, 02:34 PM   #13
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
I can't believe I haven't stickied this thread. Remedied.

[edit] I had. What a fool[/edit]
 
Old 11-07-2005, 09:38 AM   #14
hyllplan
Member
 
Registered: Nov 2004
Location: Stockholm, Sweden
Distribution: Debian (Sarge), Red Hat, Ubuntu, Knoppix
Posts: 99

Rep: Reputation: 15
If I want to run unstable (SID), should I use the security from testing then? e.g.:
deb http://secure-testing.debian.net/debian-secure-testing testing/security-updates main contrib non-free
BTW this line gives me an error:
"GPG error: http://secure-testing.debian.net testing/security-updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 946AA6E18722E71E"
I guess I have to add the public key somehow, via a package?
 
Old 11-07-2005, 01:52 PM   #15
hyllplan
Member
 
Registered: Nov 2004
Location: Stockholm, Sweden
Distribution: Debian (Sarge), Red Hat, Ubuntu, Knoppix
Posts: 99

Rep: Reputation: 15
okey done some checking:
"If you're running Unstable there are no security updates available. Hopefully problems will be resolved by new uploads as soon as they are available - however even this is not gaurenteed." (http://www.debian-administration.org/articles/241)

The Public key I needed can be found on the following website:
http://secure-testing-master.debian.net/
 
  


Reply

Tags
apt, aptitude, aptpinning, debian, debiansid, repositories, sid, sourceslist, synaptic



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
First Post! Unable to compile source code J--Lew Linux - Newbie 5 08-16-2005 03:17 PM
2005 LE Post-install todo list Steel Shepherd Mandriva 7 05-02-2005 01:44 AM
what is the best source to put on apt-get source list j.vilon Debian 3 09-28-2004 08:49 PM
can you post your WORKING contrib source for 9.2 JadeWolf324 Mandriva 1 12-11-2003 10:33 AM
How to post a thread in mailing list? Xiangbuilder General 0 09-06-2003 09:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 02:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration