when I do sudo apt-get update
I get these errors,
Err http://ppa.launchpad.net trusty/main amd64 Packages 404 Not Found
Err http://ppa.launchpad.net trusty/main i386 Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/adilson/experimental/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/adilson/experimental/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 no idea what launchpad is. what this error is? what this error points to?
How can I remove this error?
Thanks.
/etc/apt/sources.list.d/
? If so (and they end in.list
), these files are additional repositories thatapt
can get packages from. One of these is likely to be the PPA that is referenced above. – saiarcot895 Aug 05 '14 at 18:32adilson
andexperimental
. I don't remember the exact formatting of the names, so I can't give you a file name here. – saiarcot895 Aug 07 '14 at 14:28