Saturday, January 18, 2014

Error Saat Instal MySQL WorkBench Community Edition

sekarang saat nya instal MySQL WorkBench Community Edition, pakai perintah ini:

sudo dpkg -i mysql-workbench-community-6.0.8-1ubu1204-i386.deb

sebelumnya download dulu ya paket ini:

mysql-workbench-community-6.0.8-1ubu1204-i386.deb

pas instal nemu error ini:

dpkg: dependency problems prevent configuration of mysql-workbench-community:
mysql-workbench-community depends on libatkmm-1.6-1 (>= 2.22.1); however:
Package libatkmm-1.6-1 is not installed.
mysql-workbench-community depends on libctemplate0; however:
Package libctemplate0 is not installed.
mysql-workbench-community depends on libglibmm-2.4-1c2a (>= 2.32.0); however:
Package libglibmm-2.4-1c2a is not installed.
mysql-workbench-community depends on libgtkmm-2.4-1c2a (>= 1:2.24.0); however:
Package libgtkmm-2.4-1c2a is not installed.
mysql-workbench-community depends on libpangomm-1.4-1 (>= 2.27.1); however:
Package libpangomm-1.4-1 is not installed.
mysql-workbench-community depends on libpcrecpp0 (>= 7.7); however:
Package libpcrecpp0 is not installed.
mysql-workbench-community depends on libsigc++-2.0-0c2a (>= 2.0.2); however:
Package libsigc++-2.0-0c2a is not installed.
mysql-workbench-community depends on libtinyxml2.6.2; however:
Package libtinyxml2.6.2 is not installed.
mysql-workbench-community depends on python-paramiko; however:
Package python-paramiko is not installed.
mysql-workbench-community depends on python-pysqlite2; however:
Package python-pysqlite2 is not installed.
dpkg: error processing mysql-workbench-community (--install):
dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme ...
Processing triggers for shared-mime-info ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Errors were encountered while processing:
mysql-workbench-community

ternyata mesti instal dulu:

libatkmm-1.6-1

pakai perintah:

sudo apt-get install libatkmm-1.6-1

muncul lagi error ini:

The following packages have unmet dependencies:
libatkmm-1.6-1 : Depends: libglibmm-2.4-1c2a (>= 2.30.0) but it is not going to be installed
Depends: libsigc++-2.0-0c2a (>= 2.0.2) but it is not going to be installed
mysql-workbench-community : Depends: libctemplate0 but it is not going to be installed
Depends: libglibmm-2.4-1c2a (>= 2.32.0) 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: libpangomm-1.4-1 (>= 2.27.1) but it is not going to be installed
Depends: libpcrecpp0 (>= 7.7) but it is not going to be installed
Depends: libsigc++-2.0-0c2a (>= 2.0.2) but it is not going to be installed
Depends: libtinyxml2.6.2 but it is not going to be installed
Depends: python-paramiko but it is not going to be installed
Depends: python-pysqlite2 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

mesti jalankan perintah:

sudo apt-get -f install

No comments:

Post a Comment

please, write your comment about this article