#1 Le 28/01/2025, à 19:08
- Tabor
(résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
La mise à jour de 22.04 à 24.04 s'est passée normalement. Après quelques semaines, une mise à jour a échoué (6.8.? ? ?) une seconde un peu plus tard a fait de même (J'ai envoyé les rapports). Ensuite, Ubuntu s'est bloqué à 2 reprises et enfin j'ai un écran noir au démarrage.
J'ai un PC portable HP Laptop 15 avec un SSD de 125 G et un HDD de 1T. sur le SSD sont installés Ubuntu et Windows 10 en double boot et le HDD reçoit les datas des 2 systèmes par des liens symboliques.
Windows 10 s'ouvre et fonctionne normalement. Je peu ouvrir un noyau antérieur (6.8.0-49 généric) grâce au forum mais je n'ai pas trouvé de solution pour débloquer le démarrage.
Merci de votre aide.
Dernière modification par Tabor (Le 31/01/2025, à 10:04)
Hors ligne
#2 Le 28/01/2025, à 19:13
- xubu1957
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
Montre la carte graphique :
lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
uname -a
la liste des anomalies de démarrage :
journalctl --no-pager -b -p err
ls -l /var/crash
dpkg -l | grep -v ^ii
et :
echo $XDG_SESSION_TYPE
pour voir si c'est Wayland ou x11, en te servant du Retour utilisable de commande.
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
En ligne
#3 Le 29/01/2025, à 16:31
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour Xubu1957 et merci de ton aide.
retours :
spci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
l
michel@michel-HP-Laptop-15-bs0xx:~$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 00 [VGA controller])
Kernel driver in use: i915
Kernel modules: i915
michel@michel-HP-Laptop-15-bs0xx:~$
michel@michel-HP-Laptop-15-bs0xx:~$ uname -a
Linux michel-HP-Laptop-15-bs0xx 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
michel@michel-HP-Laptop-15-bs0xx:~$
michel@michel-HP-Laptop-15-bs0xx:~$ journalctl --no-pager -b -p err
janv. 29 08:49:11 michel-HP-Laptop-15-bs0xx kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
janv. 29 08:49:11 michel-HP-Laptop-15-bs0xx kernel: x86/cpu: SGX disabled by BIOS.
janv. 29 08:49:14 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: No handler for Region [RCM0] (00000000ae65ff20) [SystemCMOS] (20230628/evregion-126)
janv. 29 08:49:14 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20230628/exfldio-261)
janv. 29 08:49:14 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 08:49:14 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._Q42 due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 08:49:16 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
janv. 29 08:49:16 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: sap-server: Operation not permitted (1)
janv. 29 08:49:48 michel-HP-Laptop-15-bs0xx gdm-password][2225]: gkr-pam: unable to locate daemon control file
janv. 29 08:49:51 michel-HP-Laptop-15-bs0xx systemd[2237]: Failed to start app-gnome-gnome\x2dkeyring\x2dpkcs11-2477.scope - Application launched by gnome-session-binary.
janv. 29 08:49:51 michel-HP-Laptop-15-bs0xx systemd[2237]: Failed to start app-gnome-gnome\x2dkeyring\x2dsecrets-2475.scope - Application launched by gnome-session-binary.
janv. 29 08:49:51 michel-HP-Laptop-15-bs0xx systemd[2237]: Failed to start app-gnome-gnome\x2dkeyring\x2dssh-2480.scope - Application launched by gnome-session-binary.
janv. 29 09:09:20 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: No handler for Region [RCM0] (00000000ae65ff20) [SystemCMOS] (20230628/evregion-126)
janv. 29 09:09:20 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20230628/exfldio-261)
janv. 29 09:09:20 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 09:09:20 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._Q42 due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 09:36:54 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
janv. 29 09:36:54 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: sap-server: Operation not permitted (1)
janv. 29 10:33:45 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
janv. 29 10:33:45 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: sap-server: Operation not permitted (1)
janv. 29 11:07:25 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: No handler for Region [RCM0] (00000000ae65ff20) [SystemCMOS] (20230628/evregion-126)
janv. 29 11:07:25 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Region SystemCMOS (ID=5) has no handler (20230628/exfldio-261)
janv. 29 11:07:25 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.WMID.ESDT due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 11:07:25 michel-HP-Laptop-15-bs0xx kernel: ACPI Error: Aborting method \_SB.PCI0.LPCB.EC0._Q42 due to previous error (AE_NOT_EXIST) (20230628/psparse-529)
janv. 29 12:54:13 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: profiles/sap/server.c:sap_server_register() Sap driver initialization failed.
janv. 29 12:54:13 michel-HP-Laptop-15-bs0xx bluetoothd[1132]: sap-server: Operation not permitted (1)
michel@michel-HP-Laptop-15-bs0xx:~$
michel@michel-HP-Laptop-15-bs0xx:~$ dpkg -l | 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
+++-========================================================-==========================================-============-================================================================================
rc accountwizard 4:21.12.3-0ubuntu1 amd64 wizard for KDE PIM applications account setup
rc akonadi-backend-mysql 4:21.12.3-0ubuntu3 all MySQL storage backend for Akonadi
rc akonadi-server 4:21.12.3-0ubuntu3 amd64 Akonadi PIM storage service
rc akregator 4:21.12.3-0ubuntu1 amd64 RSS/Atom feed aggregator
rc crda 3.18-1build1 amd64 wireless Central Regulatory Domain Agent
rc dvdauthor 0.7.2-1build2 amd64 create DVD-Video file system
rc freepats 20060219-4 all Free patch set for MIDI audio synthesis
rc fuse 2.9.9-3 amd64 Filesystem in Userspace
rc gnome-software 3.36.1-0ubuntu0.20.04.0 amd64 Software Center for GNOME
rc ippusbxd 1.34-2ubuntu1 amd64 Daemon for IPP USB printer support
rc javascript-common 11+nmu1 all Base support for JavaScript library packages
rc k3b 21.12.3-0ubuntu1 amd64 Sophisticated CD/DVD burning application
rc k3b-data 21.12.3-0ubuntu1 all Sophisticated CD/DVD burning application - data files
rc kaddressbook 4:21.12.3-0ubuntu1 amd64 address book and contact data manager
rc kdepim-addons 19.12.3-0ubuntu1 amd64 Addons for KDE PIM applications
rc kdepim-runtime 4:21.12.3-0ubuntu1 amd64 runtime components for Akonadi KDE
rc kdepim-themeeditors 4:19.12.3-0ubuntu1 amd64 Theme Editors for KDE PIM applications
rc kf5-kdepim-apps-libs-data 4:19.12.3-0ubuntu1 all KDE PIM mail related libraries, data files
rc kf5-messagelib-data 4:21.12.3-0ubuntu1 all KDE PIM messaging library, data files
rc kio-ldap 21.12.3-0ubuntu1 amd64 library for accessing LDAP - development files
rc kmail 4:19.12.3-0ubuntu1 amd64 full featured graphical email client
rc knotes 4:21.12.3-0ubuntu1 amd64 sticky notes application
rc kontact 4:21.12.3-0ubuntu1 amd64 integrated application for personal information management
rc korganizer 4:21.12.3-0ubuntu1 amd64 calendar and personal organizer
rc ktnef 4:19.12.3-0ubuntu1 amd64 Viewer for mail attachments using TNEF format
rc libdmtx0a:amd64 0.7.4-2 amd64 Data Matrix barcodes (runtime library)
rc libglib2.0-0:amd64 2.72.4-0ubuntu2.4 amd64 GLib library of C routines
rc libgtk-3-0:amd64 3.24.33-1ubuntu2.2 amd64 GTK graphical user interface library
rc libgtk2.0-0:amd64 2.24.33-2ubuntu2.1 amd64 GTK graphical user interface library - old version
rc libjs-jquery-ui 1.12.1+dfsg-5 all JavaScript UI library for dynamic web applications
rc libkf5akonadicalendar-data 4:21.12.3-0ubuntu1 all library providing calendar helpers for Akonadi items - data files
rc libkf5akonadicontact-data 4:21.12.3-0ubuntu1 all akonadi-contacts - data files
rc libkf5akonadimime-data 4:21.12.3-0ubuntu1 all akonadi-mime - data files
rc libkf5akonadisearch-data 4:21.12.3-0ubuntu1 all Akonadi search library - data files
rc libkf5alarmcalendar5abi1:amd64 4:17.12.3-0ubuntu1 amd64 library for handling kalarm calendar data
rc libkf5alarmcalendar5abi2:amd64 4:21.12.3-0ubuntu1 amd64 library for handling kalarm calendar data
rc libkf5calendarcore5abi2:amd64 5:5.92.0-0ubuntu1 amd64 calendar access framework
rc libkf5calendarsupport-data 4:21.12.3-0ubuntu1 all KDE PIM Calendar support - data files
rc libkf5calendarutils-data 4:21.12.3-0ubuntu1 all library with utility functions for the handling of calendar data
rc libkf5contacteditor-data 4:21.12.3-0ubuntu1 amd64 transitional dummy package
rc libkf5emoticons-data 5.92.0-0ubuntu1 all Support for emoticons and emoticons themes.
rc libkf5eventviews-data 4:21.12.3-0ubuntu1 all KDE PIM event handling - data files
rc libkf5grantleetheme5 21.12.3-0ubuntu1 amd64 KDE PIM grantlee theme support - library
rc libkf5gravatar5:amd64 4:17.12.3-0ubuntu1 amd64 KDE PIM gravatar library
rc libkf5gravatar5abi2:amd64 4:21.12.3-0ubuntu1 amd64 KDE PIM gravatar library
rc libkf5identitymanagement-data 21.12.3-0ubuntu1 all library for managing user identities
rc libkf5imap-data 21.12.3-0ubuntu1 all library for handling IMAP data
rc libkf5incidenceeditor-bin 21.12.3-0ubuntu1 amd64 KDE PIM incidence editor
rc libkf5itemmodels5:amd64 5.92.0-0ubuntu1 amd64 additional item/view models for Qt Itemview
rc libkf5kdelibs4support-data 5.92.0-0ubuntu1 all Porting aid from KDELibs4.
rc libkf5kontactinterface-data 21.12.3-0ubuntu1 all Kontact interface library - data files
rc libkf5ksieve-data 4:19.12.3-0ubuntu1 all Sieve mail filtering language support for kdepim, data files
rc libkf5libkdepim-data 4:21.12.3-0ubuntu1 all KDE PIM library - data files
rc libkf5mailcommon-plugins:amd64 4:19.12.3-0ubuntu1 amd64 KDE PIM email utility library, plugins
rc libkf5mailtransport-data 21.12.3-0ubuntu1 all mail transport service library - data files
rc libkf5mbox5:amd64 21.12.3-0ubuntu1 amd64 library for handling mbox mailboxes
rc libkf5runner5:amd64 5.92.0-0ubuntu1 amd64 Used to write plugins loaded at runtime called "Runners".
rc libkf5tnef-data 4:19.12.3-0ubuntu1 all library for handling TNEF data - data files
rc libkpimgapi-data 21.12.3-0ubuntu1 all Google API library for KDE -- data files
rc libkpimitinerary-data 19.12.3-0ubuntu1 all library for Travel Reservation information - arch independent data
rc libkpimkdav-data 19.12.3-0ubuntu1 all DAV protocol implementation with KJobs - data files
rc libkpimpkpass5:amd64 19.12.3-0ubuntu1 amd64 library for Apple Wallet Pass reader
rc libkpimsmtp5:amd64 17.12.2-0ubuntu1 amd64 library for handling SMTP data
rc libkpimsmtp5abi1:amd64 21.12.3-0ubuntu1 amd64 library for handling SMTP data
rc libkuserfeedbackcore1:amd64 1.2.0-2 amd64 user feedback for applications - core library
rc libmagic1:amd64 1:5.41-3ubuntu0.1 amd64 Recognize the type of data in a file using "magic" numbers - library
rc libpython3.8-minimal:amd64 3.8.10-0ubuntu1~20.04.5 amd64 Minimal subset of the Python language (version 3.8)
rc libqt5core5a:amd64 5.15.3+dfsg-2ubuntu0.2 amd64 Qt 5 core module
rc libqt5gui5:amd64 5.15.3+dfsg-2ubuntu0.2 amd64 Qt 5 GUI module
rc libreoffice-avmedia-backend-gstreamer 1:7.3.7-0ubuntu0.22.04.7 amd64 transitional package for GStreamer backend for LibreOffice
rc libsensors4:amd64 1:3.4.0-4 amd64 library to read temperature/voltage/fan sensors
rc libssl3:amd64 3.0.2-0ubuntu1.18 amd64 Secure Sockets Layer toolkit - shared libraries
rc libssl3:i386 3.0.2-0ubuntu1.18 i386 Secure Sockets Layer toolkit - shared libraries
rc libwildmidi-config 0.4.3-1 all software MIDI player configuration
iU linux-generic 6.8.0-50.51 amd64 Complete Generic Linux kernel and headers
iF linux-headers-6.8.0-50-generic 6.8.0-50.51 amd64 Linux kernel headers for version 6.8.0 on 64 bit x86 SMP
iU linux-headers-generic 6.8.0-50.51 amd64 Generic Linux kernel headers
rc linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64 Signed kernel image generic
rc linux-image-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Signed kernel image generic
rc linux-image-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.15.0-100-generic 5.15.0-100.110 amd64 Signed kernel image generic
rc linux-image-5.15.0-101-generic 5.15.0-101.111 amd64 Signed kernel image generic
rc linux-image-5.15.0-102-generic 5.15.0-102.112 amd64 Signed kernel image generic
rc linux-image-5.15.0-105-generic 5.15.0-105.115 amd64 Signed kernel image generic
rc linux-image-5.15.0-106-generic 5.15.0-106.116 amd64 Signed kernel image generic
rc linux-image-5.15.0-107-generic 5.15.0-107.117 amd64 Signed kernel image generic
rc linux-image-5.15.0-112-generic 5.15.0-112.122 amd64 Signed kernel image generic
rc linux-image-5.15.0-113-generic 5.15.0-113.123 amd64 Signed kernel image generic
rc linux-image-5.15.0-116-generic 5.15.0-116.126 amd64 Signed kernel image generic
rc linux-image-5.15.0-117-generic 5.15.0-117.127 amd64 Signed kernel image generic
rc linux-image-5.15.0-118-generic 5.15.0-118.128 amd64 Signed kernel image generic
rc linux-image-5.15.0-119-generic 5.15.0-119.129 amd64 Signed kernel image generic
rc linux-image-5.15.0-121-generic 5.15.0-121.131 amd64 Signed kernel image generic
rc linux-image-5.15.0-122-generic 5.15.0-122.132 amd64 Signed kernel image generic
rc linux-image-5.15.0-124-generic 5.15.0-124.134 amd64 Signed kernel image generic
rc linux-image-5.15.0-126-generic 5.15.0-126.136 amd64 Signed kernel image generic
rc linux-image-5.15.0-46-generic 5.15.0-46.49 amd64 Signed kernel image generic
rc linux-image-5.15.0-47-generic 5.15.0-47.51 amd64 Signed kernel image generic
rc linux-image-5.15.0-48-generic 5.15.0-48.54 amd64 Signed kernel image generic
rc linux-image-5.15.0-50-generic 5.15.0-50.56 amd64 Signed kernel image generic
rc linux-image-5.15.0-52-generic 5.15.0-52.58 amd64 Signed kernel image generic
rc linux-image-5.15.0-53-generic 5.15.0-53.59 amd64 Signed kernel image generic
rc linux-image-5.15.0-56-generic 5.15.0-56.62 amd64 Signed kernel image generic
rc linux-image-5.15.0-57-generic 5.15.0-57.63 amd64 Signed kernel image generic
rc linux-image-5.15.0-58-generic 5.15.0-58.64 amd64 Signed kernel image generic
rc linux-image-5.15.0-60-generic 5.15.0-60.66 amd64 Signed kernel image generic
rc linux-image-5.15.0-67-generic 5.15.0-67.74 amd64 Signed kernel image generic
rc linux-image-5.15.0-69-generic 5.15.0-69.76 amd64 Signed kernel image generic
rc linux-image-5.15.0-70-generic 5.15.0-70.77 amd64 Signed kernel image generic
rc linux-image-5.15.0-71-generic 5.15.0-71.78 amd64 Signed kernel image generic
rc linux-image-5.15.0-72-generic 5.15.0-72.79 amd64 Signed kernel image generic
rc linux-image-5.15.0-73-generic 5.15.0-73.80 amd64 Signed kernel image generic
rc linux-image-5.15.0-75-generic 5.15.0-75.82 amd64 Signed kernel image generic
rc linux-image-5.15.0-76-generic 5.15.0-76.83 amd64 Signed kernel image generic
rc linux-image-5.15.0-78-generic 5.15.0-78.85 amd64 Signed kernel image generic
rc linux-image-5.15.0-79-generic 5.15.0-79.86 amd64 Signed kernel image generic
rc linux-image-5.15.0-82-generic 5.15.0-82.91 amd64 Signed kernel image generic
rc linux-image-5.15.0-83-generic 5.15.0-83.92 amd64 Signed kernel image generic
rc linux-image-5.15.0-84-generic 5.15.0-84.93 amd64 Signed kernel image generic
rc linux-image-5.15.0-86-generic 5.15.0-86.96 amd64 Signed kernel image generic
rc linux-image-5.15.0-87-generic 5.15.0-87.97 amd64 Signed kernel image generic
rc linux-image-5.15.0-88-generic 5.15.0-88.98 amd64 Signed kernel image generic
rc linux-image-5.15.0-89-generic 5.15.0-89.99 amd64 Signed kernel image generic
rc linux-image-5.15.0-91-generic 5.15.0-91.101 amd64 Signed kernel image generic
rc linux-image-5.15.0-92-generic 5.15.0-92.102 amd64 Signed kernel image generic
rc linux-image-5.15.0-94-generic 5.15.0-94.104 amd64 Signed kernel image generic
rc linux-image-5.15.0-97-generic 5.15.0-97.107 amd64 Signed kernel image generic
rc linux-image-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64 Signed kernel image generic
rc linux-image-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.4.0-100-generic 5.4.0-100.113 amd64 Signed kernel image generic
rc linux-image-5.4.0-104-generic 5.4.0-104.118 amd64 Signed kernel image generic
rc linux-image-5.4.0-105-generic 5.4.0-105.119 amd64 Signed kernel image generic
rc linux-image-5.4.0-107-generic 5.4.0-107.121 amd64 Signed kernel image generic
rc linux-image-5.4.0-109-generic 5.4.0-109.123 amd64 Signed kernel image generic
rc linux-image-5.4.0-110-generic 5.4.0-110.124 amd64 Signed kernel image generic
rc linux-image-5.4.0-113-generic 5.4.0-113.127 amd64 Signed kernel image generic
rc linux-image-5.4.0-117-generic 5.4.0-117.132 amd64 Signed kernel image generic
rc linux-image-5.4.0-120-generic 5.4.0-120.136 amd64 Signed kernel image generic
rc linux-image-5.4.0-121-generic 5.4.0-121.137 amd64 Signed kernel image generic
rc linux-image-5.4.0-122-generic 5.4.0-122.138 amd64 Signed kernel image generic
rc linux-image-5.4.0-124-generic 5.4.0-124.140 amd64 Signed kernel image generic
rc linux-image-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64 Signed kernel image generic
rc linux-image-5.4.0-47-generic 5.4.0-47.51 amd64 Signed kernel image generic
rc linux-image-5.4.0-48-generic 5.4.0-48.52 amd64 Signed kernel image generic
rc linux-image-5.4.0-51-generic 5.4.0-51.56 amd64 Signed kernel image generic
rc linux-image-5.4.0-52-generic 5.4.0-52.57 amd64 Signed kernel image generic
rc linux-image-5.4.0-53-generic 5.4.0-53.59 amd64 Signed kernel image generic
rc linux-image-5.4.0-54-generic 5.4.0-54.60 amd64 Signed kernel image generic
rc linux-image-5.4.0-56-generic 5.4.0-56.62 amd64 Signed kernel image generic
rc linux-image-5.4.0-58-generic 5.4.0-58.64 amd64 Signed kernel image generic
rc linux-image-5.4.0-59-generic 5.4.0-59.65 amd64 Signed kernel image generic
rc linux-image-5.4.0-60-generic 5.4.0-60.67 amd64 Signed kernel image generic
rc linux-image-5.4.0-62-generic 5.4.0-62.70 amd64 Signed kernel image generic
rc linux-image-5.4.0-64-generic 5.4.0-64.72 amd64 Signed kernel image generic
rc linux-image-5.4.0-65-generic 5.4.0-65.73 amd64 Signed kernel image generic
rc linux-image-5.4.0-66-generic 5.4.0-66.74 amd64 Signed kernel image generic
rc linux-image-5.4.0-67-generic 5.4.0-67.75 amd64 Signed kernel image generic
rc linux-image-5.4.0-70-generic 5.4.0-70.78 amd64 Signed kernel image generic
rc linux-image-5.4.0-71-generic 5.4.0-71.79 amd64 Signed kernel image generic
rc linux-image-5.4.0-72-generic 5.4.0-72.80 amd64 Signed kernel image generic
rc linux-image-5.4.0-73-generic 5.4.0-73.82 amd64 Signed kernel image generic
rc linux-image-5.4.0-74-generic 5.4.0-74.83 amd64 Signed kernel image generic
rc linux-image-5.4.0-77-generic 5.4.0-77.86 amd64 Signed kernel image generic
rc linux-image-5.4.0-80-generic 5.4.0-80.90 amd64 Signed kernel image generic
rc linux-image-5.4.0-81-generic 5.4.0-81.91 amd64 Signed kernel image generic
rc linux-image-5.4.0-84-generic 5.4.0-84.94 amd64 Signed kernel image generic
rc linux-image-5.4.0-86-generic 5.4.0-86.97 amd64 Signed kernel image generic
rc linux-image-5.4.0-88-generic 5.4.0-88.99 amd64 Signed kernel image generic
rc linux-image-5.4.0-89-generic 5.4.0-89.100 amd64 Signed kernel image generic
rc linux-image-5.4.0-90-generic 5.4.0-90.101 amd64 Signed kernel image generic
rc linux-image-5.4.0-91-generic 5.4.0-91.102 amd64 Signed kernel image generic
rc linux-image-5.4.0-92-generic 5.4.0-92.103 amd64 Signed kernel image generic
rc linux-image-5.4.0-94-generic 5.4.0-94.106 amd64 Signed kernel image generic
rc linux-image-5.4.0-96-generic 5.4.0-96.109 amd64 Signed kernel image generic
rc linux-image-5.4.0-97-generic 5.4.0-97.110 amd64 Signed kernel image generic
rc linux-image-5.4.0-99-generic 5.4.0-99.112 amd64 Signed kernel image generic
iF linux-image-6.8.0-50-generic 6.8.0-50.51 amd64 Signed kernel image generic
rc linux-modules-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-100-generic 5.15.0-100.110 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-101-generic 5.15.0-101.111 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-102-generic 5.15.0-102.112 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-105-generic 5.15.0-105.115 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-106-generic 5.15.0-106.116 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-107-generic 5.15.0-107.117 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-112-generic 5.15.0-112.122 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-113-generic 5.15.0-113.123 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-116-generic 5.15.0-116.126 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-117-generic 5.15.0-117.127 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-118-generic 5.15.0-118.128 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-119-generic 5.15.0-119.129 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-121-generic 5.15.0-121.131 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-122-generic 5.15.0-122.132 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-124-generic 5.15.0-124.134 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-126-generic 5.15.0-126.136 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-46-generic 5.15.0-46.49 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-47-generic 5.15.0-47.51 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-48-generic 5.15.0-48.54 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-50-generic 5.15.0-50.56 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-52-generic 5.15.0-52.58 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-53-generic 5.15.0-53.59 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-56-generic 5.15.0-56.62 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-57-generic 5.15.0-57.63 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-58-generic 5.15.0-58.64 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-60-generic 5.15.0-60.66 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-67-generic 5.15.0-67.74 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-69-generic 5.15.0-69.76 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-70-generic 5.15.0-70.77 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-71-generic 5.15.0-71.78 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-72-generic 5.15.0-72.79 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-73-generic 5.15.0-73.80 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-75-generic 5.15.0-75.82 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-76-generic 5.15.0-76.83 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-78-generic 5.15.0-78.85 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-79-generic 5.15.0-79.86 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-82-generic 5.15.0-82.91 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-83-generic 5.15.0-83.92 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-84-generic 5.15.0-84.93 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-86-generic 5.15.0-86.96 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-87-generic 5.15.0-87.97 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-88-generic 5.15.0-88.98 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-89-generic 5.15.0-89.99 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-91-generic 5.15.0-91.101 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-92-generic 5.15.0-92.102 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-94-generic 5.15.0-94.104 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.15.0-97-generic 5.15.0-97.107 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-122-generic 5.4.0-122.138 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-60-generic 5.4.0-60.67 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-62-generic 5.4.0-62.70 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-64-generic 5.4.0-64.72 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-65-generic 5.4.0-65.73 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-66-generic 5.4.0-66.74 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-67-generic 5.4.0-67.75 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-70-generic 5.4.0-70.78 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-71-generic 5.4.0-71.79 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-72-generic 5.4.0-72.80 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-73-generic 5.4.0-73.82 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-74-generic 5.4.0-74.83 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-96-generic 5.4.0-96.109 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-97-generic 5.4.0-97.110 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 4.18.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64 Linux kernel extra modules for version 5.0.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-100-generic 5.15.0-100.110 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-101-generic 5.15.0-101.111 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-102-generic 5.15.0-102.112 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-105-generic 5.15.0-105.115 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-106-generic 5.15.0-106.116 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-107-generic 5.15.0-107.117 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-112-generic 5.15.0-112.122 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-113-generic 5.15.0-113.123 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-116-generic 5.15.0-116.126 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-117-generic 5.15.0-117.127 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-118-generic 5.15.0-118.128 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-119-generic 5.15.0-119.129 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-121-generic 5.15.0-121.131 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-122-generic 5.15.0-122.132 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-124-generic 5.15.0-124.134 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-126-generic 5.15.0-126.136 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-46-generic 5.15.0-46.49 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-47-generic 5.15.0-47.51 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-48-generic 5.15.0-48.54 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-50-generic 5.15.0-50.56 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-52-generic 5.15.0-52.58 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-53-generic 5.15.0-53.59 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-56-generic 5.15.0-56.62 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-57-generic 5.15.0-57.63 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-58-generic 5.15.0-58.64 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-60-generic 5.15.0-60.66 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-67-generic 5.15.0-67.74 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-69-generic 5.15.0-69.76 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-70-generic 5.15.0-70.77 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-71-generic 5.15.0-71.78 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-72-generic 5.15.0-72.79 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-73-generic 5.15.0-73.80 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-75-generic 5.15.0-75.82 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-76-generic 5.15.0-76.83 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-78-generic 5.15.0-78.85 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-79-generic 5.15.0-79.86 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-82-generic 5.15.0-82.91 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-83-generic 5.15.0-83.92 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-84-generic 5.15.0-84.93 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-86-generic 5.15.0-86.96 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-87-generic 5.15.0-87.97 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-88-generic 5.15.0-88.98 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-89-generic 5.15.0-89.99 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-91-generic 5.15.0-91.101 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-92-generic 5.15.0-92.102 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-94-generic 5.15.0-94.104 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.15.0-97-generic 5.15.0-97.107 amd64 Linux kernel extra modules for version 5.15.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64 Linux kernel extra modules for version 5.3.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-100-generic 5.4.0-100.113 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-104-generic 5.4.0-104.118 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-105-generic 5.4.0-105.119 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-107-generic 5.4.0-107.121 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-109-generic 5.4.0-109.123 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-110-generic 5.4.0-110.124 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-113-generic 5.4.0-113.127 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-117-generic 5.4.0-117.132 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-120-generic 5.4.0-120.136 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-121-generic 5.4.0-121.137 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-122-generic 5.4.0-122.138 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-47-generic 5.4.0-47.51 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-48-generic 5.4.0-48.52 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-51-generic 5.4.0-51.56 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-52-generic 5.4.0-52.57 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-53-generic 5.4.0-53.59 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-54-generic 5.4.0-54.60 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-56-generic 5.4.0-56.62 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-58-generic 5.4.0-58.64 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-59-generic 5.4.0-59.65 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-60-generic 5.4.0-60.67 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-62-generic 5.4.0-62.70 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-64-generic 5.4.0-64.72 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-65-generic 5.4.0-65.73 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-66-generic 5.4.0-66.74 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-67-generic 5.4.0-67.75 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-70-generic 5.4.0-70.78 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-71-generic 5.4.0-71.79 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-72-generic 5.4.0-72.80 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-73-generic 5.4.0-73.82 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-74-generic 5.4.0-74.83 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-77-generic 5.4.0-77.86 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-80-generic 5.4.0-80.90 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-81-generic 5.4.0-81.91 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-84-generic 5.4.0-84.94 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-86-generic 5.4.0-86.97 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-88-generic 5.4.0-88.99 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-89-generic 5.4.0-89.100 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-90-generic 5.4.0-90.101 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-91-generic 5.4.0-91.102 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-92-generic 5.4.0-92.103 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-94-generic 5.4.0-94.106 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-96-generic 5.4.0-96.109 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-97-generic 5.4.0-97.110 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc linux-modules-extra-5.4.0-99-generic 5.4.0-99.112 amd64 Linux kernel extra modules for version 5.4.0 on 64 bit x86 SMP
rc mariadb-common 1:10.6.16-0ubuntu0.22.04.1 all MariaDB common configuration files
rc odbcinst 2.3.9-5 amd64 Helper program for accessing ODBC configuration files
rc oxygen-icon-theme 5:5.92.0-0ubuntu1 all Oxygen icon theme
rc phonon4qt5:amd64 4:4.11.1-4 amd64 multimedia framework from KDE using Qt 5 - metapackage
rc pim-data-exporter 4:19.12.3-0ubuntu1 amd64 back up and archive PIM data
rc pim-sieve-editor 4:19.12.3-0ubuntu1 amd64 IMAP Sieve filter editor
rc pipewire-media-session 0.4.1-2ubuntu1 amd64 example session manager for PipeWire
rc pkg-config 0.29.2-1ubuntu3 amd64 manage compile and link flags for libraries
rc plymouth-theme-ubuntu-logo 0.9.5+git20211018-1ubuntu3 amd64 boot animation, logger and I/O multiplexer - ubuntu theme
rc python 2.7.15~rc1-1 amd64 interactive high-level object-oriented language (default version)
rc python-matplotlib-data 3.1.2-1ubuntu4 all Python based plotting system (data package)
rc python3.8-minimal 3.8.10-0ubuntu1~20.04.5 amd64 Minimal subset of the Python language (version 3.8)
rc rutilt 0.18-0ubuntu6 amd64 Configuration tool for rt2x00 wireless network cards
rc ubuntu-system-service 0.7 all Dbus service to set various system-wide configurations
rc ureadahead 0.100.0-21 amd64 Read required files in advance
michel@michel-HP-Laptop-15-bs0xx:~$
michel@michel-HP-Laptop-15-bs0xx:~$ echo $XDG_SESSION_TYPE
michel@michel-HP-Laptop-15-bs0xx:~$ : commande introuvable
La commande « total » n'a pas été trouvée, voulez-vous dire :
commande « topal » du deb topal (81-2)
Essayez : sudo apt install <nom du deb>
michel@michel-HP-Laptop-15-bs0xx:~$ : commande introuvable
michel@michel-HP-Laptop-15-bs0xx:~$
Dernière modification par Tabor (Le 30/01/2025, à 00:38)
Hors ligne
#4 Le 29/01/2025, à 17:41
- xubu1957
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Pour purger les résidus de configuration marqués "rc" :
sudo apt purge ~c
comme expliqué à la machine à café et rajouté dans ce message
Fournis les retours de :
sudo apt update
Pour rajouter toi-même les balises code à ton message #3 :
Cliquer sur le lien « Modifier » en bas à droite du message
Sélectionner le texte
Cliquer sur le <> de l'éditeur de message
Dernière modification par xubu1957 (Le 29/01/2025, à 17:42)
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
En ligne
#5 Le 30/01/2025, à 01:27
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
J'ai compris après validation qu'il fallait mettre une balise pour chaque commande et retour. C'est effectivement plus présentable après correction. Merci.
J'ai fait la purge et voici le retour de :
sudo apt update
michel@michel-HP-Laptop-15-bs0xx:~$ sudo apt update
[sudo] Mot de passe de michel :
Atteint :1 http://ftp.halifax.rwth-aachen.de/ubuntu noble InRelease
Réception de :2 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates InRelease [126 kB]
Réception de :3 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security InRelease [126 kB]
Réception de :4 http://ftp.halifax.rwth-aachen.de/ubuntu noble-backports InRelease [126 kB]
Réception de :5 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main i386 Packages [409 kB]
Réception de :6 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 Packages [834 kB]
Réception de :7 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 Components [151 kB]
Réception de :8 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/restricted amd64 Components [212 B]
Réception de :9 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 Packages [993 kB]
Réception de :10 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe i386 Packages [612 kB]
Réception de :11 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 Components [313 kB]
Réception de :12 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/multiverse amd64 Components [940 B]
Réception de :13 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/main amd64 Packages [612 kB]
Réception de :14 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/main i386 Packages [236 kB]
Réception de :15 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/main Translation-en [117 kB]
Réception de :16 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/main amd64 Components [8952 B]
Réception de :17 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/restricted amd64 Components [212 B]
Réception de :18 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/universe i386 Packages [503 kB]
Réception de :19 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/universe amd64 Packages [802 kB]
Réception de :20 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/universe Translation-en [171 kB]
Réception de :21 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/universe amd64 Components [52,0 kB]
Réception de :22 http://ftp.halifax.rwth-aachen.de/ubuntu noble-security/multiverse amd64 Components [212 B]
Réception de :23 http://ftp.halifax.rwth-aachen.de/ubuntu noble-backports/main amd64 Components [208 B]
Réception de :24 http://ftp.halifax.rwth-aachen.de/ubuntu noble-backports/restricted amd64 Components [216 B]
Réception de :25 http://ftp.halifax.rwth-aachen.de/ubuntu noble-backports/universe amd64 Components [17,7 kB]
Réception de :26 http://ftp.halifax.rwth-aachen.de/ubuntu noble-backports/multiverse amd64 Components [212 B]
6213 ko réceptionnés en 2s (3353 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
220 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#6 Le 30/01/2025, à 08:32
- xubu1957
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
220 paquets peuvent être mis à jour.
Lance les mises à jour :
sudo apt full-upgrade
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
En ligne
#7 Le 30/01/2025, à 16:27
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
J’allais te poser la question des mises à jour car j'ai une proposition du gestionnaire des mises à jour pour UBUNTU et d'autres logiciels, libre offoce VLC etc... avec un téléchargement de 980 Mo que je n'ai pas accepté mais qui correspond en taille à ce que tu me proposes.
J'ai lancé "full upgrade" et voici le résultat :
michel@michel-HP-Laptop-15-bs0xx:~$ sudo apt full-upgrade
[sudo] Mot de passe de michel :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
dcmtk libdcmtk17t64 libglade2-0 libgtkmm-2.4-1t64 plocate python3-netifaces
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
vlc-plugin-qt libvlc5 libdcmtk17t64 vlc-data libvlccore9 dcmtk vlc vlc-bin
vlc-l10n libcjson1 libpostproc57 vlc-plugin-samba libavcodec60
vlc-plugin-notify libavutil58 libswscale7 vlc-plugin-access-extra
vlc-plugin-skins2 vlc-plugin-video-splitter libswresample4
vlc-plugin-video-output libavformat60 libvlc-bin vlc-plugin-base
vlc-plugin-visualization libavfilter9
Learn more about Ubuntu Pro at https://ubuntu.com/pro
#
# Patches available for rsync vulnerabilities, including a potential RCE,
# tracked by CVE-2024-12084 through CVE-2024-12088 and CVE-2024-12747.
# For more see: https://ubuntu.com/blog/rsync-remote-code-execution
#
Les NOUVEAUX paquets suivants seront installés :
linux-headers-6.8.0-52 linux-headers-6.8.0-52-generic
linux-image-6.8.0-52-generic linux-modules-6.8.0-52-generic
linux-modules-extra-6.8.0-52-generic linux-tools-6.8.0-52
linux-tools-6.8.0-52-generic
The following upgrades have been deferred due to phasing:
grub-efi-amd64-signed libnfsidmap1 libnss-myhostname libnss-systemd
libpam-systemd libpcre2-16-0 libpcre2-32-0 libpcre2-8-0 libperl5.38t64
libsystemd-shared libsystemd0 libsystemd0:i386 libudev1 perl perl-base
perl-modules-5.38 systemd systemd-dev systemd-oomd systemd-resolved
systemd-sysv systemd-timesyncd udev
Les paquets suivants ont été conservés :
grub-efi-amd64-bin
Les paquets suivants seront mis à jour :
alsa-ucm-conf attr bind9-dnsutils bind9-host bind9-libs bpftrace
bsdextrautils bsdutils cloud-init dnsutils eject fdisk firmware-sof-signed
fonts-opensymbol fwupd gdm3 gir1.2-gdm-1.0 gir1.2-gst-plugins-base-1.0
gir1.2-gstreamer-1.0 gir1.2-javascriptcoregtk-4.1
gir1.2-javascriptcoregtk-6.0 gir1.2-packagekitglib-1.0 gir1.2-polkit-1.0
gir1.2-webkit-6.0 gir1.2-webkit2-4.1 git git-man gnome-calendar
gnome-control-center gnome-control-center-data gnome-control-center-faces
grub-common grub-pc grub-pc-bin grub2-common gstreamer1.0-alsa
gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-packagekit
gstreamer1.0-plugins-base gstreamer1.0-plugins-base-apps
gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-tools
gstreamer1.0-x kmod libattr1 libblkid1 libbsd0 libcap2 libcap2:i386
libcap2-bin libcephfs2 libcurl3t64-gnutls libcurl4t64 libdebuginfod-common
libdebuginfod1t64 libdrm-amdgpu1 libdrm-common libdrm-intel1 libdrm-nouveau2
libdrm-radeon1 libdrm2 libdw1t64 libelf1t64 libfdisk1 libfprint-2-2
libfprint-2-tod1 libfwupd2 libgdm1 libgmp10 libgpg-error-l10n libgpg-error0
libgpg-error0:i386 libgstreamer-gl1.0-0 libgstreamer-plugins-base1.0-0
libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libidn2-0 libidn2-0:i386
libisl23 libjavascriptcoregtk-4.1-0 libjavascriptcoregtk-6.0-1 libkmod2
liblibreoffice-java libmd0 libmount1 libmpc3 libmpfr6 libnautilus-extension4
libnetplan1 libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnl-route-3-200
libopenjp2-7 libpackagekit-glib2-18 libpam-cap libpolkit-agent-1-0
libpolkit-gobject-1-0 libpoppler-cpp0t64 libpoppler-glib8t64 libpoppler134
libpulse-mainloop-glib0 libpulse0 libpython3.12-minimal libpython3.12-stdlib
libpython3.12t64 librados2 libreoffice-base libreoffice-base-core
libreoffice-base-drivers libreoffice-calc libreoffice-common
libreoffice-core libreoffice-draw libreoffice-gnome libreoffice-gtk3
libreoffice-help-common libreoffice-help-en-gb libreoffice-help-en-us
libreoffice-help-fr libreoffice-impress libreoffice-java-common
libreoffice-l10n-en-gb libreoffice-l10n-en-za libreoffice-l10n-fr
libreoffice-math libreoffice-sdbc-firebird libreoffice-sdbc-hsqldb
libreoffice-style-breeze libreoffice-style-colibre
libreoffice-style-elementary libreoffice-style-tango libreoffice-style-yaru
libreoffice-uiconfig-base libreoffice-uiconfig-calc
libreoffice-uiconfig-common libreoffice-uiconfig-draw
libreoffice-uiconfig-impress libreoffice-uiconfig-math
libreoffice-uiconfig-writer libreoffice-writer libselinux1 libsmartcols1
libsqlite3-0 libunistring5 libunistring5:i386 libuno-cppu3t64
libuno-cppuhelpergcc3-3t64 libuno-purpenvhelpergcc3-3t64 libuno-sal3t64
libuno-salhelpergcc3-3t64 libunoloader-java libuuid1 libwebkit2gtk-4.1-0
libwebkitgtk-6.0-4 libxml2 linux-firmware linux-generic
linux-headers-generic linux-image-generic linux-libc-dev linux-tools-common
mount nautilus nautilus-data netplan-generator netplan.io packagekit
packagekit-tools pkexec policykit-1 polkitd poppler-utils pulseaudio
pulseaudio-module-bluetooth pulseaudio-utils python3-jinja2 python3-netplan
python3-uno python3.12 python3.12-minimal rfkill rsync shotwell
shotwell-common tzdata uno-libs-private ure ure-java util-linux uuid-runtime
vim-common vim-tiny wireless-regdb xwayland xxd
198 mis à jour, 7 nouvellement installés, 0 à enlever et 24 non mis à jour.
3 partiellement installés ou enlevés.
101 standard LTS security updates
Il est nécessaire de prendre 981 Mo dans les archives.
Après cette opération, 344 Mo d'espace disque supplémentaires seront utilisés.
N: Some packages may have been kept back due to phasing.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 kmod amd64 31+20240202-2ubuntu7.1 [101 kB]
Réception de :2 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libkmod2 amd64 31+20240202-2ubuntu7.1 [51,7 kB]
Réception de :3 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-modules-6.8.0-52-generic amd64 6.8.0-52.53 [39,2 MB]
Réception de :4 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-image-6.8.0-52-generic amd64 6.8.0-52.53 [14,7 MB]
Réception de :5 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 wireless-regdb all 2024.07.04-0ubuntu1~24.04.1 [7058 B]
Réception de :6 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-modules-extra-6.8.0-52-generic amd64 6.8.0-52.53 [113 MB]
Réception de :7 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-firmware amd64 20240318.git3b128b60-0ubuntu2.7 [502 MB]
Réception de :8 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-generic amd64 6.8.0-52.53 [1730 B]
Réception de :9 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-image-generic amd64 6.8.0-52.53 [10,5 kB]
Réception de :10 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-headers-6.8.0-52 all 6.8.0-52.53 [13,8 MB]
Réception de :11 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libunistring5 amd64 1.1-2build1.1 [536 kB]
Réception de :12 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main i386 libunistring5 i386 1.1-2build1.1 [547 kB]
Réception de :13 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main i386 libidn2-0 i386 2.3.7-2build1.1 [102 kB]
Réception de :14 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libidn2-0 amd64 2.3.7-2build1.1 [66,2 kB]
Réception de :15 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnghttp2-14 amd64 1.59.0-1ubuntu0.2 [74,3 kB]
Réception de :16 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libcurl3t64-gnutls amd64 8.5.0-2ubuntu10.6 [333 kB]
Réception de :17 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdebuginfod-common all 0.190-1.1build4.1 [14,2 kB]
Réception de :18 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdebuginfod1t64 amd64 0.190-1.1build4.1 [17,1 kB]
Réception de :19 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdw1t64 amd64 0.190-1.1build4.1 [261 kB]
Réception de :20 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libelf1t64 amd64 0.190-1.1build4.1 [57,5 kB]
Réception de :21 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-headers-6.8.0-52-generic amd64 6.8.0-52.53 [4018 kB]
Réception de :22 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-headers-generic amd64 6.8.0-52.53 [10,3 kB]
Réception de :23 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bsdutils amd64 1:2.39.3-9ubuntu6.2 [95,2 kB]
Réception de :24 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 util-linux amd64 2.39.3-9ubuntu6.2 [1127 kB]
Réception de :25 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 mount amd64 2.39.3-9ubuntu6.2 [118 kB]
Réception de :26 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpython3.12t64 amd64 3.12.3-1ubuntu0.4 [2346 kB]
Réception de :27 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 python3.12 amd64 3.12.3-1ubuntu0.4 [651 kB]
Réception de :28 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpython3.12-stdlib amd64 3.12.3-1ubuntu0.4 [2068 kB]
Réception de :29 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 python3.12-minimal amd64 3.12.3-1ubuntu0.4 [2336 kB]
Réception de :30 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpython3.12-minimal amd64 3.12.3-1ubuntu0.4 [834 kB]
Réception de :31 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 tzdata all 2024b-0ubuntu0.24.04 [273 kB]
Réception de :32 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libsqlite3-0 amd64 3.45.1-1ubuntu2.1 [701 kB]
Réception de :33 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 rsync amd64 3.2.7-1ubuntu1.2 [436 kB]
Réception de :34 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libsmartcols1 amd64 2.39.3-9ubuntu6.2 [65,2 kB]
Réception de :35 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuuid1 amd64 2.39.3-9ubuntu6.2 [35,5 kB]
Réception de :36 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 uuid-runtime amd64 2.39.3-9ubuntu6.2 [33,1 kB]
Réception de :37 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm-common all 2.4.122-1~ubuntu0.24.04.1 [8406 B]
Réception de :38 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm2 amd64 2.4.122-1~ubuntu0.24.04.1 [40,6 kB]
Réception de :39 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main i386 libcap2 i386 1:2.66-5ubuntu2.1 [31,4 kB]
Réception de :40 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libcap2 amd64 1:2.66-5ubuntu2.1 [30,1 kB]
Réception de :41 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpam-cap amd64 1:2.66-5ubuntu2.1 [12,4 kB]
Réception de :42 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libcap2-bin amd64 1:2.66-5ubuntu2.1 [34,2 kB]
Réception de :43 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgstreamer1.0-0 amd64 1.24.2-1ubuntu0.1 [1165 kB]
Réception de :44 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.24.2-1ubuntu0.2 [862 kB]
Réception de :45 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 pulseaudio-module-bluetooth amd64 1:16.1+dfsg1-2ubuntu10.1 [94,2 kB]
Réception de :46 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpulse-mainloop-glib0 amd64 1:16.1+dfsg1-2ubuntu10.1 [12,2 kB]
Réception de :47 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 pulseaudio-utils amd64 1:16.1+dfsg1-2ubuntu10.1 [73,5 kB]
Réception de :48 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 pulseaudio amd64 1:16.1+dfsg1-2ubuntu10.1 [884 kB]
Réception de :49 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpulse0 amd64 1:16.1+dfsg1-2ubuntu10.1 [292 kB]
Réception de :50 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 ure-java amd64 4:24.2.7-0ubuntu0.24.04.2 [174 kB]
Réception de :51 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 ure amd64 4:24.2.7-0ubuntu0.24.04.2 [1426 kB]
Réception de :52 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libunoloader-java all 4:24.2.7-0ubuntu0.24.04.2 [49,4 kB]
Réception de :53 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuno-sal3t64 amd64 4:24.2.7-0ubuntu0.24.04.2 [232 kB]
Réception de :54 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuno-salhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.2 [19,3 kB]
Réception de :55 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuno-cppu3t64 amd64 4:24.2.7-0ubuntu0.24.04.2 [91,1 kB]
Réception de :56 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 uno-libs-private amd64 4:24.2.7-0ubuntu0.24.04.2 [229 kB]
Réception de :57 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuno-cppuhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.2 [363 kB]
Réception de :58 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libuno-purpenvhelpergcc3-3t64 amd64 4:24.2.7-0ubuntu0.24.04.2 [17,4 kB]
Réception de :59 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libxml2 amd64 2.9.14+dfsg-1.3ubuntu3.1 [762 kB]
Réception de :60 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-calc all 4:24.2.7-0ubuntu0.24.04.2 [192 kB]
Réception de :61 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-calc amd64 4:24.2.7-0ubuntu0.24.04.2 [8793 kB]
Réception de :62 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-impress amd64 4:24.2.7-0ubuntu0.24.04.2 [903 kB]
Réception de :63 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-impress all 4:24.2.7-0ubuntu0.24.04.2 [165 kB]
Réception de :64 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-draw all 4:24.2.7-0ubuntu0.24.04.2 [112 kB]
Réception de :65 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-draw amd64 4:24.2.7-0ubuntu0.24.04.2 [3621 kB]
Réception de :66 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-writer all 4:24.2.7-0ubuntu0.24.04.2 [264 kB]
Réception de :67 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-writer amd64 4:24.2.7-0ubuntu0.24.04.2 [11,0 MB]
Réception de :68 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-math amd64 4:24.2.7-0ubuntu0.24.04.2 [578 kB]
Réception de :69 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-math all 4:24.2.7-0ubuntu0.24.04.2 [59,7 kB]
Réception de :70 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-uiconfig-common all 4:24.2.7-0ubuntu0.24.04.2 [342 kB]
Réception de :71 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-help-en-gb all 4:24.2.7-0ubuntu0.24.04.2 [2148 kB]
Réception de :72 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-help-fr all 4:24.2.7-0ubuntu0.24.04.2 [2250 kB]
Réception de :73 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-help-en-us all 4:24.2.7-0ubuntu0.24.04.2 [1827 kB]
Réception de :74 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-help-common all 4:24.2.7-0ubuntu0.24.04.2 [3671 kB]
Réception de :75 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-common all 4:24.2.7-0ubuntu0.24.04.2 [20,3 MB]
Réception de :76 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-gnome amd64 4:24.2.7-0ubuntu0.24.04.2 [73,9 kB]
Réception de :77 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-gtk3 amd64 4:24.2.7-0ubuntu0.24.04.2 [516 kB]
Réception de :78 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 python3-uno amd64 4:24.2.7-0ubuntu0.24.04.2 [148 kB]
Réception de :79 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-base-core amd64 4:24.2.7-0ubuntu0.24.04.2 [983 kB]
Réception de :80 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-base amd64 4:24.2.7-0ubuntu0.24.04.2 [1690 kB]
Réception de :81 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-core amd64 4:24.2.7-0ubuntu0.24.04.2 [43,0 MB]
Réception de :82 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-base-drivers amd64 4:24.2.7-0ubuntu0.24.04.2 [598 kB]
Réception de :83 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-uiconfig-base all 4:24.2.7-0ubuntu0.24.04.2 [83,8 kB]
Réception de :84 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 fonts-opensymbol all 4:102.12+LibO24.2.7-0ubuntu0.24.04.2 [138 kB]
Réception de :85 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libcurl4t64 amd64 8.5.0-2ubuntu10.6 [341 kB]
Réception de :86 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libopenjp2-7 amd64 2.5.0-2ubuntu0.3 [173 kB]
Réception de :87 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpoppler-cpp0t64 amd64 24.02.0-1ubuntu9.2 [41,3 kB]
Réception de :88 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 poppler-utils amd64 24.02.0-1ubuntu9.2 [212 kB]
Réception de :89 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpoppler-glib8t64 amd64 24.02.0-1ubuntu9.2 [157 kB]
Réception de :90 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpoppler134 amd64 24.02.0-1ubuntu9.2 [1114 kB]
Réception de :91 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-l10n-en-gb all 4:24.2.7-0ubuntu0.24.04.2 [754 kB]
Réception de :92 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-l10n-fr all 4:24.2.7-0ubuntu0.24.04.2 [924 kB]
Réception de :93 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-style-colibre all 4:24.2.7-0ubuntu0.24.04.2 [7276 kB]
Réception de :94 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 attr amd64 1:2.5.2-1build1.1 [22,8 kB]
Réception de :95 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libattr1 amd64 1:2.5.2-1build1.1 [11,4 kB]
Réception de :96 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libblkid1 amd64 2.39.3-9ubuntu6.2 [123 kB]
Réception de :97 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgmp10 amd64 2:6.3.0+dfsg-2ubuntu6.1 [253 kB]
Réception de :98 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgpg-error-l10n all 1.47-3build2.1 [8146 B]
Réception de :99 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main i386 libgpg-error0 i386 1.47-3build2.1 [78,9 kB]
Réception de :100 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgpg-error0 amd64 1.47-3build2.1 [70,1 kB]
Réception de :101 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libmd0 amd64 1.1.0-2build1.1 [27,0 kB]
Réception de :102 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libselinux1 amd64 3.5-2ubuntu2.1 [79,7 kB]
Réception de :103 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libmount1 amd64 2.39.3-9ubuntu6.2 [134 kB]
Réception de :104 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 eject amd64 2.39.3-9ubuntu6.2 [26,3 kB]
Réception de :105 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libbsd0 amd64 0.12.1-1build1.1 [41,2 kB]
Réception de :106 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libfdisk1 amd64 2.39.3-9ubuntu6.2 [146 kB]
Réception de :107 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 netplan-generator amd64 1.1.1-1~ubuntu24.04.1 [60,8 kB]
Réception de :108 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 python3-netplan amd64 1.1.1-1~ubuntu24.04.1 [24,3 kB]
Réception de :109 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 netplan.io amd64 1.1.1-1~ubuntu24.04.1 [68,5 kB]
Réception de :110 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnetplan1 amd64 1.1.1-1~ubuntu24.04.1 [131 kB]
Réception de :111 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 vim-tiny amd64 2:9.1.0016-1ubuntu7.6 [803 kB]
Réception de :112 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 vim-common all 2:9.1.0016-1ubuntu7.6 [385 kB]
Réception de :113 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 xxd amd64 2:9.1.0016-1ubuntu7.6 [63,3 kB]
Réception de :114 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bind9-dnsutils amd64 1:9.18.30-0ubuntu0.24.04.2 [155 kB]
Réception de :115 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bind9-host amd64 1:9.18.30-0ubuntu0.24.04.2 [50,4 kB]
Réception de :116 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bind9-libs amd64 1:9.18.30-0ubuntu0.24.04.2 [1253 kB]
Réception de :117 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bsdextrautils amd64 2.39.3-9ubuntu6.2 [73,9 kB]
Réception de :118 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnl-route-3-200 amd64 3.7.0-0.3build1.1 [189 kB]
Réception de :119 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnl-genl-3-200 amd64 3.7.0-0.3build1.1 [12,2 kB]
Réception de :120 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnl-3-200 amd64 3.7.0-0.3build1.1 [55,7 kB]
Réception de :121 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 alsa-ucm-conf all 1.2.10-1ubuntu5.4 [64,8 kB]
Réception de :122 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 bpftrace amd64 0.20.2-1ubuntu4.2 [12,3 MB]
Réception de :123 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 dnsutils all 1:9.18.30-0ubuntu0.24.04.2 [3682 B]
Réception de :124 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 fdisk amd64 2.39.3-9ubuntu6.2 [121 kB]
Réception de :125 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 firmware-sof-signed all 2023.12.1-1ubuntu1.4 [7181 kB]
Réception de :126 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libfwupd2 amd64 1.9.27-0ubuntu1~24.04.1 [136 kB]
Réception de :127 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-polkit-1.0 amd64 124-2ubuntu1.24.04.2 [8928 B]
Réception de :128 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 pkexec amd64 124-2ubuntu1.24.04.2 [15,9 kB]
Réception de :129 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 polkitd amd64 124-2ubuntu1.24.04.2 [95,2 kB]
Réception de :130 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpolkit-agent-1-0 amd64 124-2ubuntu1.24.04.2 [17,4 kB]
Réception de :131 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpolkit-gobject-1-0 amd64 124-2ubuntu1.24.04.2 [49,1 kB]
Réception de :132 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 fwupd amd64 1.9.27-0ubuntu1~24.04.1 [4584 kB]
Réception de :133 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gdm3 amd64 46.2-1ubuntu1~24.04.1 [335 kB]
Réception de :134 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgdm1 amd64 46.2-1ubuntu1~24.04.1 [77,0 kB]
Réception de :135 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-gdm-1.0 amd64 46.2-1ubuntu1~24.04.1 [11,3 kB]
Réception de :136 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-gstreamer-1.0 amd64 1.24.2-1ubuntu0.1 [88,4 kB]
Réception de :137 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgstreamer-gl1.0-0 amd64 1.24.2-1ubuntu0.2 [214 kB]
Réception de :138 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-gst-plugins-base-1.0 amd64 1.24.2-1ubuntu0.2 [114 kB]
Réception de :139 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-webkit2-4.1 amd64 2.46.5-0ubuntu0.24.04.1 [104 kB]
Réception de :140 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-javascriptcoregtk-4.1 amd64 2.46.5-0ubuntu0.24.04.1 [38,3 kB]
Réception de :141 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libwebkit2gtk-4.1-0 amd64 2.46.5-0ubuntu0.24.04.1 [24,7 MB]
Réception de :142 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libjavascriptcoregtk-4.1-0 amd64 2.46.5-0ubuntu0.24.04.1 [8411 kB]
Réception de :143 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-plugins-base amd64 1.24.2-1ubuntu0.2 [721 kB]
Réception de :144 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-plugins-good amd64 1.24.2-1ubuntu1.1 [2238 kB]
Réception de :145 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libgstreamer-plugins-good1.0-0 amd64 1.24.2-1ubuntu1.1 [32,9 kB]
Réception de :146 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-webkit-6.0 amd64 2.46.5-0ubuntu0.24.04.1 [67,3 kB]
Réception de :147 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-javascriptcoregtk-6.0 amd64 2.46.5-0ubuntu0.24.04.1 [38,1 kB]
Réception de :148 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libwebkitgtk-6.0-4 amd64 2.46.5-0ubuntu0.24.04.1 [24,5 MB]
Réception de :149 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libjavascriptcoregtk-6.0-1 amd64 2.46.5-0ubuntu0.24.04.1 [8410 kB]
Réception de :150 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libpackagekit-glib2-18 amd64 1.2.8-2ubuntu1.1 [120 kB]
Réception de :151 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.2.8-2ubuntu1.1 [25,6 kB]
Réception de :152 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 git-man all 1:2.43.0-1ubuntu7.2 [1100 kB]
Réception de :153 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 git amd64 1:2.43.0-1ubuntu7.2 [3679 kB]
Réception de :154 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gnome-calendar amd64 46.1-0ubuntu2 [268 kB]
Réception de :155 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gnome-control-center-data all 1:46.5-0ubuntu0.24.04.1 [164 kB]
Réception de :156 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gnome-control-center amd64 1:46.5-0ubuntu0.24.04.1 [5012 kB]
Réception de :157 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gnome-control-center-faces all 1:46.5-0ubuntu0.24.04.1 [1232 kB]
Réception de :158 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 grub2-common amd64 2.12-1ubuntu7.1 [669 kB]
Réception de :159 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 grub-pc amd64 2.12-1ubuntu7.1 [137 kB]
Réception de :160 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 grub-pc-bin amd64 2.12-1ubuntu7.1 [1098 kB]
Réception de :161 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 grub-common amd64 2.12-1ubuntu7.1 [2120 kB]
Réception de :162 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-alsa amd64 1.24.2-1ubuntu0.2 [42,5 kB]
Réception de :163 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-gl amd64 1.24.2-1ubuntu0.2 [116 kB]
Réception de :164 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-gtk3 amd64 1.24.2-1ubuntu1.1 [35,5 kB]
Réception de :165 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 packagekit-tools amd64 1.2.8-2ubuntu1.1 [28,2 kB]
Réception de :166 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-packagekit amd64 1.2.8-2ubuntu1.1 [9248 B]
Réception de :167 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 packagekit amd64 1.2.8-2ubuntu1.1 [434 kB]
Réception de :168 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-tools amd64 1.24.2-1ubuntu0.1 [67,0 kB]
Réception de :169 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-plugins-base-apps amd64 1.24.2-1ubuntu0.2 [38,0 kB]
Réception de :170 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 gstreamer1.0-pulseaudio amd64 1.24.2-1ubuntu1.1 [9744 B]
Réception de :171 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 gstreamer1.0-x amd64 1.24.2-1ubuntu0.2 [85,0 kB]
Réception de :172 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 librados2 amd64 19.2.0-0ubuntu0.24.04.2 [3972 kB]
Réception de :173 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libcephfs2 amd64 19.2.0-0ubuntu0.24.04.2 [826 kB]
Réception de :174 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm-amdgpu1 amd64 2.4.122-1~ubuntu0.24.04.1 [20,7 kB]
Réception de :175 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm-intel1 amd64 2.4.122-1~ubuntu0.24.04.1 [63,8 kB]
Réception de :176 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm-nouveau2 amd64 2.4.122-1~ubuntu0.24.04.1 [17,7 kB]
Réception de :177 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libdrm-radeon1 amd64 2.4.122-1~ubuntu0.24.04.1 [20,8 kB]
Réception de :178 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libfprint-2-tod1 amd64 1:1.94.7+tod1-0ubuntu5~24.04.2 [64,3 kB]
Réception de :179 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libfprint-2-2 amd64 1:1.94.7+tod1-0ubuntu5~24.04.2 [264 kB]
Réception de :180 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libisl23 amd64 0.26-3build1.1 [680 kB]
Réception de :181 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-java-common all 4:24.2.7-0ubuntu0.24.04.2 [631 kB]
Réception de :182 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 liblibreoffice-java all 4:24.2.7-0ubuntu0.24.04.2 [1617 kB]
Réception de :183 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libmpfr6 amd64 4.2.1-1build1.1 [353 kB]
Réception de :184 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 nautilus amd64 1:46.2-0ubuntu0.3 [508 kB]
Réception de :185 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 nautilus-data all 1:46.2-0ubuntu0.3 [17,8 kB]
Réception de :186 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libnautilus-extension4 amd64 1:46.2-0ubuntu0.3 [22,7 kB]
Réception de :187 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-l10n-en-za all 4:24.2.7-0ubuntu0.24.04.2 [326 kB]
Réception de :188 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-sdbc-firebird amd64 4:24.2.7-0ubuntu0.24.04.2 [169 kB]
Réception de :189 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-sdbc-hsqldb amd64 4:24.2.7-0ubuntu0.24.04.2 [134 kB]
Réception de :190 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-style-breeze all 4:24.2.7-0ubuntu0.24.04.2 [3334 kB]
Réception de :191 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-style-elementary all 4:24.2.7-0ubuntu0.24.04.2 [8186 kB]
Réception de :192 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/universe amd64 libreoffice-style-tango all 4:24.2.7-0ubuntu0.24.04.2 [8094 B]
Réception de :193 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libreoffice-style-yaru all 4:24.2.7-0ubuntu0.24.04.2 [10,9 MB]
Réception de :194 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-libc-dev amd64 6.8.0-52.53 [1768 kB]
Réception de :195 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-tools-common all 6.8.0-52.53 [610 kB]
Réception de :196 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-tools-6.8.0-52 amd64 6.8.0-52.53 [5254 kB]
Réception de :197 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 linux-tools-6.8.0-52-generic amd64 6.8.0-52.53 [1794 B]
Réception de :198 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 policykit-1 amd64 124-2ubuntu1.24.04.2 [3524 B]
Réception de :199 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 python3-jinja2 all 3.1.2-1ubuntu1.2 [108 kB]
Réception de :200 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 rfkill amd64 2.39.3-9ubuntu6.2 [20,2 kB]
Réception de :201 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 shotwell-common all 0.32.6-1ubuntu3 [158 kB]
Réception de :202 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 shotwell amd64 0.32.6-1ubuntu3 [1858 kB]
Réception de :203 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 xwayland amd64 2:23.2.6-1ubuntu0.2 [945 kB]
Réception de :204 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 cloud-init all 24.4-0ubuntu1~24.04.2 [602 kB]
Réception de :205 http://ftp.halifax.rwth-aachen.de/ubuntu noble-updates/main amd64 libmpc3 amd64 1.3.1-1build1.1 [54,6 kB]
981 Mo réceptionnés en 22s (43,9 Mo/s)
Extraction des modèles depuis les paquets : 100%
Préconfiguration des paquets...
(Lecture de la base de données... 257400 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../00-kmod_31+20240202-2ubuntu7.1_amd64.deb ...
Dépaquetage de kmod (31+20240202-2ubuntu7.1) sur (31+20240202-2ubuntu7) ...
Préparation du dépaquetage de .../01-libkmod2_31+20240202-2ubuntu7.1_amd64.deb .
..
Dépaquetage de libkmod2:amd64 (31+20240202-2ubuntu7.1) sur (31+20240202-2ubuntu7
) ...
Sélection du paquet linux-modules-6.8.0-52-generic précédemment désélectionné.
Préparation du dépaquetage de .../02-linux-modules-6.8.0-52-generic_6.8.0-52.53_
amd64.deb ...
Dépaquetage de linux-modules-6.8.0-52-generic (6.8.0-52.53) ...
Sélection du paquet linux-image-6.8.0-52-generic précédemment désélectionné.
Préparation du dépaquetage de .../03-linux-image-6.8.0-52-generic_6.8.0-52.53_am
d64.deb ...
Dépaquetage de linux-image-6.8.0-52-generic (6.8.0-52.53) ...
Préparation du dépaquetage de .../04-wireless-regdb_2024.07.04-0ubuntu1~24.04.1_
all.deb ...
Dépaquetage de wireless-regdb (2024.07.04-0ubuntu1~24.04.1) sur (2022.06.06-0ubu
ntu2) ...
Sélection du paquet linux-modules-extra-6.8.0-52-generic précédemment désélectio
nné.
Préparation du dépaquetage de .../05-linux-modules-extra-6.8.0-52-generic_6.8.0-
52.53_amd64.deb ...
Dépaquetage de linux-modules-extra-6.8.0-52-generic (6.8.0-52.53) ...
Préparation du dépaquetage de .../06-linux-firmware_20240318.git3b128b60-0ubuntu
2.7_amd64.deb ...
Dépaquetage de linux-firmware (20240318.git3b128b60-0ubuntu2.7) sur (20240318.gi
t3b128b60-0ubuntu2.5) ...
Préparation du dépaquetage de .../07-linux-generic_6.8.0-52.53_amd64.deb ...
Dépaquetage de linux-generic (6.8.0-52.53) sur (6.8.0-50.51) ...
Préparation du dépaquetage de .../08-linux-image-generic_6.8.0-52.53_amd64.deb .
..
Dépaquetage de linux-image-generic (6.8.0-52.53) sur (6.8.0-50.51) ...
Sélection du paquet linux-headers-6.8.0-52 précédemment désélectionné.
Préparation du dépaquetage de .../09-linux-headers-6.8.0-52_6.8.0-52.53_all.deb
...
Dépaquetage de linux-headers-6.8.0-52 (6.8.0-52.53) ...
Préparation du dépaquetage de .../10-libunistring5_1.1-2build1.1_i386.deb ...
Déconfiguration de libunistring5:amd64 (1.1-2build1), pour permettre la configur
ation de libunistring5:i386 (1.1-2build1.1) ...
Dépaquetage de libunistring5:i386 (1.1-2build1.1) sur (1.1-2build1) ...
Préparation du dépaquetage de .../11-libunistring5_1.1-2build1.1_amd64.deb ...
Dépaquetage de libunistring5:amd64 (1.1-2build1.1) sur (1.1-2build1) ...
Paramétrage de libunistring5:amd64 (1.1-2build1.1) ...
(Lecture de la base de données... 285278 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../00-libidn2-0_2.3.7-2build1.1_amd64.deb ...
Déconfiguration de libidn2-0:i386 (2.3.7-2build1), pour permettre la configurati
on de libidn2-0:amd64 (2.3.7-2build1.1) ...
Dépaquetage de libidn2-0:amd64 (2.3.7-2build1.1) sur (2.3.7-2build1) ...
Préparation du dépaquetage de .../01-libidn2-0_2.3.7-2build1.1_i386.deb ...
Dépaquetage de libidn2-0:i386 (2.3.7-2build1.1) sur (2.3.7-2build1) ...
Préparation du dépaquetage de .../02-libnghttp2-14_1.59.0-1ubuntu0.2_amd64.deb .
..
Dépaquetage de libnghttp2-14:amd64 (1.59.0-1ubuntu0.2) sur (1.59.0-1ubuntu0.1) .
..
Préparation du dépaquetage de .../03-libcurl3t64-gnutls_8.5.0-2ubuntu10.6_amd64.
deb ...
Dépaquetage de libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) sur (8.5.0-2ubuntu10
.5) ...
Préparation du dépaquetage de .../04-libdebuginfod-common_0.190-1.1build4.1_all.
deb ...
Dépaquetage de libdebuginfod-common (0.190-1.1build4.1) sur (0.190-1.1build4) ..
.
Préparation du dépaquetage de .../05-libdebuginfod1t64_0.190-1.1build4.1_amd64.d
eb ...
Dépaquetage de libdebuginfod1t64:amd64 (0.190-1.1build4.1) sur (0.190-1.1build4)
...
Préparation du dépaquetage de .../06-libdw1t64_0.190-1.1build4.1_amd64.deb ...
Dépaquetage de libdw1t64:amd64 (0.190-1.1build4.1) sur (0.190-1.1build4) ...
Préparation du dépaquetage de .../07-libelf1t64_0.190-1.1build4.1_amd64.deb ...
Dépaquetage de libelf1t64:amd64 (0.190-1.1build4.1) sur (0.190-1.1build4) ...
Sélection du paquet linux-headers-6.8.0-52-generic précédemment désélectionné.
Préparation du dépaquetage de .../08-linux-headers-6.8.0-52-generic_6.8.0-52.53_
amd64.deb ...
Dépaquetage de linux-headers-6.8.0-52-generic (6.8.0-52.53) ...
Préparation du dépaquetage de .../09-linux-headers-generic_6.8.0-52.53_amd64.deb
...
Dépaquetage de linux-headers-generic (6.8.0-52.53) sur (6.8.0-50.51) ...
Préparation du dépaquetage de .../10-bsdutils_1%3a2.39.3-9ubuntu6.2_amd64.deb ..
.
Dépaquetage de bsdutils (1:2.39.3-9ubuntu6.2) sur (1:2.39.3-9ubuntu6.1) ...
Paramétrage de bsdutils (1:2.39.3-9ubuntu6.2) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../util-linux_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de util-linux (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Paramétrage de util-linux (2.39.3-9ubuntu6.2) ...
fstrim.service is a disabled or a static unit not running, not starting it.
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../0-mount_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de mount (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../1-libpython3.12t64_3.12.3-1ubuntu0.4_amd64.deb
...
Dépaquetage de libpython3.12t64:amd64 (3.12.3-1ubuntu0.4) sur (3.12.3-1ubuntu0.3
) ...
Préparation du dépaquetage de .../2-python3.12_3.12.3-1ubuntu0.4_amd64.deb ...
Dépaquetage de python3.12 (3.12.3-1ubuntu0.4) sur (3.12.3-1ubuntu0.3) ...
Préparation du dépaquetage de .../3-libpython3.12-stdlib_3.12.3-1ubuntu0.4_amd64
.deb ...
Dépaquetage de libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.4) sur (3.12.3-1ubunt
u0.3) ...
Préparation du dépaquetage de .../4-python3.12-minimal_3.12.3-1ubuntu0.4_amd64.d
eb ...
Dépaquetage de python3.12-minimal (3.12.3-1ubuntu0.4) sur (3.12.3-1ubuntu0.3) ..
.
Préparation du dépaquetage de .../5-libpython3.12-minimal_3.12.3-1ubuntu0.4_amd6
4.deb ...
Dépaquetage de libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) sur (3.12.3-1ubun
tu0.3) ...
Préparation du dépaquetage de .../6-tzdata_2024b-0ubuntu0.24.04_all.deb ...
Dépaquetage de tzdata (2024b-0ubuntu0.24.04) sur (2024a-3ubuntu1.1) ...
Préparation du dépaquetage de .../7-libsqlite3-0_3.45.1-1ubuntu2.1_amd64.deb ...
Dépaquetage de libsqlite3-0:amd64 (3.45.1-1ubuntu2.1) sur (3.45.1-1ubuntu2) ...
Préparation du dépaquetage de .../8-rsync_3.2.7-1ubuntu1.2_amd64.deb ...
Dépaquetage de rsync (3.2.7-1ubuntu1.2) sur (3.2.7-1ubuntu1) ...
Préparation du dépaquetage de .../9-libsmartcols1_2.39.3-9ubuntu6.2_amd64.deb ..
.
Dépaquetage de libsmartcols1:amd64 (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) .
..
Paramétrage de libsmartcols1:amd64 (2.39.3-9ubuntu6.2) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libuuid1_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de libuuid1:amd64 (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Paramétrage de libuuid1:amd64 (2.39.3-9ubuntu6.2) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../00-uuid-runtime_2.39.3-9ubuntu6.2_amd64.deb ..
.
Dépaquetage de uuid-runtime (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../01-libdrm-common_2.4.122-1~ubuntu0.24.04.1_all
.deb ...
Dépaquetage de libdrm-common (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2build1) .
..
Préparation du dépaquetage de .../02-libdrm2_2.4.122-1~ubuntu0.24.04.1_amd64.deb
...
Dépaquetage de libdrm2:amd64 (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2build1) .
..
Préparation du dépaquetage de .../03-libcap2_1%3a2.66-5ubuntu2.1_amd64.deb ...
Déconfiguration de libcap2:i386 (1:2.66-5ubuntu2), pour permettre la configurati
on de libcap2:amd64 (1:2.66-5ubuntu2.1) ...
Dépaquetage de libcap2:amd64 (1:2.66-5ubuntu2.1) sur (1:2.66-5ubuntu2) ...
Préparation du dépaquetage de .../04-libcap2_1%3a2.66-5ubuntu2.1_i386.deb ...
Dépaquetage de libcap2:i386 (1:2.66-5ubuntu2.1) sur (1:2.66-5ubuntu2) ...
Préparation du dépaquetage de .../05-libpam-cap_1%3a2.66-5ubuntu2.1_amd64.deb ..
.
Dépaquetage de libpam-cap:amd64 (1:2.66-5ubuntu2.1) sur (1:2.66-5ubuntu2) ...
Préparation du dépaquetage de .../06-libcap2-bin_1%3a2.66-5ubuntu2.1_amd64.deb .
..
Dépaquetage de libcap2-bin (1:2.66-5ubuntu2.1) sur (1:2.66-5ubuntu2) ...
Préparation du dépaquetage de .../07-libgstreamer1.0-0_1.24.2-1ubuntu0.1_amd64.d
eb ...
Dépaquetage de libgstreamer1.0-0:amd64 (1.24.2-1ubuntu0.1) sur (1.24.2-1) ...
Préparation du dépaquetage de .../08-libgstreamer-plugins-base1.0-0_1.24.2-1ubun
tu0.2_amd64.deb ...
Dépaquetage de libgstreamer-plugins-base1.0-0:amd64 (1.24.2-1ubuntu0.2) sur (1.2
4.2-1ubuntu0.1) ...
Préparation du dépaquetage de .../09-pulseaudio-module-bluetooth_1%3a16.1+dfsg1-
2ubuntu10.1_amd64.deb ...
Dépaquetage de pulseaudio-module-bluetooth (1:16.1+dfsg1-2ubuntu10.1) sur (1:16.
1+dfsg1-2ubuntu10) ...
Préparation du dépaquetage de .../10-libpulse-mainloop-glib0_1%3a16.1+dfsg1-2ubu
ntu10.1_amd64.deb ...
Dépaquetage de libpulse-mainloop-glib0:amd64 (1:16.1+dfsg1-2ubuntu10.1) sur (1:1
6.1+dfsg1-2ubuntu10) ...
Préparation du dépaquetage de .../11-pulseaudio-utils_1%3a16.1+dfsg1-2ubuntu10.1
_amd64.deb ...
Dépaquetage de pulseaudio-utils (1:16.1+dfsg1-2ubuntu10.1) sur (1:16.1+dfsg1-2ub
untu10) ...
Préparation du dépaquetage de .../12-pulseaudio_1%3a16.1+dfsg1-2ubuntu10.1_amd64
.deb ...
Dépaquetage de pulseaudio (1:16.1+dfsg1-2ubuntu10.1) sur (1:16.1+dfsg1-2ubuntu10
) ...
Préparation du dépaquetage de .../13-libpulse0_1%3a16.1+dfsg1-2ubuntu10.1_amd64.
deb ...
Dépaquetage de libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) sur (1:16.1+dfsg1-2ubu
ntu10) ...
Préparation du dépaquetage de .../14-ure-java_4%3a24.2.7-0ubuntu0.24.04.2_amd64.
deb ...
Dépaquetage de ure-java (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubuntu0.24.04
.1) ...
Préparation du dépaquetage de .../15-ure_4%3a24.2.7-0ubuntu0.24.04.2_amd64.deb .
..
Dépaquetage de ure (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubuntu0.24.04.1) .
..
Préparation du dépaquetage de .../16-libunoloader-java_4%3a24.2.7-0ubuntu0.24.04
.2_all.deb ...
Dépaquetage de libunoloader-java (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubun
tu0.24.04.1) ...
Préparation du dépaquetage de .../17-libuno-sal3t64_4%3a24.2.7-0ubuntu0.24.04.2_
amd64.deb ...
Dépaquetage de libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubuntu0
.24.04.1) ...
Préparation du dépaquetage de .../18-libuno-salhelpergcc3-3t64_4%3a24.2.7-0ubunt
u0.24.04.2_amd64.deb ...
Dépaquetage de libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../19-libuno-cppu3t64_4%3a24.2.7-0ubuntu0.24.04.2
_amd64.deb ...
Dépaquetage de libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubuntu
0.24.04.1) ...
Préparation du dépaquetage de .../20-uno-libs-private_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de uno-libs-private (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../21-libuno-cppuhelpergcc3-3t64_4%3a24.2.7-0ubun
tu0.24.04.2_amd64.deb ...
Dépaquetage de libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.
2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../22-libuno-purpenvhelpergcc3-3t64_4%3a24.2.7-0u
buntu0.24.04.2_amd64.deb ...
Dépaquetage de libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) sur (4:
24.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../23-libxml2_2.9.14+dfsg-1.3ubuntu3.1_amd64.deb
...
Dépaquetage de libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.1) sur (2.9.14+dfsg-1.3ubun
tu3) ...
Préparation du dépaquetage de .../24-libreoffice-uiconfig-calc_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-calc (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../25-libreoffice-calc_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de libreoffice-calc (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../26-libreoffice-impress_4%3a24.2.7-0ubuntu0.24.
04.2_amd64.deb ...
Dépaquetage de libreoffice-impress (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ub
untu0.24.04.1) ...
Préparation du dépaquetage de .../27-libreoffice-uiconfig-impress_4%3a24.2.7-0ub
untu0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-impress (4:24.2.7-0ubuntu0.24.04.2) sur (4:2
4.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../28-libreoffice-uiconfig-draw_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-draw (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../29-libreoffice-draw_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de libreoffice-draw (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../30-libreoffice-uiconfig-writer_4%3a24.2.7-0ubu
ntu0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-writer (4:24.2.7-0ubuntu0.24.04.2) sur (4:24
.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../31-libreoffice-writer_4%3a24.2.7-0ubuntu0.24.0
4.2_amd64.deb ...
Dépaquetage de libreoffice-writer (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubu
ntu0.24.04.1) ...
Préparation du dépaquetage de .../32-libreoffice-math_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de libreoffice-math (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../33-libreoffice-uiconfig-math_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-math (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../34-libreoffice-uiconfig-common_4%3a24.2.7-0ubu
ntu0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.2) sur (4:24
.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../35-libreoffice-help-en-gb_4%3a24.2.7-0ubuntu0.
24.04.2_all.deb ...
Dépaquetage de libreoffice-help-en-gb (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../36-libreoffice-help-fr_4%3a24.2.7-0ubuntu0.24.
04.2_all.deb ...
Dépaquetage de libreoffice-help-fr (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ub
untu0.24.04.1) ...
Préparation du dépaquetage de .../37-libreoffice-help-en-us_4%3a24.2.7-0ubuntu0.
24.04.2_all.deb ...
Dépaquetage de libreoffice-help-en-us (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../38-libreoffice-help-common_4%3a24.2.7-0ubuntu0
.24.04.2_all.deb ...
Dépaquetage de libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7
-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../39-libreoffice-common_4%3a24.2.7-0ubuntu0.24.0
4.2_all.deb ...
Dépaquetage de libreoffice-common (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubu
ntu0.24.04.1) ...
Préparation du dépaquetage de .../40-libreoffice-gnome_4%3a24.2.7-0ubuntu0.24.04
.2_amd64.deb ...
Dépaquetage de libreoffice-gnome (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubun
tu0.24.04.1) ...
Préparation du dépaquetage de .../41-libreoffice-gtk3_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de libreoffice-gtk3 (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../42-python3-uno_4%3a24.2.7-0ubuntu0.24.04.2_amd
64.deb ...
Dépaquetage de python3-uno (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubuntu0.24
.04.1) ...
Préparation du dépaquetage de .../43-libreoffice-base-core_4%3a24.2.7-0ubuntu0.2
4.04.2_amd64.deb ...
Dépaquetage de libreoffice-base-core (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0
ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../44-libreoffice-base_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Pas de détournement « détournement de /usr/lib/libreoffice/share/basic/dialog.xl
c en /usr/lib/libreoffice/share/basic/dialog.xlc.noaccess par libreoffice-base »
, aucun supprimé.
Pas de détournement « détournement de /usr/lib/libreoffice/share/basic/script.xl
c en /usr/lib/libreoffice/share/basic/script.xlc.noaccess par libreoffice-base »
, aucun supprimé.
Dépaquetage de libreoffice-base (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../45-libreoffice-core_4%3a24.2.7-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de libreoffice-core (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../46-libreoffice-base-drivers_4%3a24.2.7-0ubuntu
0.24.04.2_amd64.deb ...
Dépaquetage de libreoffice-base-drivers (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.
7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../47-libreoffice-uiconfig-base_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-uiconfig-base (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../48-fonts-opensymbol_4%3a102.12+LibO24.2.7-0ubu
ntu0.24.04.2_all.deb ...
Dépaquetage de fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.2) sur (4:10
2.12+LibO24.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../49-libcurl4t64_8.5.0-2ubuntu10.6_amd64.deb ...
Dépaquetage de libcurl4t64:amd64 (8.5.0-2ubuntu10.6) sur (8.5.0-2ubuntu10.5) ...
Préparation du dépaquetage de .../50-libopenjp2-7_2.5.0-2ubuntu0.3_amd64.deb ...
Dépaquetage de libopenjp2-7:amd64 (2.5.0-2ubuntu0.3) sur (2.5.0-2ubuntu0.2) ...
Préparation du dépaquetage de .../51-libpoppler-cpp0t64_24.02.0-1ubuntu9.2_amd64
.deb ...
Dépaquetage de libpoppler-cpp0t64:amd64 (24.02.0-1ubuntu9.2) sur (24.02.0-1ubunt
u9.1) ...
Préparation du dépaquetage de .../52-poppler-utils_24.02.0-1ubuntu9.2_amd64.deb
...
Dépaquetage de poppler-utils (24.02.0-1ubuntu9.2) sur (24.02.0-1ubuntu9.1) ...
Préparation du dépaquetage de .../53-libpoppler-glib8t64_24.02.0-1ubuntu9.2_amd6
4.deb ...
Dépaquetage de libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.2) sur (24.02.0-1ubun
tu9.1) ...
Préparation du dépaquetage de .../54-libpoppler134_24.02.0-1ubuntu9.2_amd64.deb
...
Dépaquetage de libpoppler134:amd64 (24.02.0-1ubuntu9.2) sur (24.02.0-1ubuntu9.1)
...
Préparation du dépaquetage de .../55-libreoffice-l10n-en-gb_4%3a24.2.7-0ubuntu0.
24.04.2_all.deb ...
Dépaquetage de libreoffice-l10n-en-gb (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../56-libreoffice-l10n-fr_4%3a24.2.7-0ubuntu0.24.
04.2_all.deb ...
Dépaquetage de libreoffice-l10n-fr (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ub
untu0.24.04.1) ...
Préparation du dépaquetage de .../57-libreoffice-style-colibre_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../58-attr_1%3a2.5.2-1build1.1_amd64.deb ...
Dépaquetage de attr (1:2.5.2-1build1.1) sur (1:2.5.2-1build1) ...
Préparation du dépaquetage de .../59-libattr1_1%3a2.5.2-1build1.1_amd64.deb ...
Dépaquetage de libattr1:amd64 (1:2.5.2-1build1.1) sur (1:2.5.2-1build1) ...
Paramétrage de libattr1:amd64 (1:2.5.2-1build1.1) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libblkid1_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de libblkid1:amd64 (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Paramétrage de libblkid1:amd64 (2.39.3-9ubuntu6.2) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libgmp10_2%3a6.3.0+dfsg-2ubuntu6.1_amd64.deb .
..
Dépaquetage de libgmp10:amd64 (2:6.3.0+dfsg-2ubuntu6.1) sur (2:6.3.0+dfsg-2ubunt
u6) ...
Paramétrage de libgmp10:amd64 (2:6.3.0+dfsg-2ubuntu6.1) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libgpg-error-l10n_1.47-3build2.1_all.deb ...
Dépaquetage de libgpg-error-l10n (1.47-3build2.1) sur (1.47-3build2) ...
Préparation du dépaquetage de .../libgpg-error0_1.47-3build2.1_amd64.deb ...
Déconfiguration de libgpg-error0:i386 (1.47-3build2), pour permettre la configur
ation de libgpg-error0:amd64 (1.47-3build2.1) ...
Dépaquetage de libgpg-error0:amd64 (1.47-3build2.1) sur (1.47-3build2) ...
Préparation du dépaquetage de .../libgpg-error0_1.47-3build2.1_i386.deb ...
Dépaquetage de libgpg-error0:i386 (1.47-3build2.1) sur (1.47-3build2) ...
Préparation du dépaquetage de .../libmd0_1.1.0-2build1.1_amd64.deb ...
Dépaquetage de libmd0:amd64 (1.1.0-2build1.1) sur (1.1.0-2build1) ...
Paramétrage de libmd0:amd64 (1.1.0-2build1.1) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libselinux1_3.5-2ubuntu2.1_amd64.deb ...
Dépaquetage de libselinux1:amd64 (3.5-2ubuntu2.1) sur (3.5-2ubuntu2) ...
Paramétrage de libselinux1:amd64 (3.5-2ubuntu2.1) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../libmount1_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de libmount1:amd64 (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Paramétrage de libmount1:amd64 (2.39.3-9ubuntu6.2) ...
(Lecture de la base de données... 295527 fichiers et répertoires déjà installés.
)
Préparation du dépaquetage de .../000-eject_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de eject (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../001-libbsd0_0.12.1-1build1.1_amd64.deb ...
Dépaquetage de libbsd0:amd64 (0.12.1-1build1.1) sur (0.12.1-1build1) ...
Préparation du dépaquetage de .../002-libfdisk1_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de libfdisk1:amd64 (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../003-netplan-generator_1.1.1-1~ubuntu24.04.1_am
d64.deb ...
Ajout de « détournement de /lib/systemd/system-generators/netplan en /lib/system
d/system-generators/netplan.usr-is-merged par netplan-generator »
Dépaquetage de netplan-generator (1.1.1-1~ubuntu24.04.1) sur (1.0.1-1ubuntu2~24.
04.1) ...
Préparation du dépaquetage de .../004-python3-netplan_1.1.1-1~ubuntu24.04.1_amd6
4.deb ...
Dépaquetage de python3-netplan (1.1.1-1~ubuntu24.04.1) sur (1.0.1-1ubuntu2~24.04
.1) ...
Préparation du dépaquetage de .../005-netplan.io_1.1.1-1~ubuntu24.04.1_amd64.deb
...
Dépaquetage de netplan.io (1.1.1-1~ubuntu24.04.1) sur (1.0.1-1ubuntu2~24.04.1) .
..
Préparation du dépaquetage de .../006-libnetplan1_1.1.1-1~ubuntu24.04.1_amd64.de
b ...
Dépaquetage de libnetplan1:amd64 (1.1.1-1~ubuntu24.04.1) sur (1.0.1-1ubuntu2~24.
04.1) ...
Préparation du dépaquetage de .../007-vim-tiny_2%3a9.1.0016-1ubuntu7.6_amd64.deb
...
Dépaquetage de vim-tiny (2:9.1.0016-1ubuntu7.6) sur (2:9.1.0016-1ubuntu7.5) ...
Préparation du dépaquetage de .../008-vim-common_2%3a9.1.0016-1ubuntu7.6_all.deb
...
Dépaquetage de vim-common (2:9.1.0016-1ubuntu7.6) sur (2:9.1.0016-1ubuntu7.5) ..
.
Préparation du dépaquetage de .../009-xxd_2%3a9.1.0016-1ubuntu7.6_amd64.deb ...
Dépaquetage de xxd (2:9.1.0016-1ubuntu7.6) sur (2:9.1.0016-1ubuntu7.5) ...
Préparation du dépaquetage de .../010-bind9-dnsutils_1%3a9.18.30-0ubuntu0.24.04.
2_amd64.deb ...
Dépaquetage de bind9-dnsutils (1:9.18.30-0ubuntu0.24.04.2) sur (1:9.18.28-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../011-bind9-host_1%3a9.18.30-0ubuntu0.24.04.2_am
d64.deb ...
Dépaquetage de bind9-host (1:9.18.30-0ubuntu0.24.04.2) sur (1:9.18.28-0ubuntu0.2
4.04.1) ...
Préparation du dépaquetage de .../012-bind9-libs_1%3a9.18.30-0ubuntu0.24.04.2_am
d64.deb ...
Dépaquetage de bind9-libs:amd64 (1:9.18.30-0ubuntu0.24.04.2) sur (1:9.18.28-0ubu
ntu0.24.04.1) ...
Préparation du dépaquetage de .../013-bsdextrautils_2.39.3-9ubuntu6.2_amd64.deb
...
Dépaquetage de bsdextrautils (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../014-libnl-route-3-200_3.7.0-0.3build1.1_amd64.
deb ...
Dépaquetage de libnl-route-3-200:amd64 (3.7.0-0.3build1.1) sur (3.7.0-0.3build1)
...
Préparation du dépaquetage de .../015-libnl-genl-3-200_3.7.0-0.3build1.1_amd64.d
eb ...
Dépaquetage de libnl-genl-3-200:amd64 (3.7.0-0.3build1.1) sur (3.7.0-0.3build1)
...
Préparation du dépaquetage de .../016-libnl-3-200_3.7.0-0.3build1.1_amd64.deb ..
.
Dépaquetage de libnl-3-200:amd64 (3.7.0-0.3build1.1) sur (3.7.0-0.3build1) ...
Préparation du dépaquetage de .../017-alsa-ucm-conf_1.2.10-1ubuntu5.4_all.deb ..
.
Dépaquetage de alsa-ucm-conf (1.2.10-1ubuntu5.4) sur (1.2.10-1ubuntu5.3) ...
Préparation du dépaquetage de .../018-bpftrace_0.20.2-1ubuntu4.2_amd64.deb ...
Dépaquetage de bpftrace (0.20.2-1ubuntu4.2) sur (0.20.2-1ubuntu4) ...
Préparation du dépaquetage de .../019-dnsutils_1%3a9.18.30-0ubuntu0.24.04.2_all.
deb ...
Dépaquetage de dnsutils (1:9.18.30-0ubuntu0.24.04.2) sur (1:9.18.28-0ubuntu0.24.
04.1) ...
Préparation du dépaquetage de .../020-fdisk_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de fdisk (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../021-firmware-sof-signed_2023.12.1-1ubuntu1.4_a
ll.deb ...
Dépaquetage de firmware-sof-signed (2023.12.1-1ubuntu1.4) sur (2023.12.1-1ubuntu
1.2) ...
Préparation du dépaquetage de .../022-libfwupd2_1.9.27-0ubuntu1~24.04.1_amd64.de
b ...
Dépaquetage de libfwupd2:amd64 (1.9.27-0ubuntu1~24.04.1) sur (1.9.24-1~24.04.1)
...
Préparation du dépaquetage de .../023-gir1.2-polkit-1.0_124-2ubuntu1.24.04.2_amd
64.deb ...
Dépaquetage de gir1.2-polkit-1.0 (124-2ubuntu1.24.04.2) sur (124-2ubuntu1) ...
Préparation du dépaquetage de .../024-pkexec_124-2ubuntu1.24.04.2_amd64.deb ...
Dépaquetage de pkexec (124-2ubuntu1.24.04.2) sur (124-2ubuntu1) ...
Préparation du dépaquetage de .../025-polkitd_124-2ubuntu1.24.04.2_amd64.deb ...
Dépaquetage de polkitd (124-2ubuntu1.24.04.2) sur (124-2ubuntu1) ...
Préparation du dépaquetage de .../026-libpolkit-agent-1-0_124-2ubuntu1.24.04.2_a
md64.deb ...
Dépaquetage de libpolkit-agent-1-0:amd64 (124-2ubuntu1.24.04.2) sur (124-2ubuntu
1) ...
Préparation du dépaquetage de .../027-libpolkit-gobject-1-0_124-2ubuntu1.24.04.2
_amd64.deb ...
Dépaquetage de libpolkit-gobject-1-0:amd64 (124-2ubuntu1.24.04.2) sur (124-2ubun
tu1) ...
Préparation du dépaquetage de .../028-fwupd_1.9.27-0ubuntu1~24.04.1_amd64.deb ..
.
Dépaquetage de fwupd (1.9.27-0ubuntu1~24.04.1) sur (1.9.24-1~24.04.1) ...
Préparation du dépaquetage de .../029-gdm3_46.2-1ubuntu1~24.04.1_amd64.deb ...
Dépaquetage de gdm3 (46.2-1ubuntu1~24.04.1) sur (46.0-2ubuntu1) ...
Préparation du dépaquetage de .../030-libgdm1_46.2-1ubuntu1~24.04.1_amd64.deb ..
.
Dépaquetage de libgdm1 (46.2-1ubuntu1~24.04.1) sur (46.0-2ubuntu1) ...
Préparation du dépaquetage de .../031-gir1.2-gdm-1.0_46.2-1ubuntu1~24.04.1_amd64
.deb ...
Dépaquetage de gir1.2-gdm-1.0 (46.2-1ubuntu1~24.04.1) sur (46.0-2ubuntu1) ...
Préparation du dépaquetage de .../032-gir1.2-gstreamer-1.0_1.24.2-1ubuntu0.1_amd
64.deb ...
Dépaquetage de gir1.2-gstreamer-1.0:amd64 (1.24.2-1ubuntu0.1) sur (1.24.2-1) ...
Préparation du dépaquetage de .../033-libgstreamer-gl1.0-0_1.24.2-1ubuntu0.2_amd
64.deb ...
Dépaquetage de libgstreamer-gl1.0-0:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2-1ubunt
u0.1) ...
Préparation du dépaquetage de .../034-gir1.2-gst-plugins-base-1.0_1.24.2-1ubuntu
0.2_amd64.deb ...
Dépaquetage de gir1.2-gst-plugins-base-1.0:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2
-1ubuntu0.1) ...
Préparation du dépaquetage de .../035-gir1.2-webkit2-4.1_2.46.5-0ubuntu0.24.04.1
_amd64.deb ...
Dépaquetage de gir1.2-webkit2-4.1:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2.46.4-0u
buntu0.24.04.1) ...
Préparation du dépaquetage de .../036-gir1.2-javascriptcoregtk-4.1_2.46.5-0ubunt
u0.24.04.1_amd64.deb ...
Dépaquetage de gir1.2-javascriptcoregtk-4.1:amd64 (2.46.5-0ubuntu0.24.04.1) sur
(2.46.4-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../037-libwebkit2gtk-4.1-0_2.46.5-0ubuntu0.24.04.
1_amd64.deb ...
Dépaquetage de libwebkit2gtk-4.1-0:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2.46.4-0
ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../038-libjavascriptcoregtk-4.1-0_2.46.5-0ubuntu0
.24.04.1_amd64.deb ...
Dépaquetage de libjavascriptcoregtk-4.1-0:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2
.46.4-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../039-gstreamer1.0-plugins-base_1.24.2-1ubuntu0.
2_amd64.deb ...
Dépaquetage de gstreamer1.0-plugins-base:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2-1
ubuntu0.1) ...
Préparation du dépaquetage de .../040-gstreamer1.0-plugins-good_1.24.2-1ubuntu1.
1_amd64.deb ...
Dépaquetage de gstreamer1.0-plugins-good:amd64 (1.24.2-1ubuntu1.1) sur (1.24.2-1
ubuntu1) ...
Préparation du dépaquetage de .../041-libgstreamer-plugins-good1.0-0_1.24.2-1ubu
ntu1.1_amd64.deb ...
Dépaquetage de libgstreamer-plugins-good1.0-0:amd64 (1.24.2-1ubuntu1.1) sur (1.2
4.2-1ubuntu1) ...
Préparation du dépaquetage de .../042-gir1.2-webkit-6.0_2.46.5-0ubuntu0.24.04.1_
amd64.deb ...
Dépaquetage de gir1.2-webkit-6.0:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2.46.4-0ub
untu0.24.04.1) ...
Préparation du dépaquetage de .../043-gir1.2-javascriptcoregtk-6.0_2.46.5-0ubunt
u0.24.04.1_amd64.deb ...
Dépaquetage de gir1.2-javascriptcoregtk-6.0:amd64 (2.46.5-0ubuntu0.24.04.1) sur
(2.46.4-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../044-libwebkitgtk-6.0-4_2.46.5-0ubuntu0.24.04.1
_amd64.deb ...
Dépaquetage de libwebkitgtk-6.0-4:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2.46.4-0u
buntu0.24.04.1) ...
Préparation du dépaquetage de .../045-libjavascriptcoregtk-6.0-1_2.46.5-0ubuntu0
.24.04.1_amd64.deb ...
Dépaquetage de libjavascriptcoregtk-6.0-1:amd64 (2.46.5-0ubuntu0.24.04.1) sur (2
.46.4-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../046-libpackagekit-glib2-18_1.2.8-2ubuntu1.1_am
d64.deb ...
Dépaquetage de libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.1) sur (1.2.8-2ubunt
u1) ...
Préparation du dépaquetage de .../047-gir1.2-packagekitglib-1.0_1.2.8-2ubuntu1.1
_amd64.deb ...
Dépaquetage de gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.1) sur (1.2.8-2ubuntu1)
...
Préparation du dépaquetage de .../048-git-man_1%3a2.43.0-1ubuntu7.2_all.deb ...
Dépaquetage de git-man (1:2.43.0-1ubuntu7.2) sur (1:2.43.0-1ubuntu7.1) ...
Préparation du dépaquetage de .../049-git_1%3a2.43.0-1ubuntu7.2_amd64.deb ...
Dépaquetage de git (1:2.43.0-1ubuntu7.2) sur (1:2.43.0-1ubuntu7.1) ...
Préparation du dépaquetage de .../050-gnome-calendar_46.1-0ubuntu2_amd64.deb ...
Dépaquetage de gnome-calendar (46.1-0ubuntu2) sur (46.1-0ubuntu1) ...
Préparation du dépaquetage de .../051-gnome-control-center-data_1%3a46.5-0ubuntu
0.24.04.1_all.deb ...
Dépaquetage de gnome-control-center-data (1:46.5-0ubuntu0.24.04.1) sur (1:46.4-0
ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../052-gnome-control-center_1%3a46.5-0ubuntu0.24.
04.1_amd64.deb ...
Dépaquetage de gnome-control-center (1:46.5-0ubuntu0.24.04.1) sur (1:46.4-0ubunt
u0.24.04.1) ...
Préparation du dépaquetage de .../053-gnome-control-center-faces_1%3a46.5-0ubunt
u0.24.04.1_all.deb ...
Dépaquetage de gnome-control-center-faces (1:46.5-0ubuntu0.24.04.1) sur (1:46.4-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../054-grub2-common_2.12-1ubuntu7.1_amd64.deb ...
Dépaquetage de grub2-common (2.12-1ubuntu7.1) sur (2.12-1ubuntu7) ...
Préparation du dépaquetage de .../055-grub-pc_2.12-1ubuntu7.1_amd64.deb ...
Dépaquetage de grub-pc (2.12-1ubuntu7.1) sur (2.12-1ubuntu7) ...
Préparation du dépaquetage de .../056-grub-pc-bin_2.12-1ubuntu7.1_amd64.deb ...
Dépaquetage de grub-pc-bin (2.12-1ubuntu7.1) sur (2.12-1ubuntu7) ...
Préparation du dépaquetage de .../057-grub-common_2.12-1ubuntu7.1_amd64.deb ...
Dépaquetage de grub-common (2.12-1ubuntu7.1) sur (2.12-1ubuntu7) ...
Préparation du dépaquetage de .../058-gstreamer1.0-alsa_1.24.2-1ubuntu0.2_amd64.
deb ...
Dépaquetage de gstreamer1.0-alsa:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2-1ubuntu0.
1) ...
Préparation du dépaquetage de .../059-gstreamer1.0-gl_1.24.2-1ubuntu0.2_amd64.de
b ...
Dépaquetage de gstreamer1.0-gl:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2-1ubuntu0.1)
...
Préparation du dépaquetage de .../060-gstreamer1.0-gtk3_1.24.2-1ubuntu1.1_amd64.
deb ...
Dépaquetage de gstreamer1.0-gtk3:amd64 (1.24.2-1ubuntu1.1) sur (1.24.2-1ubuntu1)
...
Préparation du dépaquetage de .../061-packagekit-tools_1.2.8-2ubuntu1.1_amd64.de
b ...
Dépaquetage de packagekit-tools (1.2.8-2ubuntu1.1) sur (1.2.8-2ubuntu1) ...
Préparation du dépaquetage de .../062-gstreamer1.0-packagekit_1.2.8-2ubuntu1.1_a
md64.deb ...
Dépaquetage de gstreamer1.0-packagekit (1.2.8-2ubuntu1.1) sur (1.2.8-2ubuntu1) .
..
Préparation du dépaquetage de .../063-packagekit_1.2.8-2ubuntu1.1_amd64.deb ...
Dépaquetage de packagekit (1.2.8-2ubuntu1.1) sur (1.2.8-2ubuntu1) ...
Préparation du dépaquetage de .../064-gstreamer1.0-tools_1.24.2-1ubuntu0.1_amd64
.deb ...
Dépaquetage de gstreamer1.0-tools (1.24.2-1ubuntu0.1) sur (1.24.2-1) ...
Préparation du dépaquetage de .../065-gstreamer1.0-plugins-base-apps_1.24.2-1ubu
ntu0.2_amd64.deb ...
Dépaquetage de gstreamer1.0-plugins-base-apps (1.24.2-1ubuntu0.2) sur (1.24.2-1u
buntu0.1) ...
Préparation du dépaquetage de .../066-gstreamer1.0-pulseaudio_1.24.2-1ubuntu1.1_
amd64.deb ...
Dépaquetage de gstreamer1.0-pulseaudio:amd64 (1.24.2-1ubuntu1.1) sur (1.24.2-1ub
untu1) ...
Préparation du dépaquetage de .../067-gstreamer1.0-x_1.24.2-1ubuntu0.2_amd64.deb
...
Dépaquetage de gstreamer1.0-x:amd64 (1.24.2-1ubuntu0.2) sur (1.24.2-1ubuntu0.1)
...
Préparation du dépaquetage de .../068-librados2_19.2.0-0ubuntu0.24.04.2_amd64.de
b ...
Dépaquetage de librados2 (19.2.0-0ubuntu0.24.04.2) sur (19.2.0-0ubuntu0.24.04.1)
...
Préparation du dépaquetage de .../069-libcephfs2_19.2.0-0ubuntu0.24.04.2_amd64.d
eb ...
Dépaquetage de libcephfs2 (19.2.0-0ubuntu0.24.04.2) sur (19.2.0-0ubuntu0.24.04.1
) ...
Préparation du dépaquetage de .../070-libdrm-amdgpu1_2.4.122-1~ubuntu0.24.04.1_a
md64.deb ...
Dépaquetage de libdrm-amdgpu1:amd64 (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2bu
ild1) ...
Préparation du dépaquetage de .../071-libdrm-intel1_2.4.122-1~ubuntu0.24.04.1_am
d64.deb ...
Dépaquetage de libdrm-intel1:amd64 (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2bui
ld1) ...
Préparation du dépaquetage de .../072-libdrm-nouveau2_2.4.122-1~ubuntu0.24.04.1_
amd64.deb ...
Dépaquetage de libdrm-nouveau2:amd64 (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2b
uild1) ...
Préparation du dépaquetage de .../073-libdrm-radeon1_2.4.122-1~ubuntu0.24.04.1_a
md64.deb ...
Dépaquetage de libdrm-radeon1:amd64 (2.4.122-1~ubuntu0.24.04.1) sur (2.4.120-2bu
ild1) ...
Préparation du dépaquetage de .../074-libfprint-2-tod1_1%3a1.94.7+tod1-0ubuntu5~
24.04.2_amd64.deb ...
Dépaquetage de libfprint-2-tod1:amd64 (1:1.94.7+tod1-0ubuntu5~24.04.2) sur (1:1.
94.7+tod1-0ubuntu5~24.04.1) ...
Préparation du dépaquetage de .../075-libfprint-2-2_1%3a1.94.7+tod1-0ubuntu5~24.
04.2_amd64.deb ...
Dépaquetage de libfprint-2-2 (1:1.94.7+tod1-0ubuntu5~24.04.2) sur (1:1.94.7+tod1
-0ubuntu5~24.04.1) ...
Préparation du dépaquetage de .../076-libisl23_0.26-3build1.1_amd64.deb ...
Dépaquetage de libisl23:amd64 (0.26-3build1.1) sur (0.26-3build1) ...
Préparation du dépaquetage de .../077-libreoffice-java-common_4%3a24.2.7-0ubuntu
0.24.04.2_all.deb ...
Dépaquetage de libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7
-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../078-liblibreoffice-java_4%3a24.2.7-0ubuntu0.24
.04.2_all.deb ...
Dépaquetage de liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-0ub
untu0.24.04.1) ...
Préparation du dépaquetage de .../079-libmpfr6_4.2.1-1build1.1_amd64.deb ...
Dépaquetage de libmpfr6:amd64 (4.2.1-1build1.1) sur (4.2.1-1build1) ...
Préparation du dépaquetage de .../080-nautilus_1%3a46.2-0ubuntu0.3_amd64.deb ...
Dépaquetage de nautilus (1:46.2-0ubuntu0.3) sur (1:46.2-0ubuntu0.2) ...
Préparation du dépaquetage de .../081-nautilus-data_1%3a46.2-0ubuntu0.3_all.deb
...
Dépaquetage de nautilus-data (1:46.2-0ubuntu0.3) sur (1:46.2-0ubuntu0.2) ...
Préparation du dépaquetage de .../082-libnautilus-extension4_1%3a46.2-0ubuntu0.3
_amd64.deb ...
Dépaquetage de libnautilus-extension4:amd64 (1:46.2-0ubuntu0.3) sur (1:46.2-0ubu
ntu0.2) ...
Préparation du dépaquetage de .../083-libreoffice-l10n-en-za_4%3a24.2.7-0ubuntu0
.24.04.2_all.deb ...
Dépaquetage de libreoffice-l10n-en-za (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../084-libreoffice-sdbc-firebird_4%3a24.2.7-0ubun
tu0.24.04.2_amd64.deb ...
Dépaquetage de libreoffice-sdbc-firebird (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2
.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../085-libreoffice-sdbc-hsqldb_4%3a24.2.7-0ubuntu
0.24.04.2_amd64.deb ...
Dépaquetage de libreoffice-sdbc-hsqldb (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7
-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../086-libreoffice-style-breeze_4%3a24.2.7-0ubunt
u0.24.04.2_all.deb ...
Dépaquetage de libreoffice-style-breeze (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.
7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../087-libreoffice-style-elementary_4%3a24.2.7-0u
buntu0.24.04.2_all.deb ...
Dépaquetage de libreoffice-style-elementary (4:24.2.7-0ubuntu0.24.04.2) sur (4:2
4.2.7-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../088-libreoffice-style-tango_4%3a24.2.7-0ubuntu
0.24.04.2_all.deb ...
Dépaquetage de libreoffice-style-tango (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7
-0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../089-libreoffice-style-yaru_4%3a24.2.7-0ubuntu0
.24.04.2_all.deb ...
Dépaquetage de libreoffice-style-yaru (4:24.2.7-0ubuntu0.24.04.2) sur (4:24.2.7-
0ubuntu0.24.04.1) ...
Préparation du dépaquetage de .../090-linux-libc-dev_6.8.0-52.53_amd64.deb ...
Dépaquetage de linux-libc-dev:amd64 (6.8.0-52.53) sur (6.8.0-50.51) ...
Préparation du dépaquetage de .../091-linux-tools-common_6.8.0-52.53_all.deb ...
Dépaquetage de linux-tools-common (6.8.0-52.53) sur (6.8.0-50.51) ...
Sélection du paquet linux-tools-6.8.0-52 précédemment désélectionné.
Préparation du dépaquetage de .../092-linux-tools-6.8.0-52_6.8.0-52.53_amd64.deb
...
Dépaquetage de linux-tools-6.8.0-52 (6.8.0-52.53) ...
Sélection du paquet linux-tools-6.8.0-52-generic précédemment désélectionné.
Préparation du dépaquetage de .../093-linux-tools-6.8.0-52-generic_6.8.0-52.53_a
md64.deb ...
Dépaquetage de linux-tools-6.8.0-52-generic (6.8.0-52.53) ...
Préparation du dépaquetage de .../094-policykit-1_124-2ubuntu1.24.04.2_amd64.deb
...
Dépaquetage de policykit-1 (124-2ubuntu1.24.04.2) sur (124-2ubuntu1) ...
Préparation du dépaquetage de .../095-python3-jinja2_3.1.2-1ubuntu1.2_all.deb ..
.
Dépaquetage de python3-jinja2 (3.1.2-1ubuntu1.2) sur (3.1.2-1ubuntu1.1) ...
Préparation du dépaquetage de .../096-rfkill_2.39.3-9ubuntu6.2_amd64.deb ...
Dépaquetage de rfkill (2.39.3-9ubuntu6.2) sur (2.39.3-9ubuntu6.1) ...
Préparation du dépaquetage de .../097-shotwell-common_0.32.6-1ubuntu3_all.deb ..
.
Dépaquetage de shotwell-common (0.32.6-1ubuntu3) sur (0.32.6-1ubuntu2) ...
Préparation du dépaquetage de .../098-shotwell_0.32.6-1ubuntu3_amd64.deb ...
Dépaquetage de shotwell (0.32.6-1ubuntu3) sur (0.32.6-1ubuntu2) ...
Préparation du dépaquetage de .../099-xwayland_2%3a23.2.6-1ubuntu0.2_amd64.deb .
..
Dépaquetage de xwayland (2:23.2.6-1ubuntu0.2) sur (2:23.2.6-1ubuntu0.1) ...
Préparation du dépaquetage de .../100-cloud-init_24.4-0ubuntu1~24.04.2_all.deb .
..
Dépaquetage de cloud-init (24.4-0ubuntu1~24.04.2) sur (24.3.1-0ubuntu0~24.04.2)
...
Préparation du dépaquetage de .../101-libmpc3_1.3.1-1build1.1_amd64.deb ...
Dépaquetage de libmpc3:amd64 (1.3.1-1build1.1) sur (1.3.1-1build1) ...
Paramétrage de librados2 (19.2.0-0ubuntu0.24.04.2) ...
Paramétrage de libuno-sal3t64 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de bsdextrautils (2.39.3-9ubuntu6.2) ...
Paramétrage de libgpg-error0:amd64 (1.47-3build2.1) ...
Paramétrage de libgpg-error0:i386 (1.47-3build2.1) ...
Paramétrage de libdebuginfod-common (0.190-1.1build4.1) ...
Paramétrage de libgdm1 (46.2-1ubuntu1~24.04.1) ...
Paramétrage de alsa-ucm-conf (1.2.10-1ubuntu5.4) ...
Paramétrage de libpulse0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
Paramétrage de linux-firmware (20240318.git3b128b60-0ubuntu2.7) ...
Paramétrage de attr (1:2.5.2-1build1.1) ...
Paramétrage de shotwell-common (0.32.6-1ubuntu3) ...
Paramétrage de gnome-calendar (46.1-0ubuntu2) ...
Paramétrage de libreoffice-uiconfig-writer (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libfprint-2-tod1:amd64 (1:1.94.7+tod1-0ubuntu5~24.04.2) ...
Paramétrage de firmware-sof-signed (2023.12.1-1ubuntu1.4) ...
Paramétrage de wireless-regdb (2024.07.04-0ubuntu1~24.04.1) ...
Paramétrage de libsqlite3-0:amd64 (3.45.1-1ubuntu2.1) ...
Paramétrage de libpython3.12-minimal:amd64 (3.12.3-1ubuntu0.4) ...
Paramétrage de libnghttp2-14:amd64 (1.59.0-1ubuntu0.2) ...
Paramétrage de linux-libc-dev:amd64 (6.8.0-52.53) ...
Paramétrage de libpackagekit-glib2-18:amd64 (1.2.8-2ubuntu1.1) ...
Paramétrage de libidn2-0:amd64 (2.3.7-2build1.1) ...
Paramétrage de nautilus-data (1:46.2-0ubuntu0.3) ...
Paramétrage de libnetplan1:amd64 (1.1.1-1~ubuntu24.04.1) ...
Paramétrage de linux-headers-6.8.0-52 (6.8.0-52.53) ...
Paramétrage de libreoffice-uiconfig-calc (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de xxd (2:9.1.0016-1ubuntu7.6) ...
Paramétrage de libcap2:amd64 (1:2.66-5ubuntu2.1) ...
Paramétrage de libcap2:i386 (1:2.66-5ubuntu2.1) ...
Paramétrage de libelf1t64:amd64 (0.190-1.1build4.1) ...
Paramétrage de libcephfs2 (19.2.0-0ubuntu0.24.04.2) ...
Paramétrage de libdw1t64:amd64 (0.190-1.1build4.1) ...
Paramétrage de tzdata (2024b-0ubuntu0.24.04) ...
Current default time zone: 'Europe/Paris'
Local time is now: Thu Jan 30 12:43:21 CET 2025.
Universal Time is now: Thu Jan 30 11:43:21 UTC 2025.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Paramétrage de libcap2-bin (1:2.66-5ubuntu2.1) ...
Paramétrage de eject (2.39.3-9ubuntu6.2) ...
Paramétrage de grub-common (2.12-1ubuntu7.1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling ba
ck to defaults
Paramétrage de gir1.2-packagekitglib-1.0 (1.2.8-2ubuntu1.1) ...
Paramétrage de libreoffice-uiconfig-impress (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-style-colibre (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de python3-jinja2 (3.1.2-1ubuntu1.2) ...
Paramétrage de libjavascriptcoregtk-4.1-0:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de vim-common (2:9.1.0016-1ubuntu7.6) ...
Paramétrage de gnome-control-center-data (1:46.5-0ubuntu0.24.04.1) ...
Paramétrage de libmpfr6:amd64 (4.2.1-1build1.1) ...
Paramétrage de libjavascriptcoregtk-6.0-1:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de libpulse-mainloop-glib0:amd64 (1:16.1+dfsg1-2ubuntu10.1) ...
Paramétrage de pulseaudio-utils (1:16.1+dfsg1-2ubuntu10.1) ...
Paramétrage de rfkill (2.39.3-9ubuntu6.2) ...
Paramétrage de libunistring5:i386 (1.1-2build1.1) ...
Paramétrage de libmpc3:amd64 (1.3.1-1build1.1) ...
Paramétrage de libnautilus-extension4:amd64 (1:46.2-0ubuntu0.3) ...
Paramétrage de libreoffice-style-breeze (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-uiconfig-common (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libfdisk1:amd64 (2.39.3-9ubuntu6.2) ...
Paramétrage de mount (2.39.3-9ubuntu6.2) ...
Paramétrage de gnome-control-center-faces (1:46.5-0ubuntu0.24.04.1) ...
Paramétrage de uuid-runtime (2.39.3-9ubuntu6.2) ...
uuidd.service is a disabled or a static unit not running, not starting it.
Paramétrage de libreoffice-uiconfig-base (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libnl-3-200:amd64 (3.7.0-0.3build1.1) ...
Paramétrage de linux-headers-6.8.0-52-generic (6.8.0-52.53) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area.....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-52-generic -C /lib/modules/6.8.0-52-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-52-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-52-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-52-generic
...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-headers-6.8.0-52-generic (--configure
) :
le sous-processus paquet linux-headers-6.8.0-52-generic script post-installatio
n installé a renvoyé un état de sortie d'erreur 11
Paramétrage de python3-netplan (1.1.1-1~ubuntu24.04.1) ...
Paramétrage de libreoffice-style-yaru (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libopenjp2-7:amd64 (2.5.0-2ubuntu0.3) ...
Paramétrage de git-man (1:2.43.0-1ubuntu7.2) ...
Paramétrage de netplan-generator (1.1.1-1~ubuntu24.04.1) ...
Suppression de « détournement de /lib/systemd/system-generators/netplan en /lib/
systemd/system-generators/netplan.usr-is-merged par netplan-generator »
Paramétrage de libuno-salhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libunoloader-java (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libisl23:amd64 (0.26-3build1.1) ...
Paramétrage de libbsd0:amd64 (0.12.1-1build1.1) ...
Paramétrage de libgpg-error-l10n (1.47-3build2.1) ...
Paramétrage de libreoffice-uiconfig-draw (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libdrm-common (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de linux-tools-common (6.8.0-52.53) ...
Paramétrage de libpam-cap:amd64 (1:2.66-5ubuntu2.1) ...
Paramétrage de libxml2:amd64 (2.9.14+dfsg-1.3ubuntu3.1) ...
Paramétrage de linux-modules-6.8.0-52-generic (6.8.0-52.53) ...
Paramétrage de libpolkit-gobject-1-0:amd64 (124-2ubuntu1.24.04.2) ...
Paramétrage de libgstreamer1.0-0:amd64 (1.24.2-1ubuntu0.1) ...
Setcap worked! gst-ptp-helper is not suid!
Paramétrage de fonts-opensymbol (4:102.12+LibO24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de rsync (3.2.7-1ubuntu1.2) ...
Paramétrage de libkmod2:amd64 (31+20240202-2ubuntu7.1) ...
Paramétrage de libreoffice-uiconfig-math (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libfprint-2-2 (1:1.94.7+tod1-0ubuntu5~24.04.2) ...
Paramétrage de libreoffice-style-elementary (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de python3.12-minimal (3.12.3-1ubuntu0.4) ...
Paramétrage de gir1.2-gstreamer-1.0:amd64 (1.24.2-1ubuntu0.1) ...
Paramétrage de linux-modules-extra-6.8.0-52-generic (6.8.0-52.53) ...
Paramétrage de libpython3.12-stdlib:amd64 (3.12.3-1ubuntu0.4) ...
Paramétrage de libcurl4t64:amd64 (8.5.0-2ubuntu10.6) ...
Paramétrage de bpftrace (0.20.2-1ubuntu4.2) ...
Paramétrage de bind9-libs:amd64 (1:9.18.30-0ubuntu0.24.04.2) ...
Paramétrage de grub2-common (2.12-1ubuntu7.1) ...
Paramétrage de python3.12 (3.12.3-1ubuntu0.4) ...
Paramétrage de libcurl3t64-gnutls:amd64 (8.5.0-2ubuntu10.6) ...
Paramétrage de gir1.2-javascriptcoregtk-6.0:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de libreoffice-style-tango (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libidn2-0:i386 (2.3.7-2build1.1) ...
dpkg: des problèmes de dépendances empêchent la configuration de linux-headers-g
eneric :
linux-headers-generic dépend de linux-headers-6.8.0-52-generic; cependant :
Le paquet linux-headers-6.8.0-52-generic n'est pas encore configuré.
dpkg: erreur de traitement du paquet linux-headers-generic (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur
consécutive à un échec précédent.
Paramétrage de vim-tiny (2:9.1.0016-1ubuntu7.6
) ...
Paramétrage de linux-headers-6.8.0-50-generic (6.8.0-50.51) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area.....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-50-generic -C /lib/modules/6.8.0-50-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-50-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-50-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-50-generic
...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-headers-6.8.0-50-generic (--configure
) :
le sous-processus paquet linux-headers-6.8.0-50-generic script post-installatio
n installé a renvoyé un état de sortie d'erreur 11
Paramétrage de kmod (31+20240202-2ubuntu7.1) ...
Paramétrage de grub-pc-bin (2.12-1ubuntu7.1) ...
Paramétrage de fdisk (2.39.3-9ubuntu6.2) ...
Paramétrage de gir1.2-javascriptcoregtk-4.1:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de netplan.io (1.1.1-1~ubuntu24.04.1) ...
Paramétrage de libnl-route-3-200:amd64 (3.7.0-0.3build1.1) ...
Paramétrage de grub-pc (2.12-1ubuntu7.1) ...
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-52-generic
Found linux image: /boot/vmlinuz-6.8.0-50-generic
Found linux image: /boot/vmlinuz-6.8.0-49-generic
Found initrd image: /boot/initrd.img-6.8.0-49-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Found Windows Boot Manager on /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
Paramétrage de libpython3.12t64:amd64 (3.12.3-1ubuntu0.4) ...
Paramétrage de linux-tools-6.8.0-52 (6.8.0-52.53) ...
Paramétrage de gstreamer1.0-tools (1.24.2-1ubuntu0.1) ...
Paramétrage de git (1:2.43.0-1ubuntu7.2) ...
Paramétrage de libdrm2:amd64 (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de libuno-cppu3t64 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libnl-genl-3-200:amd64 (3.7.0-0.3build1.1) ...
Paramétrage de linux-image-6.8.0-52-generic (6.8.0-52.53) ...
I: /boot/vmlinuz.old is now a symlink to vmlinuz-6.8.0-50-generic
I: /boot/vmlinuz is now a symlink to vmlinuz-6.8.0-52-generic
I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-52-generic
Paramétrage de libpolkit-agent-1-0:amd64 (124-2ubuntu1.24.04.2) ...
Paramétrage de xwayland (2:23.2.6-1ubuntu0.2) ...
Paramétrage de libuno-purpenvhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de bind9-host (1:9.18.30-0ubuntu0.24.04.2) ...
Paramétrage de polkitd (124-2ubuntu1.24.04.2) ...
Paramétrage de libdrm-amdgpu1:amd64 (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de libdebuginfod1t64:amd64 (0.190-1.1build4.1) ...
Paramétrage de linux-image-generic (6.8.0-52.53) ...
Paramétrage de libdrm-nouveau2:amd64 (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de cloud-init (24.4-0ubuntu1~24.04.2) ...
Paramétrage de uno-libs-private (4:24.2.7-0ubuntu0.24.04.2) ...
dpkg: des problèmes de dépendances empêchent la configuration de linux-generic :
linux-generic dépend de linux-headers-generic (= 6.8.0-52.53); cependant :
Le paquet linux-headers-generic n'est pas encore configuré.
dpkg: erreur de traitement du paquet linux-generic (--configure) :
problèmes de dépendances - laissé non configuré
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
Paramétrage de l
inux-tools-6.8.0-52-generic (6.8.0-52.53) ...
Paramétrage de libpoppler134:amd64 (24.02.0-1ubuntu9.2) ...
Paramétrage de libdrm-radeon1:amd64 (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de libdrm-intel1:amd64 (2.4.122-1~ubuntu0.24.04.1) ...
Paramétrage de libfwupd2:amd64 (1.9.27-0ubuntu1~24.04.1) ...
Paramétrage de libgstreamer-plugins-base1.0-0:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de pulseaudio (1:16.1+dfsg1-2ubuntu10.1) ...
Paramétrage de libpoppler-glib8t64:amd64 (24.02.0-1ubuntu9.2) ...
Paramétrage de libgstreamer-plugins-good1.0-0:amd64 (1.24.2-1ubuntu1.1) ...
Paramétrage de libgstreamer-gl1.0-0:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de gstreamer1.0-plugins-base:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de libpoppler-cpp0t64:amd64 (24.02.0-1ubuntu9.2) ...
Paramétrage de pulseaudio-module-bluetooth (1:16.1+dfsg1-2ubuntu10.1) ...
Paramétrage de libuno-cppuhelpergcc3-3t64 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de gir1.2-polkit-1.0 (124-2ubuntu1.24.04.2) ...
Paramétrage de ure (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de poppler-utils (24.02.0-1ubuntu9.2) ...
Paramétrage de bind9-dnsutils (1:9.18.30-0ubuntu0.24.04.2) ...
Paramétrage de gstreamer1.0-plugins-base-apps (1.24.2-1ubuntu0.2) ...
Paramétrage de fwupd (1.9.27-0ubuntu1~24.04.1) ...
fwupd-offline-update.service is a disabled or a static unit not running, not sta
rting it.
fwupd-refresh.service is a disabled or a static unit not running, not starting i
t.
fwupd.service is a disabled or a static unit not running, not starting it.
Paramétrage de gstreamer1.0-gl:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de gstreamer1.0-x:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de gstreamer1.0-alsa:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de gstreamer1.0-plugins-good:amd64 (1.24.2-1ubuntu1.1) ...
Paramétrage de gir1.2-gst-plugins-base-1.0:amd64 (1.24.2-1ubuntu0.2) ...
Paramétrage de gstreamer1.0-gtk3:amd64 (1.24.2-1ubuntu1.1) ...
Paramétrage de dnsutils (1:9.18.30-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-common (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de ure-java (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de gstreamer1.0-pulseaudio:amd64 (1.24.2-1ubuntu1.1) ...
Paramétrage de libreoffice-core (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-math (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-gtk3 (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-l10n-en-za (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libwebkit2gtk-4.1-0:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de liblibreoffice-java (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de gir1.2-webkit2-4.1:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de libreoffice-l10n-fr (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libwebkitgtk-6.0-4:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de libreoffice-draw (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-java-common (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-base-drivers (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-help-common (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-l10n-en-gb (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-sdbc-firebird (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-gnome (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-impress (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-base-core (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de gir1.2-webkit-6.0:amd64 (2.46.5-0ubuntu0.24.04.1) ...
Paramétrage de libreoffice-help-en-us (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de python3-uno (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-help-fr (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-calc (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-base (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-help-en-gb (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-sdbc-hsqldb (4:24.2.7-0ubuntu0.24.04.2) ...
Paramétrage de libreoffice-writer (4:24.2.7-0ubuntu0.24.04.2) ...
Traitement des actions différées (« triggers ») pour linux-image-6.8.0-50-generi
c (6.8.0-50.51) ...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-50-generic -C /lib/modules/6.8.0-50-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-50-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-50-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-50-generic
...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-image-6.8.0-50-generic (--configure)
:
le sous-processus paquet linux-image-6.8.0-50-generic script post-installation
installé a renvoyé un état de sortie d'erreur 11
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
Traitement des a
ctions différées (« triggers ») pour desktop-file-utils (0.27-2build1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.142ubunt
u25.4) ...
update-initramfs: Generating /boot/initrd.img-6.8.0-49-generic
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2)
...
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1.1ubun
tu3) ...
Traitement des actions différées (« triggers ») pour libc-bin (2.39-0ubuntu8.3)
...
Traitement des actions différées (« triggers ») pour rsyslog (8.2312.0-3ubuntu9)
...
Traitement des actions différées (« triggers ») pour systemd (255.4-1ubuntu8.4)
...
Traitement des actions différées (« triggers ») pour man-db (2.12.0-4build2) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0t64:amd64 (2.80
.0-6ubuntu3.2) ...
Traitement des actions différées (« triggers ») pour dbus (1.14.10-4ubuntu4.1) .
..
Traitement des actions différées (« triggers ») pour shared-mime-info (2.4-4) ..
.
Traitement des actions différées (« triggers ») pour udev (255.4-1ubuntu8.4) ...
Traitement des actions différées (« triggers ») pour sgml-base (1.31) ...
Paramétrage de gir1.2-gdm-1.0 (46.2-1ubuntu1~24.04.1) ...
Traitement des actions différées (« triggers ») pour install-info (7.1-3build2)
...
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1)
...
Paramétrage de nautilus (1:46.2-0ubuntu0.3) ...
Traitement des actions différées (« triggers ») pour fontconfig (2.15.0-1.1ubunt
u2) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.6+22.04.202
20217-0ubuntu5) ...
Rebuilding /usr/share/applications/bamf-2.index...
Paramétrage de shotwell (0.32.6-1ubuntu3) ...
Paramétrage de gnome-control-center (1:46.5-0ubuntu0.24.04.1) ...
Paramétrage de pkexec (124-2ubuntu1.24.04.2) ...
Paramétrage de gdm3 (46.2-1ubuntu1~24.04.1) ...
Installation de la nouvelle version du fichier de configuration /etc/gdm3/Xsessi
on ...
Paramétrage de packagekit (1.2.8-2ubuntu1.1) ...
Paramétrage de policykit-1 (124-2ubuntu1.24.04.2) ...
Paramétrage de packagekit-tools (1.2.8-2ubuntu1.1) ...
Paramétrage de gstreamer1.0-packagekit (1.2.8-2ubuntu1.1) ...
Traitement des actions différées (« triggers ») pour linux-image-6.8.0-52-generi
c (6.8.0-52.53) ...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area.....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-52-generic -C /lib/modules/6.8.0-52-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-52-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-52-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-52-generic
...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-image-6.8.0-52-generic (--configure)
:
le sous-processus paquet linux-image-6.8.0-52-generic script post-installation
installé a renvoyé un état de sortie d'erreur 11
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
Traitement des a
ctions différées (« triggers ») pour libc-bin (2.39-0ubuntu8.3) ...
Des erreurs ont été rencontrées pendant l'exécution :
linux-headers-6.8.0-52-generic
linux-headers-generic
linux-headers-6.8.0-50-generic
linux-generic
linux-image-6.8.0-50-generic
linux-image-6.8.0-52-generic
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
E: Sub-process /usr/bin/dpkg returned an error code (1)
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#8 Le 30/01/2025, à 17:39
- iznobe
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour , montre :
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)"
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#9 Le 30/01/2025, à 20:01
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour Iznobe,
Voici le retour :
michel@michel-HP-Laptop-15-bs0xx:~$ 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)"
ic linux-image-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64
ic linux-modules-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64
ic linux-modules-extra-4.18.0-15-generic 4.18.0-15.16~18.04.1 amd64
ic linux-image-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64
ic linux-modules-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64
ic linux-modules-extra-4.18.0-16-generic 4.18.0-16.17~18.04.1 amd64
ic linux-image-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64
ic linux-modules-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64
ic linux-modules-extra-4.18.0-17-generic 4.18.0-17.18~18.04.1 amd64
ic linux-image-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64
ic linux-modules-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64
ic linux-modules-extra-4.18.0-18-generic 4.18.0-18.19~18.04.1 amd64
ic linux-image-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64
ic linux-modules-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64
ic linux-modules-extra-4.18.0-20-generic 4.18.0-20.21~18.04.1 amd64
ic linux-image-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64
ic linux-modules-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64
ic linux-modules-extra-4.18.0-21-generic 4.18.0-21.22~18.04.1 amd64
ic linux-image-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64
ic linux-modules-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64
ic linux-modules-extra-4.18.0-22-generic 4.18.0-22.23~18.04.1 amd64
ic linux-image-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64
ic linux-modules-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64
ic linux-modules-extra-4.18.0-24-generic 4.18.0-24.25~18.04.1 amd64
ic linux-image-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64
ic linux-modules-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64
ic linux-modules-extra-4.18.0-25-generic 4.18.0-25.26~18.04.1 amd64
ic linux-image-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64
ic linux-modules-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64
ic linux-modules-extra-5.0.0-23-generic 5.0.0-23.24~18.04.1 amd64
ic linux-image-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64
ic linux-modules-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64
ic linux-modules-extra-5.0.0-25-generic 5.0.0-25.26~18.04.1 amd64
ic linux-image-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64
ic linux-modules-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64
ic linux-modules-extra-5.0.0-27-generic 5.0.0-27.28~18.04.1 amd64
ic linux-image-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64
ic linux-modules-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64
ic linux-modules-extra-5.0.0-29-generic 5.0.0-29.31~18.04.1 amd64
ic linux-image-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64
ic linux-modules-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64
ic linux-modules-extra-5.0.0-31-generic 5.0.0-31.33~18.04.1 amd64
ic linux-image-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64
ic linux-modules-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64
ic linux-modules-extra-5.0.0-32-generic 5.0.0-32.34~18.04.2 amd64
ic linux-image-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64
ic linux-modules-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64
ic linux-modules-extra-5.0.0-35-generic 5.0.0-35.38~18.04.1 amd64
ic linux-image-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64
ic linux-modules-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64
ic linux-modules-extra-5.0.0-36-generic 5.0.0-36.39~18.04.1 amd64
ic linux-image-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64
ic linux-modules-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64
ic linux-modules-extra-5.0.0-37-generic 5.0.0-37.40~18.04.1 amd64
ic linux-image-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64
ic linux-modules-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64
ic linux-modules-extra-5.3.0-26-generic 5.3.0-26.28~18.04.1 amd64
ic linux-image-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64
ic linux-modules-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64
ic linux-modules-extra-5.3.0-28-generic 5.3.0-28.30~18.04.1 amd64
ic linux-image-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64
ic linux-modules-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64
ic linux-modules-extra-5.3.0-40-generic 5.3.0-40.32~18.04.1 amd64
ic linux-image-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64
ic linux-modules-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64
ic linux-modules-extra-5.3.0-42-generic 5.3.0-42.34~18.04.1 amd64
ic linux-image-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64
ic linux-modules-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64
ic linux-modules-extra-5.3.0-45-generic 5.3.0-45.37~18.04.1 amd64
ic linux-image-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64
ic linux-modules-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64
ic linux-modules-extra-5.3.0-46-generic 5.3.0-46.38~18.04.1 amd64
ic linux-image-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64
ic linux-modules-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64
ic linux-modules-extra-5.3.0-51-generic 5.3.0-51.44~18.04.2 amd64
ic linux-image-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64
ic linux-modules-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64
ic linux-modules-extra-5.3.0-53-generic 5.3.0-53.47~18.04.1 amd64
ic linux-image-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64
ic linux-modules-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64
ic linux-modules-extra-5.3.0-59-generic 5.3.0-59.53~18.04.1 amd64
ic linux-image-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64
ic linux-modules-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64
ic linux-modules-extra-5.3.0-61-generic 5.3.0-61.55~18.04.1 amd64
ic linux-image-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64
ic linux-modules-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64
ic linux-modules-extra-5.3.0-62-generic 5.3.0-62.56~18.04.1 amd64
ii linux-signed-generic-hwe-18.04 5.3.0.62.115 amd64
ic linux-image-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64
ic linux-modules-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64
ic linux-modules-extra-5.4.0-42-generic 5.4.0-42.46~18.04.1 amd64
ic linux-image-5.4.0-47-generic 5.4.0-47.51 amd64
ic linux-modules-5.4.0-47-generic 5.4.0-47.51 amd64
ic linux-modules-extra-5.4.0-47-generic 5.4.0-47.51 amd64
ic linux-image-5.4.0-48-generic 5.4.0-48.52 amd64
ic linux-modules-5.4.0-48-generic 5.4.0-48.52 amd64
ic linux-modules-extra-5.4.0-48-generic 5.4.0-48.52 amd64
ic linux-image-5.4.0-51-generic 5.4.0-51.56 amd64
ic linux-modules-5.4.0-51-generic 5.4.0-51.56 amd64
ic linux-modules-extra-5.4.0-51-generic 5.4.0-51.56 amd64
ic linux-image-5.4.0-52-generic 5.4.0-52.57 amd64
ic linux-modules-5.4.0-52-generic 5.4.0-52.57 amd64
ic linux-modules-extra-5.4.0-52-generic 5.4.0-52.57 amd64
ic linux-image-5.4.0-53-generic 5.4.0-53.59 amd64
ic linux-modules-5.4.0-53-generic 5.4.0-53.59 amd64
ic linux-modules-extra-5.4.0-53-generic 5.4.0-53.59 amd64
ic linux-image-5.4.0-54-generic 5.4.0-54.60 amd64
ic linux-modules-5.4.0-54-generic 5.4.0-54.60 amd64
ic linux-modules-extra-5.4.0-54-generic 5.4.0-54.60 amd64
ic linux-image-5.4.0-56-generic 5.4.0-56.62 amd64
ic linux-modules-5.4.0-56-generic 5.4.0-56.62 amd64
ic linux-modules-extra-5.4.0-56-generic 5.4.0-56.62 amd64
ic linux-image-5.4.0-58-generic 5.4.0-58.64 amd64
ic linux-modules-5.4.0-58-generic 5.4.0-58.64 amd64
ic linux-modules-extra-5.4.0-58-generic 5.4.0-58.64 amd64
ic linux-image-5.4.0-59-generic 5.4.0-59.65 amd64
ic linux-modules-5.4.0-59-generic 5.4.0-59.65 amd64
ic linux-modules-extra-5.4.0-59-generic 5.4.0-59.65 amd64
ic linux-image-5.4.0-60-generic 5.4.0-60.67 amd64
ic linux-modules-5.4.0-60-generic 5.4.0-60.67 amd64
ic linux-modules-extra-5.4.0-60-generic 5.4.0-60.67 amd64
ic linux-image-5.4.0-62-generic 5.4.0-62.70 amd64
ic linux-modules-5.4.0-62-generic 5.4.0-62.70 amd64
ic linux-modules-extra-5.4.0-62-generic 5.4.0-62.70 amd64
ic linux-image-5.4.0-64-generic 5.4.0-64.72 amd64
ic linux-modules-5.4.0-64-generic 5.4.0-64.72 amd64
ic linux-modules-extra-5.4.0-64-generic 5.4.0-64.72 amd64
ic linux-image-5.4.0-65-generic 5.4.0-65.73 amd64
ic linux-modules-5.4.0-65-generic 5.4.0-65.73 amd64
ic linux-modules-extra-5.4.0-65-generic 5.4.0-65.73 amd64
ic linux-image-5.4.0-66-generic 5.4.0-66.74 amd64
ic linux-modules-5.4.0-66-generic 5.4.0-66.74 amd64
ic linux-modules-extra-5.4.0-66-generic 5.4.0-66.74 amd64
ic linux-image-5.4.0-67-generic 5.4.0-67.75 amd64
ic linux-modules-5.4.0-67-generic 5.4.0-67.75 amd64
ic linux-modules-extra-5.4.0-67-generic 5.4.0-67.75 amd64
ic linux-image-5.4.0-70-generic 5.4.0-70.78 amd64
ic linux-modules-5.4.0-70-generic 5.4.0-70.78 amd64
ic linux-modules-extra-5.4.0-70-generic 5.4.0-70.78 amd64
ic linux-image-5.4.0-71-generic 5.4.0-71.79 amd64
ic linux-modules-5.4.0-71-generic 5.4.0-71.79 amd64
ic linux-modules-extra-5.4.0-71-generic 5.4.0-71.79 amd64
ic linux-image-5.4.0-72-generic 5.4.0-72.80 amd64
ic linux-modules-5.4.0-72-generic 5.4.0-72.80 amd64
ic linux-modules-extra-5.4.0-72-generic 5.4.0-72.80 amd64
ic linux-image-5.4.0-73-generic 5.4.0-73.82 amd64
ic linux-modules-5.4.0-73-generic 5.4.0-73.82 amd64
ic linux-modules-extra-5.4.0-73-generic 5.4.0-73.82 amd64
ic linux-image-5.4.0-74-generic 5.4.0-74.83 amd64
ic linux-modules-5.4.0-74-generic 5.4.0-74.83 amd64
ic linux-modules-extra-5.4.0-74-generic 5.4.0-74.83 amd64
ic linux-image-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-modules-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-modules-extra-5.4.0-77-generic 5.4.0-77.86 amd64
ic linux-image-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-modules-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-modules-extra-5.4.0-80-generic 5.4.0-80.90 amd64
ic linux-image-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-modules-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-modules-extra-5.4.0-81-generic 5.4.0-81.91 amd64
ic linux-image-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-modules-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-modules-extra-5.4.0-84-generic 5.4.0-84.94 amd64
ic linux-image-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-modules-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-modules-extra-5.4.0-86-generic 5.4.0-86.97 amd64
ic linux-image-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-modules-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-modules-extra-5.4.0-88-generic 5.4.0-88.99 amd64
ic linux-image-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-modules-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-modules-extra-5.4.0-89-generic 5.4.0-89.100 amd64
ic linux-image-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-modules-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-modules-extra-5.4.0-90-generic 5.4.0-90.101 amd64
ic linux-image-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-modules-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-modules-extra-5.4.0-91-generic 5.4.0-91.102 amd64
ic linux-image-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-modules-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-modules-extra-5.4.0-92-generic 5.4.0-92.103 amd64
ic linux-image-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-modules-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-modules-extra-5.4.0-94-generic 5.4.0-94.106 amd64
ic linux-image-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-modules-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-modules-extra-5.4.0-96-generic 5.4.0-96.109 amd64
ic linux-image-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-modules-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-modules-extra-5.4.0-97-generic 5.4.0-97.110 amd64
ic linux-image-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-modules-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-modules-extra-5.4.0-99-generic 5.4.0-99.112 amd64
ic linux-image-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-modules-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-modules-extra-5.4.0-100-generic 5.4.0-100.113 amd64
ic linux-image-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-modules-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-modules-extra-5.4.0-104-generic 5.4.0-104.118 amd64
ic linux-image-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-modules-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-modules-extra-5.4.0-105-generic 5.4.0-105.119 amd64
ic linux-image-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-modules-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-modules-extra-5.4.0-107-generic 5.4.0-107.121 amd64
ic linux-image-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-modules-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-modules-extra-5.4.0-109-generic 5.4.0-109.123 amd64
ic linux-image-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-modules-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-modules-extra-5.4.0-110-generic 5.4.0-110.124 amd64
ic linux-image-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-modules-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-modules-extra-5.4.0-113-generic 5.4.0-113.127 amd64
ic linux-image-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-modules-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-modules-extra-5.4.0-117-generic 5.4.0-117.132 amd64
ic linux-image-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-modules-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-modules-extra-5.4.0-120-generic 5.4.0-120.136 amd64
ic linux-image-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-modules-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-modules-extra-5.4.0-121-generic 5.4.0-121.137 amd64
ic linux-image-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-modules-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-modules-extra-5.4.0-122-generic 5.4.0-122.138 amd64
ic linux-image-5.4.0-124-generic 5.4.0-124.140 amd64
ic linux-modules-5.4.0-124-generic 5.4.0-124.140 amd64
ic linux-modules-extra-5.4.0-124-generic 5.4.0-124.140 amd64
ii linux-generic-hwe-18.04 5.4.0.124.125 amd64
ic linux-image-5.15.0-46-generic 5.15.0-46.49 amd64
ic linux-modules-5.15.0-46-generic 5.15.0-46.49 amd64
ic linux-modules-extra-5.15.0-46-generic 5.15.0-46.49 amd64
ic linux-image-5.15.0-47-generic 5.15.0-47.51 amd64
ic linux-modules-5.15.0-47-generic 5.15.0-47.51 amd64
ic linux-modules-extra-5.15.0-47-generic 5.15.0-47.51 amd64
ic linux-image-5.15.0-48-generic 5.15.0-48.54 amd64
ic linux-modules-5.15.0-48-generic 5.15.0-48.54 amd64
ic linux-modules-extra-5.15.0-48-generic 5.15.0-48.54 amd64
ic linux-image-5.15.0-50-generic 5.15.0-50.56 amd64
ic linux-modules-5.15.0-50-generic 5.15.0-50.56 amd64
ic linux-modules-extra-5.15.0-50-generic 5.15.0-50.56 amd64
ic linux-image-5.15.0-52-generic 5.15.0-52.58 amd64
ic linux-modules-5.15.0-52-generic 5.15.0-52.58 amd64
ic linux-modules-extra-5.15.0-52-generic 5.15.0-52.58 amd64
ic linux-image-5.15.0-53-generic 5.15.0-53.59 amd64
ic linux-modules-5.15.0-53-generic 5.15.0-53.59 amd64
ic linux-modules-extra-5.15.0-53-generic 5.15.0-53.59 amd64
ic linux-image-5.15.0-56-generic 5.15.0-56.62 amd64
ic linux-modules-5.15.0-56-generic 5.15.0-56.62 amd64
ic linux-modules-extra-5.15.0-56-generic 5.15.0-56.62 amd64
ic linux-image-5.15.0-57-generic 5.15.0-57.63 amd64
ic linux-modules-5.15.0-57-generic 5.15.0-57.63 amd64
ic linux-modules-extra-5.15.0-57-generic 5.15.0-57.63 amd64
ic linux-image-5.15.0-58-generic 5.15.0-58.64 amd64
ic linux-modules-5.15.0-58-generic 5.15.0-58.64 amd64
ic linux-modules-extra-5.15.0-58-generic 5.15.0-58.64 amd64
ic linux-image-5.15.0-60-generic 5.15.0-60.66 amd64
ic linux-modules-5.15.0-60-generic 5.15.0-60.66 amd64
ic linux-modules-extra-5.15.0-60-generic 5.15.0-60.66 amd64
ic linux-image-5.15.0-67-generic 5.15.0-67.74 amd64
ic linux-modules-5.15.0-67-generic 5.15.0-67.74 amd64
ic linux-modules-extra-5.15.0-67-generic 5.15.0-67.74 amd64
ic linux-image-5.15.0-69-generic 5.15.0-69.76 amd64
ic linux-modules-5.15.0-69-generic 5.15.0-69.76 amd64
ic linux-modules-extra-5.15.0-69-generic 5.15.0-69.76 amd64
ic linux-image-5.15.0-70-generic 5.15.0-70.77 amd64
ic linux-modules-5.15.0-70-generic 5.15.0-70.77 amd64
ic linux-modules-extra-5.15.0-70-generic 5.15.0-70.77 amd64
ic linux-image-5.15.0-71-generic 5.15.0-71.78 amd64
ic linux-modules-5.15.0-71-generic 5.15.0-71.78 amd64
ic linux-modules-extra-5.15.0-71-generic 5.15.0-71.78 amd64
ic linux-image-5.15.0-72-generic 5.15.0-72.79 amd64
ic linux-modules-5.15.0-72-generic 5.15.0-72.79 amd64
ic linux-modules-extra-5.15.0-72-generic 5.15.0-72.79 amd64
ic linux-image-5.15.0-73-generic 5.15.0-73.80 amd64
ic linux-modules-5.15.0-73-generic 5.15.0-73.80 amd64
ic linux-modules-extra-5.15.0-73-generic 5.15.0-73.80 amd64
ic linux-image-5.15.0-75-generic 5.15.0-75.82 amd64
ic linux-modules-5.15.0-75-generic 5.15.0-75.82 amd64
ic linux-modules-extra-5.15.0-75-generic 5.15.0-75.82 amd64
ic linux-image-5.15.0-76-generic 5.15.0-76.83 amd64
ic linux-modules-5.15.0-76-generic 5.15.0-76.83 amd64
ic linux-modules-extra-5.15.0-76-generic 5.15.0-76.83 amd64
ic linux-image-5.15.0-78-generic 5.15.0-78.85 amd64
ic linux-modules-5.15.0-78-generic 5.15.0-78.85 amd64
ic linux-modules-extra-5.15.0-78-generic 5.15.0-78.85 amd64
ic linux-image-5.15.0-79-generic 5.15.0-79.86 amd64
ic linux-modules-5.15.0-79-generic 5.15.0-79.86 amd64
ic linux-modules-extra-5.15.0-79-generic 5.15.0-79.86 amd64
ic linux-image-5.15.0-82-generic 5.15.0-82.91 amd64
ic linux-modules-5.15.0-82-generic 5.15.0-82.91 amd64
ic linux-modules-extra-5.15.0-82-generic 5.15.0-82.91 amd64
ic linux-image-5.15.0-83-generic 5.15.0-83.92 amd64
ic linux-modules-5.15.0-83-generic 5.15.0-83.92 amd64
ic linux-modules-extra-5.15.0-83-generic 5.15.0-83.92 amd64
ic linux-image-5.15.0-84-generic 5.15.0-84.93 amd64
ic linux-modules-5.15.0-84-generic 5.15.0-84.93 amd64
ic linux-modules-extra-5.15.0-84-generic 5.15.0-84.93 amd64
ic linux-image-5.15.0-86-generic 5.15.0-86.96 amd64
ic linux-modules-5.15.0-86-generic 5.15.0-86.96 amd64
ic linux-modules-extra-5.15.0-86-generic 5.15.0-86.96 amd64
ic linux-image-5.15.0-87-generic 5.15.0-87.97 amd64
ic linux-modules-5.15.0-87-generic 5.15.0-87.97 amd64
ic linux-modules-extra-5.15.0-87-generic 5.15.0-87.97 amd64
ic linux-image-5.15.0-88-generic 5.15.0-88.98 amd64
ic linux-modules-5.15.0-88-generic 5.15.0-88.98 amd64
ic linux-modules-extra-5.15.0-88-generic 5.15.0-88.98 amd64
ic linux-image-5.15.0-89-generic 5.15.0-89.99 amd64
ic linux-modules-5.15.0-89-generic 5.15.0-89.99 amd64
ic linux-modules-extra-5.15.0-89-generic 5.15.0-89.99 amd64
ic linux-image-5.15.0-91-generic 5.15.0-91.101 amd64
ic linux-modules-5.15.0-91-generic 5.15.0-91.101 amd64
ic linux-modules-extra-5.15.0-91-generic 5.15.0-91.101 amd64
ic linux-image-5.15.0-92-generic 5.15.0-92.102 amd64
ic linux-modules-5.15.0-92-generic 5.15.0-92.102 amd64
ic linux-modules-extra-5.15.0-92-generic 5.15.0-92.102 amd64
ic linux-image-5.15.0-94-generic 5.15.0-94.104 amd64
ic linux-modules-5.15.0-94-generic 5.15.0-94.104 amd64
ic linux-modules-extra-5.15.0-94-generic 5.15.0-94.104 amd64
ic linux-image-5.15.0-97-generic 5.15.0-97.107 amd64
ic linux-modules-5.15.0-97-generic 5.15.0-97.107 amd64
ic linux-modules-extra-5.15.0-97-generic 5.15.0-97.107 amd64
ic linux-image-5.15.0-100-generic 5.15.0-100.110 amd64
ic linux-modules-5.15.0-100-generic 5.15.0-100.110 amd64
ic linux-modules-extra-5.15.0-100-generic 5.15.0-100.110 amd64
ic linux-image-5.15.0-101-generic 5.15.0-101.111 amd64
ic linux-modules-5.15.0-101-generic 5.15.0-101.111 amd64
ic linux-modules-extra-5.15.0-101-generic 5.15.0-101.111 amd64
ic linux-image-5.15.0-102-generic 5.15.0-102.112 amd64
ic linux-modules-5.15.0-102-generic 5.15.0-102.112 amd64
ic linux-modules-extra-5.15.0-102-generic 5.15.0-102.112 amd64
ic linux-image-5.15.0-105-generic 5.15.0-105.115 amd64
ic linux-modules-5.15.0-105-generic 5.15.0-105.115 amd64
ic linux-modules-extra-5.15.0-105-generic 5.15.0-105.115 amd64
ic linux-image-5.15.0-106-generic 5.15.0-106.116 amd64
ic linux-modules-5.15.0-106-generic 5.15.0-106.116 amd64
ic linux-modules-extra-5.15.0-106-generic 5.15.0-106.116 amd64
ic linux-image-5.15.0-107-generic 5.15.0-107.117 amd64
ic linux-modules-5.15.0-107-generic 5.15.0-107.117 amd64
ic linux-modules-extra-5.15.0-107-generic 5.15.0-107.117 amd64
ic linux-image-5.15.0-112-generic 5.15.0-112.122 amd64
ic linux-modules-5.15.0-112-generic 5.15.0-112.122 amd64
ic linux-modules-extra-5.15.0-112-generic 5.15.0-112.122 amd64
ic linux-image-5.15.0-113-generic 5.15.0-113.123 amd64
ic linux-modules-5.15.0-113-generic 5.15.0-113.123 amd64
ic linux-modules-extra-5.15.0-113-generic 5.15.0-113.123 amd64
ic linux-image-5.15.0-116-generic 5.15.0-116.126 amd64
ic linux-modules-5.15.0-116-generic 5.15.0-116.126 amd64
ic linux-modules-extra-5.15.0-116-generic 5.15.0-116.126 amd64
ic linux-image-5.15.0-117-generic 5.15.0-117.127 amd64
ic linux-modules-5.15.0-117-generic 5.15.0-117.127 amd64
ic linux-modules-extra-5.15.0-117-generic 5.15.0-117.127 amd64
ic linux-image-5.15.0-118-generic 5.15.0-118.128 amd64
ic linux-modules-5.15.0-118-generic 5.15.0-118.128 amd64
ic linux-modules-extra-5.15.0-118-generic 5.15.0-118.128 amd64
ic linux-image-5.15.0-119-generic 5.15.0-119.129 amd64
ic linux-modules-5.15.0-119-generic 5.15.0-119.129 amd64
ic linux-modules-extra-5.15.0-119-generic 5.15.0-119.129 amd64
ic linux-image-5.15.0-121-generic 5.15.0-121.131 amd64
ic linux-modules-5.15.0-121-generic 5.15.0-121.131 amd64
ic linux-modules-extra-5.15.0-121-generic 5.15.0-121.131 amd64
ic linux-image-5.15.0-122-generic 5.15.0-122.132 amd64
ic linux-modules-5.15.0-122-generic 5.15.0-122.132 amd64
ic linux-modules-extra-5.15.0-122-generic 5.15.0-122.132 amd64
ic linux-image-5.15.0-124-generic 5.15.0-124.134 amd64
ic linux-modules-5.15.0-124-generic 5.15.0-124.134 amd64
ic linux-modules-extra-5.15.0-124-generic 5.15.0-124.134 amd64
ic linux-image-5.15.0-126-generic 5.15.0-126.136 amd64
ic linux-modules-5.15.0-126-generic 5.15.0-126.136 amd64
ic linux-modules-extra-5.15.0-126-generic 5.15.0-126.136 amd64
ii linux-headers-6.8.0-49 6.8.0-49.49 all
ii linux-headers-6.8.0-49-generic 6.8.0-49.49 amd64
ii linux-image-6.8.0-49-generic 6.8.0-49.49 amd64
ii linux-modules-6.8.0-49-generic 6.8.0-49.49 amd64
ii linux-modules-extra-6.8.0-49-generic 6.8.0-49.49 amd64
ii linux-tools-6.8.0-49 6.8.0-49.49 amd64
ii linux-tools-6.8.0-49-generic 6.8.0-49.49 amd64
ii linux-headers-6.8.0-50 6.8.0-50.51 all
iF linux-headers-6.8.0-50-generic 6.8.0-50.51 amd64
iF linux-image-6.8.0-50-generic 6.8.0-50.51 amd64
ii linux-modules-6.8.0-50-generic 6.8.0-50.51 amd64
ii linux-modules-extra-6.8.0-50-generic 6.8.0-50.51 amd64
ii linux-tools-6.8.0-50 6.8.0-50.51 amd64
ii linux-tools-6.8.0-50-generic 6.8.0-50.51 amd64
ii linux-headers-6.8.0-52 6.8.0-52.53 all
ii linux-tools-common 6.8.0-52.53 all
iF linux-headers-6.8.0-52-generic 6.8.0-52.53 amd64
iF linux-image-6.8.0-52-generic 6.8.0-52.53 amd64
ii linux-image-generic 6.8.0-52.53 amd64
ii linux-modules-6.8.0-52-generic 6.8.0-52.53 amd64
ii linux-modules-extra-6.8.0-52-generic 6.8.0-52.53 amd64
ii linux-tools-6.8.0-52 6.8.0-52.53 amd64
ii linux-tools-6.8.0-52-generic 6.8.0-52.53 amd64
iU linux-generic 6.8.0-52.53 amd64
iU linux-headers-generic 6.8.0-52.53 amd64
Noyau courant : 6.8.0-49-generic x86_64
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#10 Le 30/01/2025, à 20:37
- xubu1957
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Montre :
df -Thx tmpfs
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
En ligne
#11 Le 30/01/2025, à 20:42
- iznobe
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
ouarf , le probleme ne doit pas dater d ' hier ...
premier fois que je vois autant de noyaux malfoutus , ca doit etre un record
ajoute aussi :
lsblk -fe7 | cat
a la demande de xubu1957 .
Dernière modification par iznobe (Le 30/01/2025, à 20:44)
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#12 Le 30/01/2025, à 21:09
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
J'ai commencé avec la 18.04
Voici le retour :
michel@michel-HP-Laptop-15-bs0xx:~$ lsblk -fe7 | cat
NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1 ntfs DATA 12DC683EDC681E6B 514,4G 44% /media/DATA
└─sda2 ntfs RECOVERY 72668D54668D19CD
sdb
├─sdb1 vfat FAT32 2AF0-A685 168,4M 34% /boot/efi
├─sdb2
├─sdb3 ntfs WINDOWS 6C2A67922A67585A
├─sdb4 ntfs Windows RE tools 5620019B200182EB
└─sdb5 ext4 1.0 fdf3073f-895b-4d0f-8b2f-e4127cb8dc0f 4,1G 87% /var/snap/firefox/common/host-hunspell
/
sr0
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#13 Le 30/01/2025, à 21:25
- nany
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
premier fois que je vois autant de noyaux malfoutus
, ca doit etre un record
Bah, la purge s’est probablement mal passée (on n’a pas le retour) et les paquets sont passés de rc à ic.
Pour les quelques paquets marqués iF et iU, je demande à voir le retour de :
sudo apt install -fy
Hors ligne
#14 Le 30/01/2025, à 21:35
- ylag
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonsoir,
Montre :
df -Thx tmpfs
Possibilité d'un manque d'espace sur la racine, faudrait voir le résultat de la commande ...
A+
Dernière modification par ylag (Le 30/01/2025, à 21:37)
Hors ligne
#15 Le 30/01/2025, à 21:39
- nany
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Possibilité de manque d'espace sur la racine
En #12, on peut voir que sdb5 est utilisé à 87%.
Hors ligne
#16 Le 30/01/2025, à 21:49
- ylag
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonsoir,
J'avais zappé le resultat au #12, désolé ...
Dans ce cas-ci, avec toutes ces mises à jour en plus de l'installation d'un nouveau noyau, 4G de disponible pourrait être près de la limite ?
D'accord avec la demande de sudo apt install -fy au #13.
A+
Dernière modification par ylag (Le 30/01/2025, à 21:50)
Hors ligne
#17 Le 30/01/2025, à 23:19
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Pour xubu et Ylag, retour de :
df -Thx tmpfs
michel@michel-HP-Laptop-15-bs0xx:~$ df -Thx tmpfs
Sys. de fichiers Type Taille Utilisé Dispo Uti% Monté sur
/dev/sdb5 ext4 55G 48G 4,1G 93% /
efivarfs efivarfs 128K 76K 48K 62% /sys/firmware/efi/efivars
/dev/sda1 fuseblk 915G 401G 515G 44% /media/DATA
/dev/sdb1 vfat 256M 88M 169M 35% /boot/efi
michel@michel-HP-Laptop-15-bs0xx:~$
Pour Nany, retour de :
sudo apt install -fy
michel@michel-HP-Laptop-15-bs0xx:~$ sudo apt install -fy
[sudo] Mot de passe de michel :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
dcmtk libdcmtk17t64 libglade2-0 libgtkmm-2.4-1t64 linux-headers-6.8.0-50
linux-headers-6.8.0-50-generic linux-image-6.8.0-50-generic
linux-modules-6.8.0-50-generic linux-modules-extra-6.8.0-50-generic
linux-tools-6.8.0-50 linux-tools-6.8.0-50-generic plocate python3-netifaces
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 24 non mis à jour.
6 partiellement installés ou enlevés.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Paramétrage de linux-image-6.8.0-50-generic (6.8.0-50.51) ...
I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-50-generic
Paramétrage de linux-headers-6.8.0-50-generic (6.8.0-50.51) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-50-generic -C /lib/modules/6.8.0-50-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-50-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-50-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-50-generic
...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-headers-6.8.0-50-generic (--configure
) :
le sous-processus paquet linux-headers-6.8.0-50-generic script post-installatio
n installé a renvoyé un état de sortie d'erreur 11
Paramétrage de linux-headers-6.8.0-52-generic (6.8.0-52.53) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-52-generic -C /lib/modules/6.8.0-52-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-52-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-52-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-52-generic
...fail!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-headers-6.8.0-52-generic (--configure
) :
le sous-processus paquet linux-headers-6.8.0-52-generic script post-installatio
n installé a renvoyé un état de sortie d'erreur 11
Paramétrage de linux-image-6.8.0-52-generic (6.8.0-52.53) ...
I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-52-generic
dpkg: des problèmes de dépendances empêchent la configuration de linux-headers-g
eneric :
linux-headers-generic dépend de linux-headers-6.8.0-52-generic; cependant :
Le paquet linux-headers-6.8.0-52-generic n'est pas encore configuré.
dpkg: erreur de traitement du paquet linux-headers-generic (--configure) :
problèmes de dépendances - laissé non configuré
dpkg: des problèmes de dépendances empêchent la configuration de linux-generic :
linux-generic dépend de linux-headers-generic (= 6.8.0-52.53); cependant :
Aucun rapport « apport » n'a été créé car le message d'erreur indique une erreur
consécutive à un échec précédent.
Aucun rapport « apport » écrit car MaxReports
a déjà été atteint
Le paquet linux-headers-generic n'est pas encore configuré.
dpkg: erreur de traitement du paquet linux-generic (--configure) :
problèmes de dépendances - laissé non configuré
Traitement des actions différées (« triggers ») pour linux-image-6.8.0-50-generi
c (6.8.0-50.51) ...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-50-generic -C /lib/modules/6.8.0-50-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-50-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-50-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-50-generic
...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-image-6.8.0-50-generic (--configure)
:
le sous-processus paquet linux-image-6.8.0-50-generic script post-installation
installé a renvoyé un état de sortie d'erreur 11
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
Traitement des a
ctions différées (« triggers ») pour linux-image-6.8.0-52-generic (6.8.0-52.53)
...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Deprecated feature: REMAKE_INITRD (/etc/dkms/framework.conf)
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Deprecated feature: REMAKE_INITRD (/var/lib/dkms/rtlwifi-new/0.6/source/dkms.con
f)
Building module:
Cleaning build area....(bad exit status: 2)
make -j4 KERNELRELEASE=6.8.0-52-generic -C /lib/modules/6.8.0-52-generic/build M
=/var/lib/dkms/rtlwifi-new/0.6/build......(bad exit status: 2)
ERROR (dkms apport): binary package for rtlwifi-new: 0.6 not found
Error! Bad return status for module build on kernel: 6.8.0-52-generic (x86_64)
Consult /var/lib/dkms/rtlwifi-new/0.6/build/make.log for more information.
dkms autoinstall on 6.8.0-52-generic/x86_64 failed for rtlwifi-new(10)
Error! One or more modules failed to install during autoinstall.
Refer to previous errors for more information.
* dkms: autoinstall for kernel 6.8.0-52-generic
...fail!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 11
dpkg: erreur de traitement du paquet linux-image-6.8.0-52-generic (--configure)
:
le sous-processus paquet linux-image-6.8.0-52-generic script post-installation
installé a renvoyé un état de sortie d'erreur 11
Aucun rapport « apport » écrit car MaxReports a déjà été atteint
Des erreurs ont
été rencontrées pendant l'exécution :
linux-headers-6.8.0-50-generic
linux-headers-6.8.0-52-generic
linux-headers-generic
linux-generic
linux-image-6.8.0-50-generic
linux-image-6.8.0-52-generic
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
E: Sub-process /usr/bin/dpkg returned an error code (1)
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#18 Le 30/01/2025, à 23:32
- ylag
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonsoir,
Pour plus d'info :
dkms status
A+
Hors ligne
#19 Le 30/01/2025, à 23:34
- xubu1957
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
@aux aidants
Faut-il s'inspirer aussi du cas du pilote dkms pour le Wi-Fi ?
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
En ligne
#20 Le 30/01/2025, à 23:42
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonsoir à tous,
Retour de :
dkms status
michel@michel-HP-Laptop-15-bs0xx:~$ dkms status
rtlwifi-new/0.6: added
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#21 Le 30/01/2025, à 23:43
- iznobe
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
ha , le voilà le soucis , c' est un pilote qui empeche la MAJ du dkms et donc du noyau ...
retour COMPLET et utilisable de commande | script montage partitions
MSI Z490A-pro , i7 10700 , 32 GB RAM .
Hors ligne
#22 Le 31/01/2025, à 07:32
- nany
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
ha , le voilà le soucis , c' est un pilote qui empeche la MAJ du dkms et donc du noyau ...
En effet.
Alors, je demande le retour de :
sudo dkms remove rtlwifi-new/0.6 --all
Puis à nouveau de :
sudo apt install -fy
Et, avant que j’oublie, le retour de :
sudo dpkg-reconfigure libdvd-pkg
Hors ligne
#23 Le 31/01/2025, à 09:14
- Tabor
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
Bonjour,
voici le retour de :
sudo dkms remove rtlwifi-new/0.6 --all
michel@michel-HP-Laptop-15-bs0xx:~$ sudo dkms remove rtlwifi-new/0.6 --all
[sudo] Mot de passe de michel :
Deleting module rtlwifi-new-0.6 completely from the DKMS tree.
michel@michel-HP-Laptop-15-bs0xx:~$
Retour de :
do apt install -fy
michel@michel-HP-Laptop-15-bs0xx:~$ sudo apt install -fy
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
dcmtk libdcmtk17t64 libglade2-0 libgtkmm-2.4-1t64 linux-headers-6.8.0-50
linux-headers-6.8.0-50-generic linux-image-6.8.0-50-generic
linux-modules-6.8.0-50-generic linux-modules-extra-6.8.0-50-generic
linux-tools-6.8.0-50 linux-tools-6.8.0-50-generic plocate python3-netifaces
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 24 non mis à jour.
6 partiellement installés ou enlevés.
Après cette opération, 0 o d'espace disque supplémentaires seront utilisés.
Paramétrage de linux-image-6.8.0-50-generic (6.8.0-50.51) ...
I: /boot/initrd.img.old is now a symlink to initrd.img-6.8.0-50-generic
Paramétrage de linux-headers-6.8.0-50-generic (6.8.0-50.51) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
* dkms: autoinstall for kernel 6.8.0-50-generic
...done.
Paramétrage de linux-headers-6.8.0-52-generic (6.8.0-52.53) ...
/etc/kernel/header_postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
* dkms: autoinstall for kernel 6.8.0-52-generic
...done.
Paramétrage de linux-image-6.8.0-52-generic (6.8.0-52.53) ...
I: /boot/initrd.img is now a symlink to initrd.img-6.8.0-52-generic
Paramétrage de linux-headers-generic (6.8.0-52.53) ...
Paramétrage de linux-generic (6.8.0-52.53) ...
Traitement des actions différées (« triggers ») pour linux-image-6.8.0-50-generi
c (6.8.0-50.51) ...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-50-generic
* dkms: autoinstall for kernel 6.8.0-50-generic
...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.8.0-50-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-52-generic
Found linux image: /boot/vmlinuz-6.8.0-50-generic
Found initrd image: /boot/initrd.img-6.8.0-50-generic
Found linux image: /boot/vmlinuz-6.8.0-49-generic
Found initrd image: /boot/initrd.img-6.8.0-49-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Found Windows Boot Manager on /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
Traitement des actions différées (« triggers ») pour linux-image-6.8.0-52-generi
c (6.8.0-52.53) ...
/etc/kernel/postinst.d/dkms:
* dkms: running auto installation service for kernel 6.8.0-52-generic
* dkms: autoinstall for kernel 6.8.0-52-generic
...done.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-6.8.0-52-generic
/etc/kernel/postinst.d/zz-update-grub:
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.8.0-52-generic
Found initrd image: /boot/initrd.img-6.8.0-52-generic
Found linux image: /boot/vmlinuz-6.8.0-50-generic
Found initrd image: /boot/initrd.img-6.8.0-50-generic
Found linux image: /boot/vmlinuz-6.8.0-49-generic
Found initrd image: /boot/initrd.img-6.8.0-49-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot
entries.
Found Windows Boot Manager on /dev/sdb1@/EFI/Microsoft/Boot/bootmgfw.efi
Adding boot menu entry for UEFI Firmware Settings ...
done
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.3.orig.tar.bz2: Réussi
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
michel@michel-HP-Laptop-15-bs0xx:~$
Retour de :
sudo dpkg-reconfigure libdvd-pkg
ichel@michel-HP-Laptop-15-bs0xx:~$ sudo dpkg-reconfigure libdvd-pkg~
dpkg-query: erreur: --status requiert un nom de paquet valable. « libdvd-pkg~ » ne l'est pas ; nom de paquet illégal dans la spécification « libdvd-pkg~ » : caractère « ~ » non autorisé (seuls les lettres, les chiffres et les caractères « -+._ » le sont)
Utiliser --help pour de l'aide sur la recherche de paquets.
/usr/sbin/dpkg-reconfigure: libdvd-pkg~ n'est pas installé
michel@michel-HP-Laptop-15-bs0xx:~$
Hors ligne
#24 Le 31/01/2025, à 09:17
- nany
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
OK. Donne maintenant le retour de :
sudo apt purge -y ?config-files
Hors ligne
#25 Le 31/01/2025, à 09:22
- nany
Re : (résolu) Problèmes après mise à jour de 2204 à 2404 écran noir
ichel@michel-HP-Laptop-15-bs0xx:~$ sudo dpkg-reconfigure libdvd-pkg~
Il n’y a pas de tilde (~) à la fin de la commande que j’ai indiquée.
Hors ligne