Why can I not install Gphpedit? I get these errors:
Failed to fetch // 404 Not Found [IP: 91.189.92.190 80]
Failed to fetch // 404 Not Found [IP: 91.189.92.190 80]
Failed to fetch // 404 Not Found [IP: 91.189.92.190 80] 2 Answers
I seriously doubt its because of software source server problem, you can try to choose server for your country by opening software sources and changing Download from drop down.
now on a terminal type
sudo apt-get update && sudo apt-get install gphpedit
You are trying to install an outdated package that is not available anymore.
Resynchronize the package index files, for example by running
sudo apt-get updatefrom the command line and try again.