# deb http://ftp.fr.debian.org/debian/ jessie main deb http://ftp.fr.debian.org/debian/ jessie main contrib non-free deb-src http://ftp.fr.debian.org/debian/ jessie main contrib non-free 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
On sort de nano avec CTRL+x
# Backports repository deb http://httpredir.debian.org/debian jessie-backports main contrib non-free
apt-get -t jessie-backports install libreoffice
apt-get update
apt-get update && apt-get upgrade && apt-get clean
apt-get install gcc make build-essential apt-file alacarte terminator nfs-common net-tools whois dnsutils mc gpm

Avec Debian 9 fini les sorties de commande ifconfig montrant les cartes réseaux eth0, wlan0 ! On se rapproche de BSD
avec des noms de cartes réseaux comme enp5s0 pour une carte filaire et wlp6s0 pour une carte wifi, donc don't panic !
# deb http://ftp.fr.debian.org/debian/ stretch main
deb http://ftp.fr.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ stretch main contrib non-free
deb http://security.debian.org/debian-security stretch/updates main contrib non-free
deb-src http://security.debian.org/debian-security stretch/updates main contrib non-free
# stretch-updates, previously known as 'volatile'
deb http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.fr.debian.org/debian/ stretch-updates main contrib non-free
# Debian Stretch, dépôt de rétroportages ("backports")
#deb http://ftp.fr.debian.org/debian stretch-backports main contrib non-free