/etc/apt/sources.list pour Debian (user)

# more /etc/apt/sources.list

# deb cdrom:[Debian GNU/Linux 7.7.0 OLD-STABLE
deb http://ftp.fr.debian.org/debian/ wheezy main contrib non-free
deb http://security.debian.org/ wheezy/updates main # pas plus pour la securite !
deb http://ftp.fr.debian.org/debian/ wheezy-updates main contrib non-free
#deb cdrom:[Debian GNU/Linux 8.5.0 _Jessie_ STABLE
deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb http://security.debian.org/ jessie/updates main  # pas plus pour la securite !
deb http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free
deb http://ftp.fr.debian.org/debian/ jessie-backports main contrib non-free
#deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 NETINST Binary-1 20160917-14:20]/ jessie main

deb http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ jessie main non-free contrib

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

# jessie-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ jessie-updates main contrib non-free

# jessie-backports, previously on backports.debian.org
deb http://ftp.fr.debian.org/debian/ jessie-backports main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ jessie-backports main contrib non-free

et relancer # apt-get update && apt-get upgrade

### 3rd Party Binary Repos : A COMPLETER AVEC LE GENERATEUR debgen.simplylinux.ch/generate.php 

### Debian Multimedia - http://deb-multimedia.org
## Run this command: apt-get update && apt-get install deb-multimedia-keyring && apt-get update
deb http://www.deb-multimedia.org stable main non-free

#### Esmska - http://code.google.com/p/esmska/   pour envoyer des SMS
## Run this command: wget -q -O - http://repo.palatinus.cz/repo.key | apt-key add -
deb http://repo.palatinus.cz/stable /

#### Google Earth - http://www.google.com/linuxrepositories/
## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | apt-key add -
deb http://dl.google.com/linux/earth/deb/ stable main

#### Wine - https://www.winehq.org/
## Run this command: wget https://dl.winehq.org/wine-builds/Release.key && apt-key add Release.key
deb https://dl.winehq.org/wine-builds/debian/ jessie main