Can't install Gphpedit

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 update

from the command line and try again.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like