0

I'm using Ubuntu 14.04.

I'm getting this error

W: Failed to fetch http://ppa.launchpad.net/iaz/battery-status/ubuntu/dists/trusty/main/binary-amd64/Packages  404  Not Found
W: Failed to fetch http://ppa.launchpad.net/iaz/battery-status/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.

when I try this

sudo apt-get update

How do I fix this?

A.B.
  • 92,125
SY_13
  • 486
  • 4
  • 7
  • 22

1 Answers1

2

That PPA is no longer available. You should consider using another PPA to provide whatever app you want to install.

To remove this PPA, run the following two commands:

sudo rm /etc/apt/sources.list.d/iaz-battery-status*
sudo apt-get update
A.B.
  • 92,125
mchid
  • 44,904
  • 8
  • 102
  • 162