0

In sudo apt-get update, I see this error

( W: Failed to fetch http://ppa.launchpad.net/upubuntu-com/multimedia/ubuntu/dists/trusty/main/binary-i386/Packages 
 404  Not Found).

How to solve my problems?

g_p
  • 19,034
  • 6
  • 59
  • 69
Crossing
  • 15
  • 1
  • 4

2 Answers2

0

The ppa does not provide packages for trusty. Take a look at your url

http://ppa.launchpad.net/upubuntu-com/multimedia/ubuntu/dists/

To hide/resolve the error, you should remove the ppa from Software Sources. I recommend using Y PPA Manager, it is handy.

If you need to install the packages provided by the ppa for trusty, you can check to see whether you can forcibly use a package from older distributions provided they work.

0

You need to remove that repository as it no longer exists.

Here is a related question that should help you

How to remove a repository?

Dreamwalker
  • 128
  • 12