Instalando o mysql-workbench do teste ppa (Jessie) em Wheezy

1

Eu gostaria de instalar alguns pacotes da ramificação de teste sem alternar para ele, se possível. Os grandes pacotes são coisas como xfce4 e mysql-workbench . Eu fiz isso fazendo um arquivo testing.list contendo as fontes deb para jessie / testing. Infelizmente, sempre que eu tento instalar um pacote grande da ramificação de teste, o seguinte acontece:

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

Resultados em

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.

Eu tentei soluções genéricas como sudo apt-get -f install , mas sem sorte. Alguém pode ajudar?

    
por Sem 16.07.2014 / 14:30

1 resposta

-1

Tente isto:

aptitude update
aptitude install mysql-workbench
    
por 30.11.2014 / 00:57

Tags