Results 1 to 4 of 4

Thread: Update Issues.

  1. #1
    Join Date
    Feb 2008
    Beans
    3

    Update Issues.

    I'm having problems with the update manager. When it tries to download and install the updates, it tels me

    "E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
    E: _cache->open() failed, please report."

    When I run "dpkg --configure -a" in the terminal it tells me

    "dpkg: requested operation requires superuser privilege"


    How do I get the update or the privilege to manually update?

    Thanks in advance for the help.

  2. #2
    Join Date
    Oct 2006
    Beans
    58,286

    Re: Update Issues.

    preface your command with sudo, eg

    Code:
    sudo dpkg --configure -a
    It will ask for your password, and give you the rights to run the command.

  3. #3
    Join Date
    Feb 2008
    Beans
    3

    Re: Update Issues.

    Thanks Again. I knew it was probably just something simple that I was or wasn't doing. But, I'm new to ubuntu. So, I get frustrated pretty easily.

  4. #4
    Join Date
    Oct 2008
    Location
    Barcelona
    Beans
    1
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Update Issues.

    Quote Originally Posted by howefield View Post
    preface your command with sudo, eg

    Code:
    sudo dpkg --configure -a
    It will ask for your password, and give you the rights to run the command.
    This helped me as well. Thanks.

Bookmarks

Posting Permissions

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