Code source wiki de Dépôts APT
Version 3.1 par Gaetan RETEL le 2025/03/06 20:06
Afficher les derniers auteurs
author | version | line-number | content |
---|---|---|---|
1 | Sur les serveurs, les paquets sont gérés par apt dans {{code language="none"}}/etc/apt/{{/code}}, et les sources de ces paquets sont gérées par [[puppet>>doc:Infrastructure.Puppet.WebHome]]. | ||
2 | Les dépots actuellement (03/25) utilisés par puppet sont des mirroirs géré par l'école l'ancienne adresse en .eisti.fr. La VM des mirroirs EISTI va bientôt être fermée, aussi faudrait il utiliser les sources de l'université : | ||
3 | |||
4 | |||
5 | Debian 12 - Bookworm : | ||
6 | |||
7 | (% class="box" %) | ||
8 | ((( | ||
9 | (% class="box" %) | ||
10 | ((( | ||
11 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm main contrib non-free non-free-firmware | ||
12 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
13 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
14 | deb http:~/~/mirrors.cyu.fr/debian-security/ bookworm-security main contrib non-free non-free-firmware | ||
15 | ))) | ||
16 | ))) | ||
17 | |||
18 | |||
19 | Debian 11 - Bullseye : | ||
20 | |||
21 | (% class="box" %) | ||
22 | ((( | ||
23 | (% class="box" %) | ||
24 | ((( | ||
25 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye main contrib non-free | ||
26 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-updates main contrib non-free | ||
27 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-backports main contrib non-free | ||
28 | deb http:~/~/mirrors.cyu.fr/debian-security/ bullseye-security main contrib non-free | ||
29 | ))) | ||
30 | ))) | ||
31 | |||
32 | |||
33 | Debian 10 - Buster : | ||
34 | |||
35 | (% class="box" %) | ||
36 | ((( | ||
37 | (% class="box" %) | ||
38 | ((( | ||
39 | deb http:~/~/mirrors.cyu.fr/debian/ buster main contrib non-free | ||
40 | deb http:~/~/mirrors.cyu.fr/debian/ buster-updates main contrib non-free | ||
41 | deb http:~/~/mirrors.cyu.fr/debian/ buster-backports main contrib non-free | ||
42 | deb http:~/~/mirrors.cyu.fr/debian-security/ buster/updates main contrib non-free | ||
43 | ))) | ||
44 | ))) | ||
45 | |||
46 | |||
47 | Debian 9 - stretch : | ||
48 | |||
49 | (% class="box" %) | ||
50 | ((( | ||
51 | (% class="box" %) | ||
52 | ((( | ||
53 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch main contrib non-free | ||
54 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-updates main contrib non-free | ||
55 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-backports main contrib non-free | ||
56 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian-security/ stretch/updates main contrib non-free | ||
57 | ))) | ||
58 | ))) |