sudo apt-get update W: Failed to fetch http://ppa.launchpad.net/tahutek-team/prozilla/ubuntu
/dists/wily/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/tahutek-team/prozilla/ubuntu/dists/wily/main
/binary-i386/Packages 404 Not Found
Asked
Active
Viewed 1,592 times
0
bfrguci
- 674
1 Answers
0
If you look at http://ppa.launchpad.net/tahutek-team/prozilla/ubuntu/dists/, you will see that they are not mirroring the wily distribution.
I'm not sure why your sources are set to point there though. You might want to either contact the mirror owner (https://launchpad.net/~tahutek-team), or update your sources.list file (found at /etc/apt/sources.list) to point to a valid wily repository.
You can use the instructions at How do I restore the default repositories? to reset your repositories to the default.
Phillip Remaker
- 371