0
W:Failed to fetch http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/vivid/main/binary-amd64/Packages  404  Not Found
W:Failed to fetch http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/vivid/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

This is the error output. What's reason for this and what is a good solution?

Zanna
  • 72,312

1 Answers1

1

The links you've attempted to connect to are broken or dead links, and so are no longer supported.

You can solve the issue by;
Installing ppa-purge: sudo apt-get install ppa-purge

...and removing the links:

sudo ppa-purge ppa:kirillshkrogalev/ffmpeg-next
TellMeWhy
  • 17,964
  • 41
  • 100
  • 142