0

I have a ppa update error message:

W:Failed to fetch http://ppa.launchpad.net/upubuntu-com/office/ubuntu/dists/trusty/main/binary-i386/Packages  404  Not Found
E:Some index files failed to download. They have been ignored, or old ones used instead.

I have found several post on how to remove ppa's but they all require the ppa name. I know it might sound stupid, but I do not know what is the name of the faulty ppa.

Regards

Ravan
  • 9,567
frepie
  • 585
  • 2
  • 8
  • 32

1 Answers1

1

The PPA has the name

ppa:upubuntu-com/office

There is a matching list file in your /etc/apt/sources.list.d/.

Remove the file

sudo rm /etc/apt/sources.list.d/upubuntu-com-ubuntu-office-trusty.list

and run

sudo apt-get update
A.B.
  • 92,125