Code source wiki de Dépôts APT
Version 4.1 par Gaetan RETEL le 2025/10/07 21:53
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, avec l'ancienne adresse en .eisti.fr. | ||
3 | |||
4 | La VM des miroirs EISTI va bientôt être fermée, aussi faudrait il désormais utiliser les sources de l'université, en cyu.fr : | ||
5 | |||
6 | |||
7 | Debian 12 - Bookworm : | ||
8 | |||
9 | (% class="box" %) | ||
10 | ((( | ||
11 | (% class="box" %) | ||
12 | ((( | ||
13 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm main contrib non-free non-free-firmware | ||
14 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-updates main contrib non-free non-free-firmware | ||
15 | deb http:~/~/mirrors.cyu.fr/debian/ bookworm-backports main contrib non-free non-free-firmware | ||
16 | deb http:~/~/mirrors.cyu.fr/debian-security/ bookworm-security main contrib non-free non-free-firmware | ||
17 | ))) | ||
18 | ))) | ||
19 | |||
20 | |||
21 | Debian 11 - Bullseye : | ||
22 | |||
23 | (% class="box" %) | ||
24 | ((( | ||
25 | (% class="box" %) | ||
26 | ((( | ||
27 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye main contrib non-free | ||
28 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-updates main contrib non-free | ||
29 | deb http:~/~/mirrors.cyu.fr/debian/ bullseye-backports main contrib non-free | ||
30 | deb http:~/~/mirrors.cyu.fr/debian-security/ bullseye-security main contrib non-free | ||
31 | ))) | ||
32 | ))) | ||
33 | |||
34 | |||
35 | Debian 10 - Buster : | ||
36 | |||
37 | (% class="box" %) | ||
38 | ((( | ||
39 | (% class="box" %) | ||
40 | ((( | ||
41 | deb http:~/~/mirrors.cyu.fr/debian/ buster main contrib non-free | ||
42 | deb http:~/~/mirrors.cyu.fr/debian/ buster-updates main contrib non-free | ||
43 | deb http:~/~/mirrors.cyu.fr/debian/ buster-backports main contrib non-free | ||
44 | deb http:~/~/mirrors.cyu.fr/debian-security/ buster/updates main contrib non-free | ||
45 | ))) | ||
46 | ))) | ||
47 | |||
48 | |||
49 | Debian 9 - stretch : | ||
50 | |||
51 | (% class="box" %) | ||
52 | ((( | ||
53 | (% class="box" %) | ||
54 | ((( | ||
55 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch main contrib non-free | ||
56 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-updates main contrib non-free | ||
57 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian/ stretch-backports main contrib non-free | ||
58 | deb [check-valid-until=no] http:~/~/mirrors.cyu.fr/debian-archive/debian-security/ stretch/updates main contrib non-free | ||
59 | ))) | ||
60 | ))) |