Announcement

Collapse
No announcement yet.

not upgrading Kernel?

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

    not upgrading Kernel?

    sudo apt-get upgrade gives me the following:
    The following packages have been kept back:
    linux-generic linux-headers-generic linux-image-generic
    0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
    frank@desktop:~$
    Hmm

    #2
    Re: not upgrading Kernel?

    Any packages held back are done so for a reason. Don't push it. But that said, what kernel are you booted into when you run the upgrade command?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: not upgrading Kernel?

      Just re-booted to make sure.. It's 2.6.32-21-generic

      Comment


        #4
        Re: not upgrading Kernel?

        Just to ensure the cache is up to date, run:
        Code:
        sudo apt-get update
        Then run:
        Code:
        sudo apt-get dist-upgrade
        (dist-upgrade is preferable to upgrade - see man apt-get for the info)
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment

        Working...
        X