#26 Le 19/10/2023, à 22:12
- xubu1957
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
df -h
pour voir.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#27 Le 19/10/2023, à 22:14
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 1,6G 4,1M 1,6G 1% /run
/dev/mapper/vgubuntu-root 467G 111G 333G 25% /
tmpfs 7,7G 89M 7,6G 2% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
/dev/nvme0n1p2 704M 460M 192M 71% /boot
/dev/nvme0n1p1 511M 76M 436M 15% /boot/efi
tmpfs 1,6G 132K 1,6G 1% /run/user/381860648
~
Hors ligne
#28 Le 19/10/2023, à 22:28
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
C'est étrange le noyau 5.14 est toujours présent :
➜ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-image-5.14.0-1052-oem 5.14.0-1052.59 amd64
ii linux-modules-5.14.0-1052-oem 5.14.0-1052.59 amd64
ii linux-headers-5.15.0-87 5.15.0-87.97 all
ii linux-headers-5.15.0-87-generic 5.15.0-87.97 amd64
ii linux-image-5.15.0-87-generic 5.15.0-87.97 amd64
ii linux-modules-5.15.0-87-generic 5.15.0-87.97 amd64
ii linux-modules-extra-5.15.0-87-generic 5.15.0-87.97 amd64
ii linux-generic 5.15.0.87.84 amd64
ii linux-headers-generic 5.15.0.87.84 amd64
ii linux-image-generic 5.15.0.87.84 amd64
ii linux-hwe-5.19-headers-5.19.0-50 5.19.0-50.50 all
ii linux-headers-5.19.0-50-generic 5.19.0-50.50 amd64
ii linux-image-5.19.0-50-generic 5.19.0-50.50 amd64
ii linux-modules-5.19.0-50-generic 5.19.0-50.50 amd64
ii linux-modules-extra-5.19.0-50-generic 5.19.0-50.50 amd64
ii linux-hwe-6.2-headers-6.2.0-33 6.2.0-33.33~22.04.1 all
ii linux-headers-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-image-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-modules-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-modules-extra-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-hwe-6.2-headers-6.2.0-34 6.2.0-34.34~22.04.1 all
ii linux-headers-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-image-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-extra-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
Noyau courant : 6.2.0-34-generic x86_64
Hors ligne
#29 Le 19/10/2023, à 22:29
- xubu1957
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Tente :
sudo apt purge -y linux-headers-5.19.0-50 linux-headers-5.19.0-50-generic
sudo apt purge -y linux-image-5.19.0-50-generic linux-image-extra-5.19.0-50-generic
et :
sudo apt purge -y linux-image-5.14.0-1052-oem
===========
Pour info et en bonus > [Tutoriel] ncdu - Repérer les éléments volumineux
Dernière modification par xubu1957 (Le 19/10/2023, à 22:36)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#30 Le 19/10/2023, à 22:37
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
✗ sudo apt purge -y linux-headers-5.19.0-50 linux-headers-5.19.0-50-generic
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet linux-headers-5.19.0-50
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-headers-5.19.0-50 »
~
✗ sudo apt purge -y linux-image-5.19.0-50-generic linux-image-extra-5.19.0-50-generic
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet linux-image-extra-5.19.0-50-generic
E: Impossible de trouver de paquet correspondant à l'expression rationnelle « linux-image-extra-5.19.0-50-generic »
~
✗ sudo apt purge -y linux-image-5.14.0-1052-oem
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants seront ENLEVÉS :
linux-image-5.14.0-1052-oem* linux-modules-5.14.0-1052-oem*
0 mis à jour, 0 nouvellement installés, 2 à enlever et 2 non mis à jour.
Après cette opération, 331 Mo d'espace disque seront libérés.
(Lecture de la base de données... 314368 fichiers et répertoires déjà installés.)
Suppression de linux-modules-5.14.0-1052-oem (5.14.0-1052.59) ...
Suppression de linux-image-5.14.0-1052-oem (5.14.0-1052.59) ...
/etc/kernel/prerm.d/dkms:
dkms: removing: evdi 1.10.1 (5.14.0-1052-oem) (x86_64)
Module evdi-1.10.1 for kernel 5.14.0-1052-oem (x86_64).
Before uninstall, this module version was ACTIVE on this kernel.
evdi.ko:
- Uninstallation
- Deleting from: /lib/modules/5.14.0-1052-oem/updates/dkms/
- Original module
- No original module was found for this module on this kernel.
- Use the dkms install command to reinstall any previous module version.
depmod...
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.14.0-1052-oem
/etc/kernel/postrm.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.2.0-34-generic
Found initrd image: /boot/initrd.img-6.2.0-34-generic
Found linux image: /boot/vmlinuz-6.2.0-33-generic
Found initrd image: /boot/initrd.img-6.2.0-33-generic
Found linux image: /boot/vmlinuz-5.19.0-50-generic
Found initrd image: /boot/initrd.img-5.19.0-50-generic
Found linux image: /boot/vmlinuz-5.15.0-87-generic
Found initrd image: /boot/initrd.img-5.15.0-87-generic
Memtest86+ needs a 16-bit boot, that is not available on EFI, exiting
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
(Lecture de la base de données... 307186 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de linux-modules-5.14.0-1052-oem (5.14.0-1052.59) ...
dpkg: avertissement: lors de la suppression de linux-modules-5.14.0-1052-oem, le répertoire « /lib/modules/5.14.0-1052-oem » n'était pas vide, donc il n'a pas été supprimé
Purge des fichiers de configuration de linux-image-5.14.0-1052-oem (5.14.0-1052.59) ...
rmdir: impossible de supprimer '/lib/modules/5.14.0-1052-oem': Le dossier n'est pas vide
~ took 5s
Hors ligne
#31 Le 19/10/2023, à 22:51
- xubu1957
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
J'avais adapté des commandes de nany, mais je n'aurais jamais son niveau.
_ _ _
(edit=messages regroupés)
_ _ _
Demain, je mettrais un message dans le fil Demande de renfort pour aidants.
Dernière modification par xubu1957 (Le 20/10/2023, à 11:25)
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#32 Le 19/10/2023, à 22:56
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
En attendant tu m'a quand même bien débloqué! Un grand merci à toi!
Hors ligne
#33 Le 20/10/2023, à 07:18
- cqfd93
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Bonjour,
Essayer cette longue commande :
sudo apt purge -y linux-image-5.14.0-1052-oem linux-modules-5.14.0-1052-oem linux-headers-5.15.0-87 linux-headers-5.15.0-87-generic linux-image-5.15.0-87-generic linux-modules-5.15.0-87-generic linux-modules-extra-5.15.0-87-generic linux-generic linux-headers-generic linux-image-generic linux-hwe-5.19-headers-5.19.0-50 linux-headers-5.19.0-50-generic linux-image-5.19.0-50-generic linux-modules-5.19.0-50-generic linux-modules-extra-5.19.0-50-generic
Astuce pour la copier / coller :
triple clic gauche pour sélectionner et copier une ligne entière
clic molette pour coller dans le terminal
Ensuite, redonner :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
− cqfd93 −
Hors ligne
#34 Le 20/10/2023, à 08:01
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Bonjour,
La suppression des anciens noyaux a fonctionné avec cette commande
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-hwe-6.2-headers-6.2.0-33 6.2.0-33.33~22.04.1 all
ii linux-headers-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-image-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-modules-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-modules-extra-6.2.0-33-generic 6.2.0-33.33~22.04.1 amd64
ii linux-hwe-6.2-headers-6.2.0-34 6.2.0-34.34~22.04.1 all
ii linux-headers-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-image-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-extra-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
Noyau courant : 6.2.0-34-generic x86_64
~
➜ df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 1,6G 4,0M 1,6G 1% /run
/dev/mapper/vgubuntu-root 467G 109G 335G 25% /
tmpfs 7,7G 50M 7,7G 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
/dev/nvme0n1p2 704M 203M 450M 32% /boot
/dev/nvme0n1p1 511M 76M 436M 15% /boot/efi
tmpfs 1,6G 116K 1,6G 1% /run/user/381860648
Hors ligne
#35 Le 20/10/2023, à 08:05
- xubu1957
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Merci à notre dévouée modératrice, experte et Administrateur du forum pour son intervention.
Pour rajouter [Résolu] au début du titre, en éditant ta discussion, il faut utiliser le bouton Modifier au bas de ton premier message.
(titre limité à 70 caractères)
Merci
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#36 Le 20/10/2023, à 08:50
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Merci beaucoup pour votre aide précieuse !
Juste une dernière interrogation au niveau des sources list, j'ai toujours ceux relatifs à: oem-somerville-charmander
Faut il que je les retirent?
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list.d/spotify.list
1 # deb http://repository.spotify.com stable non-free # désactivé pour la mise à niveau vers jammy
/etc/apt/sources.list.d/brave-browser-release.list.distUpgrade
/etc/apt/sources.list.d/docker.list.distUpgrade
/etc/apt/sources.list.d/teams.list.distUpgrade
/etc/apt/sources.list.d/docker.list.save
/etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-jammy.list
1 deb https://ppa.launchpadcontent.net/solaar-unifying/stable/ubuntu/ jammy main
2 # deb-src https://ppa.launchpadcontent.net/solaar-unifying/stable/ubuntu/ jammy main
/etc/apt/sources.list.d/teams.list
1 deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
/etc/apt/sources.list.d/google-chrome.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/pgdg.list.save
/etc/apt/sources.list.d/spotify.list.save
/etc/apt/sources.list.d/docker.list
1 deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu focal stable
/etc/apt/sources.list.d/google-chrome.list.save
/etc/apt/sources.list.d/virtualbox.list
1 deb [arch=amd64 signed-by=/etc/apt/trusted.gpg] http://download.virtualbox.org/virtualbox/debian jammy contrib
/etc/apt/sources.list.d/pgdg.list.distUpgrade
/etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-jammy.list.save
/etc/apt/sources.list.d/pgdg.list
1 # deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt focal-pgdg main # désactivé pour la mise à niveau vers jammy
/etc/apt/sources.list.d/virtualbox.list.save
/etc/apt/sources.list.d/teams.list.save
/etc/apt/sources.list.d/oem-somerville-charmander-meta.list.distUpgrade
/etc/apt/sources.list.d/spotify.list.distUpgrade
/etc/apt/sources.list.d/oem-somerville-charmander-meta.list.save
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
38
39 deb http://security.ubuntu.com/ubuntu jammy-security main restricted
40 # deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
41 deb http://security.ubuntu.com/ubuntu jammy-security universe
42 # deb-src http://security.ubuntu.com/ubuntu jammy-security universe
43 deb http://security.ubuntu.com/ubuntu jammy-security multiverse
44 # deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
45
46 # This system was installed using small removable media
47 # (e.g. netinst, live or single CD). The matching "deb cdrom"
48 # entries were disabled at the end of the installation process.
49 # For information about how to configure apt package sources,
50 # see the sources.list(5) manual.
Hors ligne
#37 Le 20/10/2023, à 09:07
- xubu1957
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Je ne sais pas à quoi sert ce paquet.
Pour info > askubuntu.com/questions/1429856/during-an-update-of-ubuntu-22-04-1-lts-getting-some-crap?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
Hors ligne
#38 Le 20/10/2023, à 10:30
- nany
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Bonjour,
Juste une dernière interrogation au niveau des sources list, j'ai toujours ceux relatifs à: oem-somerville-charmander
Ce ne sont que des fichiers ayant pour extensions .save et .distUpgrade. Je me pose toujours la question de savoir à quoi peuvent bien servir ces fichiers.
Tu peux les supprimer sans scrupules :
cd /etc/apt && sudo rm -v *.{save,distUpgrade} ; cd
cd /etc/apt/sources.list.d && sudo rm -v *.{save,distUpgrade} ; cd
Et remets le méta-paquet responsable des mises à jour du noyau :
sudo apt install -y linux-generic-hwe-22.04
Hors ligne
#39 Le 20/10/2023, à 11:35
- n0madism
Re : [Résolu] 22.04 pb de kernell et espace disque insuffisant sur boot
Bonjour nany,
j'ai suivi tes recommandations et ça à l'air tout clean :
df -h
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
tmpfs 1,6G 4,0M 1,6G 1% /run
/dev/mapper/vgubuntu-root 467G 109G 335G 25% /
tmpfs 7,7G 7,6M 7,7G 1% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
/dev/nvme0n1p2 704M 203M 450M 32% /boot
/dev/nvme0n1p1 511M 76M 436M 15% /boot/efi
tmpfs 1,6G 108K 1,6G 1% /run/user/381860648
~
➜ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-hwe-6.2-headers-6.2.0-34 6.2.0-34.34~22.04.1 all
ii linux-headers-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-image-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-modules-extra-6.2.0-34-generic 6.2.0-34.34~22.04.1 amd64
ii linux-hwe-6.2-headers-6.2.0-35 6.2.0-35.35~22.04.1 all
ii linux-headers-6.2.0-35-generic 6.2.0-35.35~22.04.1 amd64
ii linux-image-6.2.0-35-generic 6.2.0-35.35~22.04.1 amd64
ii linux-modules-6.2.0-35-generic 6.2.0-35.35~22.04.1 amd64
ii linux-modules-extra-6.2.0-35-generic 6.2.0-35.35~22.04.1 amd64
ii linux-generic-hwe-22.04 6.2.0.35.35~22.04.13 amd64
ii linux-headers-generic-hwe-22.04 6.2.0.35.35~22.04.13 amd64
ii linux-image-generic-hwe-22.04 6.2.0.35.35~22.04.13 amd64
Noyau courant : 6.2.0-35-generic x86_64
~
➜ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
/etc/apt/sources.list.d/spotify.list
1 # deb http://repository.spotify.com stable non-free # désactivé pour la mise à niveau vers jammy
/etc/apt/sources.list.d/solaar-unifying-ubuntu-stable-jammy.list
1 deb https://ppa.launchpadcontent.net/solaar-unifying/stable/ubuntu/ jammy main
2 # deb-src https://ppa.launchpadcontent.net/solaar-unifying/stable/ubuntu/ jammy main
/etc/apt/sources.list.d/teams.list
1 deb [arch=amd64] https://packages.microsoft.com/repos/ms-teams stable main
/etc/apt/sources.list.d/google-chrome.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
/etc/apt/sources.list.d/docker.list
1 deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu focal stable
/etc/apt/sources.list.d/virtualbox.list
1 deb [arch=amd64 signed-by=/etc/apt/trusted.gpg] http://download.virtualbox.org/virtualbox/debian jammy contrib
/etc/apt/sources.list.d/pgdg.list
1 # deb [arch=amd64] http://apt.postgresql.org/pub/repos/apt focal-pgdg main # désactivé pour la mise à niveau vers jammy
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
38
39 deb http://security.ubuntu.com/ubuntu jammy-security main restricted
40 # deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
41 deb http://security.ubuntu.com/ubuntu jammy-security universe
42 # deb-src http://security.ubuntu.com/ubuntu jammy-security universe
43 deb http://security.ubuntu.com/ubuntu jammy-security multiverse
44 # deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
45
46 # This system was installed using small removable media
47 # (e.g. netinst, live or single CD). The matching "deb cdrom"
48 # entries were disabled at the end of the installation process.
49 # For information about how to configure apt package sources,
50 # see the sources.list(5) manual.
Encore un fois un grand merci à vous!
Hors ligne