error with package manager ubuntu 8.04.1

Discussion in 'Linux - General discussion' started by MrPuffin, Aug 20, 2008.

  1. MrPuffin

    MrPuffin Regular member

    Joined:
    Aug 13, 2007
    Messages:
    231
    Likes Received:
    0
    Trophy Points:
    26
    when i try to download and install any thing with synaptic pckage manager or update manager i get this error

    Ubuntu 8.04.1 64 bit

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

    varnull Guest

    Why not do what it says?
     
  3. MrPuffin

    MrPuffin Regular member

    Joined:
    Aug 13, 2007
    Messages:
    231
    Likes Received:
    0
    Trophy Points:
    26
    im brand new to linux just installed it yesterday so i dont know exactly what to do
     
  4. varnull

    varnull Guest

    open a terminal.. and type

    Code:
    sudo dpkg --configure -a
    sudo apt-get update
    sudo apt-get upgrade
    then try add/remove again
     
    Last edited by a moderator: Aug 20, 2008

Share This Page