Cannot install phpmyadmin on ubuntu 14.04 LTS
You can check xampp. It will install all of them. It is also available for ubuntu.
Download .run file and install it like this
chmod 755 xampp-linux-*-installer.run
sudo ./xampp-linux-*-installer.run
After this, you can run this like this.
sudo /opt/lampp/lampp start
And to stop
sudo /opt/lampp/lampp stop
This will run its command line tool. It also has its graphical tool. It can be run like this.
cd /opt/lampp
sudo ./manager-linux.run (or manager-linux-x64.run)