This is my apt sources list. If you just need a quick setup for your Debian, copy & paste this text into /etc/apt/sources.list, save the file and then update your package cache with apt-get update. Please note that many of the unofficial repositories listed here exists to serve non-free, non-gpl and/or other commercial stuff.
After you have configured your sources, you may check this post for some cool packages you can download using apt-get.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 |
# /etc/apt/sources.list # # Only uncomment the lines you need. This default config is set # to work with a Debian Unstable (Sid) installation. #################################################################### ## Official Debian Repositories #################################### #################################################################### # Stable (Etch) # deb http://http.us.debian.org/debian/ stable main contrib non-free # deb http://security.debian.org/ stable/updates main contrib non-free # deb-src http://http.us.debian.org/debian/ stable main contrib non-free # deb-src http://security.debian.org/ stable/updates main contrib non-free # Testing (Lenny) # deb http://http.us.debian.org/debian/ testing main contrib non-free # deb http://security.debian.org/ testing/updates main contrib # deb-src http://http.us.debian.org/debian/ testing main contrib non-free # deb-src http://security.debian.org/ testing/updates main contrib # Unstable (Sid) deb http://http.us.debian.org/debian/ unstable main contrib non-free deb-src http://http.us.debian.org/debian/ unstable main contrib non-free # Experimental # deb http://ftp.debian.org/debian/ experimental main contrib non-free ###### End Official List ########################################### #################################################################### ## External Debian Repositories #################################### #################################################################### # ----------------------------------------------------------------- # Debian Multimedia Repositories (Marillat) # http://debian-multimedia.org/ deb http://www.debian-multimedia.org sid main deb-src http://www.debian-multimedia.org sid main # deb http://debian-multimedia.org/ testing main # deb http://www.debian-multimedia.org experimental main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Debian Unofficial # deb http://ftp.debian-unofficial.org/debian stable main contrib non-free # deb http://ftp.debian-unofficial.org/debian testing main contrib non-free # deb http://ftp.debian-unofficial.org/debian unstable main contrib non-free # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Debian Experimental Kernels # deb http://kernel-archive.buildserver.net/debian-kernel/ trunk main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Opera Web Browser # Info: http://www.opera.com # # Prodution 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 # # 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 # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Google software repository # Info: http://www.google.com/linuxrepositories/apt.html # Notes: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | # apt-key add - # deb http://dl.google.com/linux/deb/ stable non-free # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Compiz Fusion for Debian Sid # Info: http://www.linuxsmokersclub.com/?p=95 # # deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/ ./ # deb http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/ ./ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Moblock # http://moblock-deb.sourceforge.net # Notes: gpg --keyserver wwwkeys.eu.pgp.net --recv 9072870B # gpg --export --armor 9072870B | sudo apt-key add - # # deb http://moblock-deb.sourceforge.net/debian sid main # deb-src http://moblock-deb.sourceforge.net/debian sid main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # RareWares/Debian Multi-Media Repository # http://www.rarewares.org/debian.html # # deb http://www.rarewares.org/debian/packages/unstable/ ./ # deb http://www.rarewares.org/debian/packages/experimental/ ./ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # VLC's libdvdcss # # deb http://download.videolan.org/pub/videolan/debian sid main # deb-src http://download.videolan.org/pub/videolan/debian sid main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # VLC's Nighly Builds # Note: gpg --keyserver #wwwkeys.eu.pgp.net --recv-keys AA5F4DE6 && # apt-key add /root/.gnupg/pubring.gpg # # deb http://nightlies.videolan.org/build/sid-i386/arch ./ # 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 ./ # deb http://sidux.net/etorix/amd64 ./ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # XFCE # http://pkg-xfce.alioth.debian.org/ # # deb http://debian.corsac.net unstable/ # deb-src http://debian.corsac.net unstable/ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # LXDE - Lightweight X11 Desktop Environment # http://lxde.sourceforge.net/about.html # # deb http://people.linux.org.tw/~andrew/debian/lxde/ ./ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # ROX Desktop # http://rox.sourceforge.net/desktop/node/86 # # deb ftp://ftp.berlios.de/pub/rox4debian binary/ # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Enlightenment E17 # http://xsm.alphagemini.org/E17/repository/index.html # Notes: gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 7E5D69A103CA4243 # apt-key add archive_key.asc # # deb http://www.edevelop.org/debian unstable main # deb http://debian.alphagemini.org/ unstable main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # LG3D - Project Looking Glass # # deb http://javadesktop.org/lg3d/debian stable contrib # deb http://javadesktop.org/lg3d/debian testing contrib # deb http://javadesktop.org/lg3d/debian unstable contrib # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Skype # # deb http://download.skype.com/linux/repos/debian/ stable non-free # ----------------------------------------------------------------- # ----------------------------------------------------------------- # TOR - The Onion Network # http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian # # deb http://mirror.noreply.org/pub/tor sid main # deb-src http://mirror.noreply.org/pub/tor sid main # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Kirya Unofficial Debian packages # http://packages.kirya.net/ # Notes: gpg --keyserver wwwkeys.eu.pgp.net --recv-keys FBABB737 # gpg --export -a FBABB737 | apt-key add - # # deb http://packages.kirya.net/debian/ stable main contrib non-free # deb-src http://packages.kirya.net/debian/ stable main contrib non-free # deb http://packages.kirya.net/debian/ testing main contrib non-free # deb-src http://packages.kirya.net/debian/ testing main contrib non-free # deb http://packages.kirya.net/debian/ unstable main contrib non-free # deb-src http://packages.kirya.net/debian/ unstable main contrib non-free # ----------------------------------------------------------------- # ----------------------------------------------------------------- # ndsiwraper Wireless Driver # deb http://ndiswrapper.sourceforge.net/debian/ ./ # ----------------------------------------------------------------- ####################### End Unofficial List ###################### #################################################################### ## Stable Backports Repositories ################################### #################################################################### # ----------------------------------------------------------------- # Debian Stable Backports # http://www.backports.org/dokuwiki/doku.php?id=instructions # Notes: gpg --recv-keys 16BA136C # gpg --export |apt-key add - # # deb http://www.backports.org/debian etch-backports main contrib non-free # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Debian Unofficial Repository # http://debian-unofficial.org/ # # deb http://ftp.debian-unofficial.org/debian stable main contrib non-free restricted # deb-src http://ftp.debian-unofficial.org/debian stable main contrib non-free restricted # ----------------------------------------------------------------- # ----------------------------------------------------------------- # Backports of various packages for Stable # http://debian.stdout.at/ # Notes: Updated versions of Firefox and Thunderbird # # deb http://debian.stdout.at/ ./ # ----------------------------------------------------------------- ####################### End Backports List ####################### # Last updated in August 16, 2008. |