2

Im was trying to do the update command sudo apt-get update and the error comes. Whats wrong? Please help me.

Error:

W: mistake by getting ppa.launchpad.net/aapo-rantalainen/games/ubuntu/dists/vivid/… 404 not Found 
E: Some index files failed to download. They have been ignored or old used in their place .# 
JoKeR
  • 6,972
  • 9
  • 43
  • 65

1 Answers1

2

The PPA ppa:aapo-rantalainen/games has no Vivid packages.

Remove the PPA:

sudo rm /etc/apt/sources.list.d/aapo-rantalainen-ubuntu-games-vivid.list
sudo apt-get update
A.B.
  • 90,397