Cette question a déjà une réponse ici:
- Comment laisser 'dpkg -i' installer les dépendances pour moi? 10 réponses
Je suis en train d'installer MySQL Workbench sur ma boîte Ubuntu (11.04). Le site Web a un Ubuntu .deb disponible en téléchargement (pour 10.10 et 10.04, j'ai donc choisi 10.10).
Cependant,
sudo dpkg -i mysql-workbench-gpl-5.2.34-1ubu1010-amd64.deb
donne:
(Reading database ... 194069 files and directories currently installed.)
Preparing to replace mysql-workbench-gpl 5.2.34-1ubu1010 (using mysql-workbench-gpl-5.2.34-1ubu1010-amd64.deb) ...
Unpacking replacement mysql-workbench-gpl ...
dpkg: dependency problems prevent configuration of mysql-workbench-gpl:
mysql-workbench-gpl depends on libctemplate0; however:
Package libctemplate0 is not installed.
mysql-workbench-gpl depends on libpython2.6 (>= 2.6); however:
Package libpython2.6 is not installed.
mysql-workbench-gpl depends on libzip1 (>= 0.8); however:
Package libzip1 is not installed.
mysql-workbench-gpl depends on python-paramiko; however:
Package python-paramiko is not installed.
mysql-workbench-gpl depends on python-pysqlite2; however:
Package python-pysqlite2 is not installed.
dpkg: error processing mysql-workbench-gpl (--install):
dependency problems - leaving unconfigured
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for python-gmenu ...
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache...
Processing triggers for python-support ...
Errors were encountered while processing:
mysql-workbench-gpl
Ma question est, est-il un moyen de dire dpkg chercher automatiquement les dépendances manquantes , ou dois-je manuellement apt-get install
des paquets manquants comme libctemplate0 et libpython2.6?
(Ou bien, existe-t-il un autre moyen d’accéder facilement à MySQL Workbench?