I'm trying to install VLC on Ubuntu by using the following commands:
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install vlc
After trying to run the first command, an error is thrown:
E: Some index files failed to download. They have been ignored, or old ones used instead.
After running the second second command it gives another error:
E: Unable to correct problems, you have held broken packages.
What to do?