Unable to add software from Ubuntu Software Center. Get error message "Previous installation hasn't been completed.

Asked by n schafer

"The installation could have failed because of an error in the corresponding software package or it was cancelled in an unfriendly way. You have to repair this before you can install or remove any further software."

Any simple fix to this problem? Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Software Center Edit question
Assignee:
No assignee Edit question
Solved by:
George Standish
Solved:
Last query:
Last reply:
Revision history for this message
Best George Standish (george-standish-deactivatedaccount) said :
#1

In a terminal try running

   sudo apt-get -f install

to fix your "broken"/unfinished package.

Good luck,
George

Revision history for this message
n schafer (nick-schafer) said :
#2

It worked. Thank you.