got an error message and i can't seem to get ubuntu-bug program manager to work.

Asked by robb larson

i tried alt. f2, ubuntu-bug update manager and got another error message. the original error message was 'E: unable to parse package file /var/lib/apt/lists. ca.archive.ubuntu.com_ubuntu_dists_precise-updates_main_i18n_translation-en (1), E: the package lists or status file could not be parsed or opened.'

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Manfred Hampl
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#2

There seems to be a problem with the local copy of the package index (containg information about packages that can be installed).

To check for the details please do the following:

Open a terminal window (e.g. by simultaneously pressing ctrl-alt-t) and enter the following commands:

lsb_release -a
uname -a
sudo apt-get update
sudo apt-get upgrade

The third command will request that you to enter your password, please type it in, but you have to be aware that you will not get any feedback when doing so (no echo, not even '*' placeholders).

When this is done, select all output (by using the terminal window's menu entry "edit - select all"), copy it ("edit - copy") and paste everything into this question document that we can check.

Revision history for this message
robb larson (robb-g) said :
#3

thanks that did it!!! r

> Your question #236445 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/236445
>
> Status: Open => Needs information
>
> Manfred Hampl requested more information:
> There seems to be a problem with the local copy of the package index
> (containg information about packages that can be installed).
>
> To check for the details please do the following:
>
> Open a terminal window (e.g. by simultaneously pressing ctrl-alt-t) and
> enter the following commands:
>
> lsb_release -a
> uname -a
> sudo apt-get update
> sudo apt-get upgrade
>
> The third command will request that you to enter your password, please
> type it in, but you have to be aware that you will not get any feedback
> when doing so (no echo, not even '*' placeholders).
>
> When this is done, select all output (by using the terminal window's
> menu entry "edit - select all"), copy it ("edit - copy") and paste
> everything into this question document that we can check.
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/236445
>
> You received this question notification because you asked the question.
>

When the Nazis came for the communists,
I remained silent;
I was not a communist.

When they locked up the social democrats,
I remained silent;
I was not a social democrat.

When they came for the trade unionists,
I did not speak out;
I was not a trade unionist.

When they came for the Jews,
I remained silent;
I wasn't a Jew.

When they came for me,
there was no one left to speak out.

Revision history for this message
Best Manfred Hampl (m-hampl) said :
#4

If the issue has been resolved, please mark this question as "solved".
In case you still have problems with updating please post the output of the commands given in reponse #2.

Revision history for this message
robb larson (robb-g) said :
#5

Thanks Manfred Hampl, that solved my question.