I am trying to install lampp. But I am facing some problem about this. I am using ubuntu 16.04 and I used this command
sudo apt-get install lamp-server^
At the bottom of the terminal I am getting this
The following packages have unmet dependencies:
mysql-client-5.7 : Depends: mysql-common (>= 5.5)
mysql-server-5.7 : PreDepends: mysql-common (>= 5.5)
Depends: mysql-common (>= 5.6.22-1~)
E: Unable to correct problems, you have held broken packages.
After installation when I try to start lampp server by sudo /opt/lampp/lampp start
I get this: sudo: /opt/lmapp/lampp: command not found
What should I do?