2

While using the command

sudo apt-get upgrade

I lost my internet. When I again used the command

sudo apt-get upgrade

I got the following error:

Unable to fetch some archives, maybe run apt-get update or try with --fix-missing

What to do? I am using 14.04 version.

David Foerster
  • 36,264
  • 56
  • 94
  • 147

1 Answers1

5

What happened when you tried:

sudo  apt-get update

Have you also tried:

sudo apt-get upgrade --fix-missing

It seems like it is trying to tell you how to fix the problem. Don't be afraid to give it a try. If it doesn't work, come back.

andrew.46
  • 38,003
  • 27
  • 156
  • 232
j.choas
  • 51
  • 1
    hey i restarted my system then used sudo apt-get update (worked fine) and then used sudo apt-get upgrade and this time it worked again , ,,, thank you :) – Siddharth Sekhar Jan 29 '16 at 15:34
  • Just glad you found something that worked. No worries. – j.choas Jan 29 '16 at 15:39
  • As you're a reputation 1 user: if this answers your question, don't forget to click the grey ☑ under the "0" at the left of this text to accept it, which means "yes, this answer is valid"! – David Foerster Jan 29 '16 at 20:56