Wheezyのテストppa(Jessie)からmysql-workbenchをインストールします。

Wheezyのテストppa(Jessie)からmysql-workbenchをインストールします。

可能であれば、テストブランチに切り替えずにいくつかのパッケージをインストールしたいと思います。大きなパッケージはxfce4とのようなものですmysql-workbench。私はjessie / testのためのdebソースを含むtest.listファイルを生成することでこれをしました。残念ながら、テストブランチから大きなパッケージをインストールしようとするたびに、次のことが起こります。

  sem@debian:~$ sudo apt-get install mysql-workbench/testing

明らかにする

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Selected version '6.1.7+dfsg-1' (Debian:testing [amd64]) for 'mysql-workbench'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 mysql-workbench : Depends: libpango-1.0-0 (>= 1.18.0) but it is not going to be installed
                   Depends: libpangocairo-1.0-0 (>= 1.14.0) but it is not going to be installed
                   Depends: libstdc++6 (>= 4.9) but 4.7.2-5 is to be installed
                   Depends: python:any (>= 2.6.6-7~)
                   Depends: mysql-workbench-data (= 6.1.7+dfsg-1) but 5.2.40+dfsg-2 is to be installed
                   Depends: python-pyodbc (>= 2.1.8) but 2.1.7-1+b1 is to be installed
E: Unable to correct problems, you have held broken packages.

同様の一般的な解決策を試しましたが、sudo apt-get -f install運がありません。誰でも助けることができますか?

ベストアンサー1

この試み:

  aptitude update

  aptitude install mysql-workbench

おすすめ記事