Salut,
Malgré les opérations standards de nettoyage, il semble qu'il y ait un noyau récalcitrant dans une installation neuve relativement récente.
lool@lool-W510:~$ dpkg --list | grep linux-image
ic linux-image-5.4.0-26-generic 5.4.0-26.30 amd64 Signed kernel image generic
ii linux-image-5.4.0-33-generic 5.4.0-33.37 amd64 Signed kernel image generic
ii linux-image-5.4.0-37-generic 5.4.0-37.41 amd64 Signed kernel image generic
ii linux-image-generic-hwe-20.04 5.4.0.37.40 amd64 Generic Linux kernel image
lool@lool-W510:~$
lool@lool-W510:~$ dpkg --list | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==========================================-===================================-============-==================================================================================================================================================================================
ic linux-image-5.4.0-26-generic 5.4.0-26.30 amd64 Signed kernel image generic
ic linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
ic linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
lool@lool-W510:~$
---------------------------------------------------------------------
Voici les infos système :
lool@lool-W510:~$ lsb_release -sd ; printenv XDG_CURRENT_DESKTOP GDMSESSION ; uname -mrs
Ubuntu 20.04 LTS
GNOME
gnome
Linux 5.4.0-37-generic x86_64
lool@lool-W510:~$
lool@lool-W510:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)]/ 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/ focal main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal 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/ focal-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-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/ focal-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 deb http://archive.canonical.com/ubuntu focal partner
44 # deb-src http://archive.canonical.com/ubuntu focal partner
45
46 deb http://security.ubuntu.com/ubuntu focal-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
48 deb http://security.ubuntu.com/ubuntu focal-security universe
49 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
50 deb http://security.ubuntu.com/ubuntu focal-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
52
53 # This system was installed using small removable media
54 # (e.g. netinst, live or single CD). The matching "deb cdrom"
55 # entries were disabled at the end of the installation process.
56 # For information about how to configure apt package sources,
57 # see the sources.list(5) manual.
/etc/apt/sources.list.d/sublime-text.list
1 deb https://download.sublimetext.com/ apt/stable/
lool@lool-W510:~$
lool@lool-W510:~$ echo ; df -Thx tmpfs -x devtmpfs -x squashfs ; echo ; df -Tix tmpfs -x devtmpfs -x squashfs ; echo
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
/dev/sda5 ext4 46G 13G 31G 30% /
/dev/sda6 ext4 589G 254G 305G 46% /home
Sys. de fichiers Type Inœuds IUtil. ILibre IUti% Monté sur
/dev/sda5 ext4 3055616 268611 2787005 9% /
/dev/sda6 ext4 39223296 63773 39159523 1% /home
lool@lool-W510:~$
lool@lool-W510:~$ dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3 | column -t"}'
ic linux-image-5.4.0-26-generic 5.4.0-26.30 amd64
ic linux-modules-5.4.0-26-generic 5.4.0-26.30 amd64
ic linux-modules-extra-5.4.0-26-generic 5.4.0-26.30 amd64
ii linux-headers-5.4.0-33 5.4.0-33.37 all
ii linux-headers-5.4.0-33-generic 5.4.0-33.37 amd64
ii linux-image-5.4.0-33-generic 5.4.0-33.37 amd64
ii linux-modules-5.4.0-33-generic 5.4.0-33.37 amd64
ii linux-modules-extra-5.4.0-33-generic 5.4.0-33.37 amd64
ii linux-generic-hwe-20.04 5.4.0.37.40 amd64
ii linux-headers-generic-hwe-20.04 5.4.0.37.40 amd64
ii linux-image-generic-hwe-20.04 5.4.0.37.40 amd64
ii linux-headers-5.4.0-37 5.4.0-37.41 all
ii linux-headers-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-image-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-modules-5.4.0-37-generic 5.4.0-37.41 amd64
ii linux-modules-extra-5.4.0-37-generic 5.4.0-37.41 amd64
lool@lool-W510:~$