Ubuntu 19.04 (Disco Dingo) does not have a package for MySQL Workbench. It was difficult to build from source. I don’t even remember what I did. But once I built it, I saved the source tree in a zipfile. Then in the build directory, wb-build, I copied the Makefile to Makefile.install. I removed any dependencies from the install target. And then just ran ‘sudo make -f Makefile.install install’ on all the 19.04 machines. Here is the zipfile.