The instructions @ericklan posted are on the right track, though they aren't quite clear to me and seem to recommend more than is necessary. I pieced together the answer from the above and a helpful post in the bug thread. These are the steps I took to correct this: Back up...
Install phpMyAdmin on Ubuntu You can install PHPMyAdmin from the Ubuntu repos. You can do this by update the local references and then use the apt packaging system to pull download the files and install them on our Linux: sudo apt-get update sudo apt-get install phpmyadmin restart Apache  with the following cmd: service apache2 restart Verify...
Kernel-based Virtual Machine (KVM) is a virtualization module for the Linux kernel that turns it into a hypervisor. How can I install KVM with bridged networking, setup guest operating system as the back-end virtualization technology for non-graphic Ubuntu Linux 16.04 LTS server? You can use KVM to run multiple operating...