1

I am new at this (Ubuntu) and I cannot get it to work. These were my steps:

sudo add-apt-repository ppa:brousselle/slowmovideo

Then:

sudo apt-get update

And I got this:

W: Failed to fetch http://ppa.launchpad.net/brousselle/slowmovideo/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
PiQ
  • 15

1 Answers1

1

As you can see in https://launchpad.net/~brousselle/+archive/ubuntu/slowmovideo, there is no slowmovideo package for Ubuntu 14.04 (Trusty). However, you get slowmovideo using the PPA at https://launchpad.net/~ichthyo/+archive/ubuntu/video instead by doing the following:

sudo add-apt-repository ppa:ichthyo/video
sudo apt-get update
sudo apt-get install slowmovideo
edwinksl
  • 24,109