I would want to have up running wamps server, php, and mySql on my Ubuntu desktop 17.10. However, I was failed with following:
sudo apt-get install apache2 mysql-server php5 php-pear php5-suhosin php5-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'php5' has no installation candidate
E: Unable to locate package php5-suhosin
E: Package 'php5-mysql' has no installation candidate
Any guidance to help sort out of this issued? I need to have wamps php and mySql for my php web application. Thanks in advanced for help.