ubuntu workbench

先安装环境

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无敌啊。。。

posted @ 2014-08-05 16:58  juandx  阅读(479)  评论(0编辑  收藏  举报