Announcement

Collapse
No announcement yet.

dpkg --list | grep linux-image is showing things that are not installed

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    dpkg --list | grep linux-image is showing things that are not installed

    dpkg --list | grep linux-image is showing things that are not installed. This doesn't match what package manager shows is installed. Package manager show a lot less are installed. Any idea why?

    Code:
    dpkg --list | grep linux-image
    ii  linux-image-3.13.0-88-generic               3.13.0-88.135                           amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-3.13.0-96-generic               3.13.0-96.143                           amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-3.13.0-98-generic               3.13.0-98.145                           amd64        Linux kernel image for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.13.0-88-generic         3.13.0-88.135                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    rc  linux-image-extra-3.13.0-92-generic         3.13.0-92.139                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    rc  linux-image-extra-3.13.0-93-generic         3.13.0-93.140                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    rc  linux-image-extra-3.13.0-95-generic         3.13.0-95.142                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.13.0-96-generic         3.13.0-96.143                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-extra-3.13.0-98-generic         3.13.0-98.145                           amd64        Linux kernel extra modules for version 3.13.0 on 64 bit x86 SMP
    ii  linux-image-generic

    #2
    Listing packages uninstalled but which have residual config. i.e. not purged

    That is as it should be if they have that status.
    On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

    Comment


      #3
      Thanks

      Errrr yes you are right. I could have sworn I checked the residual config but I guess not.

      Originally posted by acheron View Post
      Listing packages uninstalled but which have residual config. i.e. not purged

      That is as it should be if they have that status.

      Comment

      Working...
      X