Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 617  / 2 Years ago, wed, june 29, 2022, 3:16:42

When I run "$ dpkg -l linux-image" I get:



Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
un linux-image <none> (no description available)


What does it mean? I've been paranoid that my Ubuntu install thinks it's up to date when it's not, due to flaky WiFi connection at work when I was installing it...



But can anyone explain to me what the output of that command means? I wanna be able to troubleshoot things like this (assuming it is an actual problem) in the future.



Thanks in advance.


More From » 12.04

 Answers
4

There's nothing wrong with the output you see. As I mentioned in my comment, when I ran that command, I saw the same thing.

If you look elsewhere on the 'net using "dpkg -l linux-image" in a Google Search, you may find this question: Blocking kernel updates with dpkg. Then look at this answer there.

You'll see that the top five lines are exactly what you saw. The actual data depends on what you include after dpkg -l. By putting linux-image exactly, nothing was found for you or for me but if you try linux-image*, you'll get a more reassuring picture.



un  linux-image                        <none>                                        (no description available)
un linux-image-3.0 <none> (no description available)
rc linux-image-3.5.0-15-generic 3.5.0-15.23 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
rc linux-image-3.5.0-17-generic 3.5.0-17.28 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-18-generic 3.5.0-18.29 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-19-generic 3.5.0-19.30 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-21-generic 3.5.0-21.32 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-22-generic 3.5.0-22.34 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-3.5.0-23-generic 3.5.0-23.35 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
rc linux-image-extra-3.5.0-15-generic 3.5.0-15.23 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
rc linux-image-extra-3.5.0-17-generic 3.5.0-17.28 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
rc linux-image-extra-3.5.0-18-generic 3.5.0-18.29 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
rc linux-image-extra-3.5.0-19-generic 3.5.0-19.30 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-extra-3.5.0-21-generic 3.5.0-21.32 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-extra-3.5.0-22-generic 3.5.0-22.34 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-extra-3.5.0-23-generic 3.5.0-23.35 i386 Linux kernel image for version 3.5.0 on 32 bit x86 SMP
ii linux-image-generic 3.5.0.23.29 i386 Generic Linux kernel image
[10:21 PM] ~ $


Where un most like can be ignored and where ii means installed.


[#32692] Thursday, June 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
brasiplacar

Total Points: 314
Total Questions: 124
Total Answers: 97

Location: Dominican Republic
Member since Wed, Mar 17, 2021
3 Years ago
;