mysql-workbench
/usr/lib/mysql-workbench/mysql-workbench-bin: error while loading shared libraries: libgdkmm-2.4.so.1: cannot open shared object file: No such file or directory运行mysql-workbench命令行时会出现此错误。如何解决这个问题?

发布于 2018-07-30 08:52:13
它看起来像是mysql-workbench的依赖包损坏了,现在丢失了一个文件。根据packages.ubuntu.com,您需要重新安装一个包含libgdkmm-2.4.so.1的包:
sudo apt-get install --reinstall libgtkmm-2.4-1v5https://askubuntu.com/questions/1060699
复制相似问题