1

I am trying to install VLC from Ubuntu Software Center on Ubuntu 14.04. It always says that it failed to download the package and that I have to check my internet connection. I have no problem with my internet connection. Just before I tried to install VLC, I had installed other packages. I tried then " sudo apt-get update " and "sudo apt-get install --fix-missing", but the problem is sitill unsolved. What is the problem, and what are the possible solutions?

Moh Kha
  • 81
  • 2
  • 7

1 Answers1

1

One possible solution is opening Terminal and using the command

sudo apt-get install vlc

If that fails, update your question with the exact wording of any error message you receive. Also useful would be your particular version of linux (we could be looking at an issue with the repositories. For example, if you are using an older version you would need to update yours with the archived ones...or upgrade to a supported version of linux. This 'expiration' of given repositories happens fairly quickly. I once had one expire on me in the middle of an apt-get command....that was a bit messy but recoverable.).

Aren
  • 483
  • I am using Ubuntu 14.04. Using this command was not helpful, I got the following: E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?. – Moh Kha Nov 14 '15 at 04:59
  • And what happens when you use those suggested fixes? Do they solve your issue? – Aren Nov 14 '15 at 19:51
  • they were not helpful!. No thing changed. – Moh Kha Nov 14 '15 at 22:44