I have Ubuntu 16.04 LTS running with PHP7 and phpmyadmin installed. However, I get a lot of deprecation notices like:
Depre
One more thing for the top answer; need to add
Include /etc/phpmyadmin/apache.conf
to
/etc/apache2/apache2.conf
and restart Apache:
/etc/init.d/apache2 restart