1. Install the MySQL Workbench, prompting that the package is not installed libpng12-0
Download the MySQL Workbench 6.3.8 when installing the error:
sudo dpkg-i mysql-workbench-community-6.3. 8-1ubu1604-amd64.deb
Tip: Package libpng12-0 is not installed.
However, the use of sudo apt-get-f install after the error, and then find the download libpng12-0 address and install.
2. Download and install libpng12-0
Download libpng12-0 Address: https://packages.debian.org/zh-cn/wheezy/amd64/libpng12-0/download
Installation libpng12-0: sudo apt install./libpng12-0_1.2.49-1+deb7u2_amd64.deb
3. Reinstall MySQL Workbench
Reinstall the MySQL Workbench using the command "sudo dpkg-i mysql-workbench-community-6.3.8-1ubu1604-amd64.deb".
Finally, remember that in Ubuntu 16.10 to successfully install MySQL Workbench, it is important to re-download the installation libpng12-0.
Installing the MySQL Workbench in Ubuntu 16.10 does not install the package libpng12-0 error