« DEBIAN » : différence entre les versions

De TwisterWiki
Ligne 43 : Ligne 43 :
Il faut  créer le fichier /etc/apt/apt.conf.d/apt.conf
Il faut  créer le fichier /etc/apt/apt.conf.d/apt.conf
  APT::Default-Release "squeeze-lts";
  APT::Default-Release "squeeze-lts";
echo "APT::Default-Release \"squeeze-lts\";" >/etc/apt/apt.conf.d/apt.conf && echo "deb http://http.debian.net/debian/ squeeze-lts main contrib non-free" >> /etc/apt/sources.list && echo "deb-src http://http.debian.net/debian/ squeeze-lts main contrib non-free" >>/etc/apt/sources.list && apt-get update && apt-get install bash debian-keyring


=== wheezy ===
=== wheezy ===

Version du 2 octobre 2014 à 09:59

Les différents mirroirs Debian

Distibutions

sarge

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

etch

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

lenny

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

squeeze

 deb http://archive.debian.org/debian/ squeeze main non-free contrib
 deb-src http://archive.debian.org/debian/ squeeze main non-free contrib
 
 deb http://archive.debian.org/debian-security squeeze/updates main contrib non-free
 deb-src http://archive.debian.org/debian-security squeeze/updates main contrib non-free
 
 deb http://repo.varnish-cache.org/debian/ squeeze varnish-3.0
 
 deb http://ftp.igh.cnrs.fr/pub/mariadb/repo/5.5/debian squeeze main

Support LTS
 deb http://http.debian.net/debian/ squeeze-lts main contrib non-free
 deb-src http://http.debian.net/debian/ squeeze-lts main contrib non-free

Il faut créer le fichier /etc/apt/apt.conf.d/apt.conf

APT::Default-Release "squeeze-lts";
echo "APT::Default-Release \"squeeze-lts\";" >/etc/apt/apt.conf.d/apt.conf && echo "deb http://http.debian.net/debian/ squeeze-lts main contrib non-free" >> /etc/apt/sources.list && echo "deb-src http://http.debian.net/debian/ squeeze-lts main contrib non-free" >>/etc/apt/sources.list && apt-get update && apt-get install bash debian-keyring

wheezy

 deb http://ftp.fr.debian.org/debian/ wheezy main non-free contrib
 deb-src http://ftp.fr.debian.org/debian/ wheezy main non-free contrib
 
 deb http://security.debian.org/ wheezy/updates main contrib non-free
 deb-src http://security.debian.org/ wheezy/updates main contrib non-free
 
 deb http://repo.varnish-cache.org/debian/ wheezy varnish-3.0
 deb http://ftp.igh.cnrs.fr/pub/mariadb/repo/5.5/debian wheezy main

Dotdeb

deb http://packages.dotdeb.org stable all

Backports

sarge

 deb http://archive.debian.org/backports.org sarge-backports main contrib non-free

etch

 deb http://archive.debian.org/backports.org etch-backports main contrib non-free

lenny

 deb http://archive.debian.org/backports.org lenny-backports main contrib non-free

squeeze

 deb http://backports.debian.org/debian-backports squeeze-backports main contrib non-free


Depot Dell

deb http://linux.dell.com/repo/community/deb/latest /

Commandes apt

apt-get install paquet=version (ex : 5.4.10)