先安装环境

sudo apt-get install python-paramiko
sudo apt-get install python-pysqlite2

当然mysql要装好

还要装

sudo apt-get install libmysqlclient-dev

 

下载 MySQL Workbench

wb@ubuntu:~/Downloads$ sudo dpkg -i mysql-workbench-community-6.1.7-1ubu1204-amd64.deb 

就ok了 

 

但是我装过程中提示出错,少装了什么东西。。。

 

 

Virtual packages like 'mysql-workbench-gpl' can't be removed
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
mysql-workbench-community : Depends: libctemplate0 but it is not going to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but it is not going to be installed
Depends: libtinyxml2.6.2 but it is not going to be installed
Depends: libzip2 (>= 0.10) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

 

然后我就按照提示
wb@ubuntu:~/Downloads$ sudo apt-get -f install

就把这些东西装好了。。。。哎,,,apt-get无敌啊。。。

相关文章:

  • 2021-08-02
  • 2022-12-23
  • 2021-12-03
  • 2021-09-25
  • 2021-07-05
猜你喜欢
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
  • 2022-03-09
  • 2021-05-27
  • 2022-12-23
相关资源
相似解决方案