博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu workbench
阅读量:7124 次
发布时间:2019-06-28

本文共 888 字,大约阅读时间需要 2 分钟。

先安装环境

sudo apt-get install python-paramiko

sudo apt-get install python-pysqlite2

当然mysql要装好

还要装

sudo apt-get install libmysqlclient-dev

 

下载 

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

转载地址:http://sjael.baihongyu.com/

你可能感兴趣的文章
js函数
查看>>
access token
查看>>
爬虫神器pyppeteer,对 js 加密降维打击
查看>>
吃鸡数据不完全分析
查看>>
iOS上下联动框架(Swift)
查看>>
Android RxJava之变换操作符(三)
查看>>
高性能 Web 缓存服务器 nuster 1.7.9.4 发布
查看>>
Java中基本类型占字节数以及Uint32的意思
查看>>
java后台框架 springmvc整合mybatis框架源码 java图片爬虫 bootstrap html5
查看>>
APK体积优化的一些总结
查看>>
Timer机制源码浅析
查看>>
javaScript之Location,Navigator,History
查看>>
RocketMQ中使用SQL92过滤消息
查看>>
Vue入门指南-02自定义全局和局部指令 (快速上手vue)
查看>>
Python知识点总结篇(一)
查看>>
介绍一款Java的方法入参校验工具
查看>>
三星7.0以上系统如何无需ROOT激活Xposed框架的步骤
查看>>
不借助第三个变量交换 a,b两个值
查看>>
[深入SystemUI]-了解recents的启动流程(一)
查看>>
Android线程池的原理以及项目中实践
查看>>