Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am reviewing the dpkg status file to see if there is an error that might be keeping me from upgrading. My first time of really looking at a log file, generates the following questions:

install ok installed seems to say this install went ok.

what is returned when the install is broken?

I have searched the ~45000 lines for error, broken, fail, without any success.

Thanks for any answers or suggestions.

share|improve this question

closed as not a real question by Jai, Ringtail, Tom Brossman, hhlp, fossfreedom Dec 9 '12 at 17:19

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

As I know if any install broken then dpkg will give you error code 1 and error code 2.

I know little bit about them . if configuring failed for that package then dpkg status error 1 will produce .

share|improve this answer
Thank you. However I need to locate the source of the error. Did you have a suggestion as to how to filter this list and locate the offending package? – mg92865 Nov 27 '12 at 18:07
hey yes automatically after error status it will show you what are the packages causing this problem . I'm in mobile now so I'm unable to provide the link but you can Google like dpkg error status 1 ubuntu . – Jai Nov 28 '12 at 2:13
Thanks, I will search and report back any further questions – mg92865 Dec 1 '12 at 17:05
Please close this question. Reinstalled instead of continuing to track down the problem. Thanks – mg92865 Dec 8 '12 at 14:31

Not the answer you're looking for? Browse other questions tagged or ask your own question.