zoukankan      html  css  js  c++  java
  • 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无敌啊。。。

  • 相关阅读:
    第八章 对象
    第七章 压缩列表
    第六章 整数集合
    Java中的Unsafe
    站在Java的角度看LinkedList
    Java内部类详解
    浅析Java中的final关键字
    ConcurrentHashMap
    阻塞队列
    线程池的使用和实现
  • 原文地址:https://www.cnblogs.com/juandx/p/3892685.html
Copyright © 2011-2022 走看看