Find the answer to your Linux question:
Results 1 to 8 of 8
I have been getting a message from update manager saying that not all updates can be installed. It gives me the option of partial upgrade or close. If I choose ...
  1. #1
    Just Joined!
    Join Date
    Jul 2011
    Posts
    4

    Not all updates can be installed

    I have been getting a message from update manager saying that not all updates can be installed. It gives me the option of partial upgrade or close. If I choose partial upgrade nothing happens. If I choose close it says software index is broken and tells me to run sudo apt-get install -f in a terminal. When I do this it attempts to remove linux-image-2.6.35-28-generic but fails. I can not get any updates. Can anyone please help? Thanks

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome. Sometimes, you need to reboot before updates can occur. I'm not sure if this is the case for you but kernel upgrades can be problematic because it sometimes wants to remove the kernel you are using. So I suggest rebooting and then try updating again.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Jul 2011
    Posts
    4
    Thanks for your reply. I have had this problem about a week now. Every time I start my computer up I get the same message after about 1 minute.

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Welcome aboard!

    Does your system give you any information on what updates are not completing?
    Is there a details button in the dialog box that pops up?

    If not, open up a terminal, execute:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    Post any errors you get here.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Just Joined!
    Join Date
    Jul 2011
    Posts
    4
    There is no information what the updates are and no details button.
    This is the part with the errors after executing sudo apt-get update and then sudo apt-get upgrade.

    Removing linux-image-2.6.35-28-generic ...
    Examining /etc/kernel/postrm.d .
    run-parts: executing /etc/kernel/postrm.d/initramfs-tools 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic
    run-parts: executing /etc/kernel/postrm.d/zz-update-grub 2.6.35-28-generic /boot/vmlinuz-2.6.35-28-generic
    /etc/default/grub: 35: Syntax error: EOF in backquote substitution
    run-parts: /etc/kernel/postrm.d/zz-update-grub exited with return code 2
    Failed to process /etc/kernel/postrm.d at /var/lib/dpkg/info/linux-image-2.6.35-28-generic.postrm line 328.
    dpkg: error processing linux-image-2.6.35-28-generic (--remove):
    subprocess installed post-removal script returned error exit status 1
    Errors were encountered while processing:
    linux-image-2.6.35-28-generic
    E: Sub-process /usr/bin/dpkg returned an error code (1)

    I am not sure what any of this means. Thanks for your help.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Jul 2011
    Posts
    4
    Brilliant!!! That has sorted it. Thank you.

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Glad to hear you got it sorted!
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...