can not down load all updates

Asked by keith

When i try to down load all updates it says "could not down load all files - try again or down load manually".....I have no idea how to down load manually-also i use yahoo messenger but each time i try to open it is continually trying to load??
Using Ubuntu Firefox - webbook

Keith
(please keep replies " idiot friendly"-not very good with comps)

Question information

Revision history for this message
nhasian (nhasian) said :
#1

does yahoo messenger work in linux? I just use pidgin in applications->internet and add all my IM accounts like yahoo, msn, googletalk, aol, etc.

what are you trying to update? ubuntu or firefox?

Revision history for this message
keith (micksdad) said :
#2

Im not sure if im using linux or pigin....i normaly just sign in to yahoo home and access messenger from there.

its ubuntu - now and then my webbook will ask to install automatic updates but when i have tried it says the following-
E:dpkg was interupted,you must manually run `dpkg--configure-a` to cprrect the problem

E: _cache->open()failed,please report

many thanks
keith

> To: <email address hidden>
> From: <email address hidden>
> Subject: Re: [Question #58235]: can not down load all updates
> Date: Wed, 21 Jan 2009 09:05:04 +0000
>
> Your question #58235 on firefox-3.0 in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/58235
>
> Status: Open => Needs information
>
> nhasian requested for more information:
> does yahoo messenger work in linux? I just use pidgin in
> applications->internet and add all my IM accounts like yahoo, msn,
> googletalk, aol, etc.
>
> what are you trying to update? ubuntu or firefox?
>
> --
> 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/+source/firefox-3.0/+question/58235
>
> You received this question notification because you are a direct
> subscriber of the question.

_________________________________________________________________
Cut through the jargon: find a PC for your needs.
http://clk.atdmt.com/UKM/go/130777504/direct/01/

Revision history for this message
nhasian (nhasian) said :
#3

ah okay so you use your web browser (firefox) to log into yahoo.com then in yahoo's website you open up their instant messaging interface. this might fix your firefox problem:

enter about:config and hit enter in firefox. then click the button that says "I'll be careful, i promise"

find general.useragent.vendor and change the value from "Ubuntu" to "firefox" without the quotes of course. this also fixes the hotmail problem too if you were experiencing that.

In addition to that, i recommend you use the Pidgin Instant Messenger in Applications->Internet and add your yahoo IM account in there. now you can send/receive Instant messages without having to open your web browser.

Tell pidgin to load automatically when ubuntu starts in System->Preferences->Sessions

finally to fix your automatic updates Open a Terminal from the menu Applications → Accessories → Terminal and type:
sudo dpkg--configure-a

Revision history for this message
keith (micksdad) said :
#4

Have tried to fix automatic updates as per your instructions.........keeps coming up "command not found"

as for accessing yahoo messenger - wouldnt have a clue where to enter config and hit firefox and click for "ill be carefull" etc.....tried using pidgin before and gave up trying....thats why i started to use yahoo messenger

i do appologise about my ignorence but am useless with technology

KM

> To: <email address hidden>
> From: <email address hidden>
> Subject: RE: [Question #58235]: can not down load all updates
> Date: Wed, 21 Jan 2009 21:24:41 +0000
>
> Your question #58235 on firefox-3.0 in ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/firefox-3.0/+question/58235
>
> Status: Open => Answered
>
> nhasian proposed the following answer:
> ah okay so you use your web browser (firefox) to log into yahoo.com then
> in yahoo's website you open up their instant messaging interface. this
> might fix your firefox problem:
>
> enter about:config and hit enter in firefox. then click the button that
> says "I'll be careful, i promise"
>
> find general.useragent.vendor and change the value from "Ubuntu" to
> "firefox" without the quotes of course. this also fixes the hotmail
> problem too if you were experiencing that.
>
> In addition to that, i recommend you use the Pidgin Instant Messenger in
> Applications->Internet and add your yahoo IM account in there. now you
> can send/receive Instant messages without having to open your web
> browser.
>
> Tell pidgin to load automatically when ubuntu starts in
> System->Preferences->Sessions
>
> finally to fix your automatic updates Open a Terminal from the menu Applications → Accessories → Terminal and type:
> sudo dpkg--configure-a
>
> --
> 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/firefox-3.0/+question/58235/+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/firefox-3.0/+question/58235
>
> You received this question notification because you are a direct
> subscriber of the question.

_________________________________________________________________
Choose the perfect PC or mobile phone for you
http://clk.atdmt.com/UKM/go/130777504/direct/01/

Revision history for this message
Launchpad Janitor (janitor) said :
#5

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
keith (micksdad) said :
#6

still unable to down load any updates

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

The "dpkg --configure -a" is asked by the system when a previous update/upgrade process have not completely performed good, and it must run with "root" privileged administrative user.
Using the "sudo" command we can do a command as "root" user, and "dpkg --configure -a" need be run from root user.
After the "dpkg --configure -a" command i add all the usual commands (see below) you can run to be sure your system became fully upgraded.

Please also subcribe this bug https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/108601/

Typing the commands as sudo the system will ask you for a password, please give your user password when requested, you don't see nothing when you type it, then press enter.

So please be sure your system is fully updated/upgraded with no pending packages or errors:

Open a Terminal from the menu Applications → Accessories → Terminal and type:
(if the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo dpkg --configure -a
sudo apt-get -f install
sudo apt-get --fix-missing install
sudo apt-get clean
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoremove

Hope this helps

Can you help with this problem?

Provide an answer of your own, or ask keith for more information if necessary.

To post a message you must log in.