Kernel erneuert sich nicht. (erledigt)

Started by solo, 2023/03/07, 21:40:51

Previous topic - Next topic

solo

Hallo Leute,
das habe ich heute bekommen:
. . . linux-headers-siduction-amd64 ist schon die neueste Version (6.2-2.1).
Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
  linux-headers-6.2.2-1-siduction-amd64 linux-image-6.2.2-1-siduction-amd64
Verwenden Sie »apt autoremove«, um sie zu entfernen. . . .

habe den  Kernel 6.2.2.1 mit  apt intall linux-headers-siduction-amd64  hereingeholt, der aber nun wieder entfernt werden soll. kommt mir äußerst kurios vor.  im boot sehe ich nur kernel 6.1.14-1-siduction.amd64, der Kernel erneuert sich nicht.  :(
wie könnte eine Lösung aussehen ?
Gruß solo


The best thing about the future is
that it comes one day at a time.
(Abraham Lincoln)

towo


Quotewie könnte eine Lösung aussehen ?
Ganz ehrlich?

Ich verstehe NULL was eigentlich dein Problem ist.

Für automatische Kernel Updates werden 2 Pakete benötigt:

linux-image-siduction-amd64
linux-headers-siduction-amd64
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Mister00X

Ich verstehe dein Problem, die Antwort findet sich durch ein

$ apt list --installed linux-image-*
Auflistung... Fertig
linux-image-6.1.14-1-siduction-amd64/siduction,now 6.1-14 amd64 [installiert,automatisch-entfernbar]
linux-image-6.2.2-1-siduction-amd64/siduction,now 6.2-2 amd64 [installiert,automatisch-entfernbar]
linux-image-6.2.2-2-siduction-amd64/siduction,now 6.2-2.1 amd64  [Installiert,automatisch]
linux-image-6.2.2-3-siduction-amd64/siduction,now 6.2-2.2 amd64  [Installiert,automatisch]
linux-image-siduction-amd64/siduction,now 6.2-2.2 amd64  [installiert]

siehst du das linux-image-6.2.2-1* die Versionsnummer 6.2-2 hat und linux-image-6.2.2-2-* die Versionsnummer 6.2-2.1?

Das ist der Grund, linux-image-siduction-amd64 hat (bei mir) die Version 6.2-2.2 und hängt von linux-image-6.2.2-3-siductio-amd64 ab welches allerdings die Versionsnummer 6.2-2.2 hat. Apt schlägt dir also vor das Paket linux-image-6.2.2-1-siduction-amd64 zu entfernen, welches die Version 6.2-2 hat.

Hoffe das klärt das Ganze für dich auf. :)
Arguing that you don't care about the right to privacy because you have nothing to hide is no different than saying you don't care about free speech because you have nothing to say. – Edward Snowden

solo

danke, das war nachvollziehbar :)
Gruß solo
The best thing about the future is
that it comes one day at a time.
(Abraham Lincoln)