Announcement

Collapse
No announcement yet.

[SOLVED] console problem

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

    [SOLVED] console problem

    Hi, I'm new man here, and relatively new with a Kubuntu...and english is not exactly my primary language, so I'm really sorry for any of language mistakes

    now, problem

    When I try to run almost anything in console, it answers me with

    Code:
    E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correctthe problem.
    What should I do with that, any ideas ?

    thanks


    #2
    Re: console problem

    You should do exactly what it says.
    Code:
    sudo dpkg --configure -a
    You probably ran Kpackagekit through update-notifier and the upgrade did not complete. You need to complete it, so run that command. Then run
    Code:
    sudo aptitude update
    followed by
    Code:
    sudo aptitude -f install
    When those commands complete without error your system should be in decent shape.

    Comment


      #3
      Re: console problem

      I did exactly what you said, and now everything is ok

      Thank you

      Comment

      Working...
      X