I cant download updates

Asked by john

I keep getting a message to manually do something to fix the problem??????

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
Savvas Radevic
Solved:
Last query:
Last reply:
Revision history for this message
Matt Darcy (matt-darcy) said :
#1

tell us what the problem is, and what the message you are getting is.

Revision history for this message
creat0r (thomas-tdt) said :
#2

run this from terminal or hit ALT F2 and type in

sudo dpkg --configure -a

hit run.. this will check for broken packages, failed installs and recompile them to try repairing.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

Press ctrl+alt+f2 to get terminal access...
make login with your user and password...
when you type the password you will not see any chars on the screen, then press enter...

Then type:

sudo dpkg --configure -a

sudo will ask you a password give your user password... you will not see any chars on the screen, then press enter...

sudo apt-get update
sudo apt-get upgrade

then to rebbot your pc type:

sudo reboot

Hope this helps

Revision history for this message
john (johnandnina3) said :
#4

First of all, thank you for your help. I did exactly what you said in this email step by step in the order you gave and it did not work.

--- On Tue, 12/30/08, marcobra <email address hidden> wrote:
From: marcobra <email address hidden>
Subject: Re: [Question #55764]: I cant download updates
To: <email address hidden>
Date: Tuesday, December 30, 2008, 12:18 AM

Your question #55764 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764

marcobra proposed the following answer:
Press ctrl+alt+f2 to get terminal access...
make login with your user and password...
when you type the password you will not see any chars on the screen, then press
enter...

Then type:

sudo dpkg --configure -a

sudo will ask you a password give your user password... you will not
see any chars on the screen, then press enter...

sudo apt-get update
sudo apt-get upgrade

then to rebbot your pc type:

sudo reboot

Hope this helps

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
john (johnandnina3) said :
#5

yes. still getting the same message.

--- On Tue, 12/30/08, john <email address hidden> wrote:
From: john <email address hidden>
Subject: Re: [Question #55764]: I cant download updates
To: <email address hidden>
Date: Tuesday, December 30, 2008, 12:39 AM

Your question #55764 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764

    Status: Answered => Open

You are still having a problem:
First of all, thank you for your help. I did exactly what you said in
this email step by step in the order you gave and it did not work.

--- On Tue, 12/30/08, marcobra <email address hidden>
wrote:
From: marcobra <email address hidden>
Subject: Re: [Question #55764]: I cant download updates
To: <email address hidden>
Date: Tuesday, December 30, 2008, 12:18 AM

Your question #55764 on update-manager in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764

marcobra proposed the following answer:
Press ctrl+alt+f2 to get terminal access...
make login with your user and password...
when you type the password you will not see any chars on the screen, then press
enter...

Then type:

sudo dpkg --configure -a

sudo will ask you a password give your user password... you will not
see any chars on the screen, then press enter...

sudo apt-get update
sudo apt-get upgrade

then to rebbot your pc type:

sudo reboot

Hope this helps

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764/+confirm?answer_id=2

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+source/update-manager/+question/55764

You received this question notification because you are a direct
subscriber of the question.

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Best Savvas Radevic (medigeek) said :
#6

Are you using Ubuntu/Gnome ?
If so, go to: Applications > Accessories > Terminal
Execute these commands:
sudo apt-get update
sudo dpkg --configure -a
sudo apt-get -f upgrade
sudo apt-get update

Reply with the full output.

Revision history for this message
john (johnandnina3) said :
#7

It worked! thank you ALL for your help.