Como posso fazer downgrade da libgtkmm-2.4-1v5 para a libgtkmm-2.4-1c2a?

0

Eu tenho uma instalação que está exigindo libgtkmm-2.4-1c2a como dependência, embora apt-get não a tenha. apt-get sugeriu libgtkmm-2.4-1v5 , mas isso não funciona.

Estou executando o Ubuntu 16. Como faço o downgrade?

EDITAR:

Ubuntu 16.04 LTS

Saída de apt-cache policy libgtkmm-2.4-1v5 :

libgtkmm-2.4-1v5:
  Installed: 1:2.24.4-2
  Candidate: 1:2.24.4-2
  Version table:
 *** 1:2.24.4-2 500
        500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
        100 /var/lib/dpkg/status

saída de sudo apt-get check :

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libflycapturegui2 : Depends: libgtkmm-2.4-1c2a but it is not installable
                     Depends: libglademm-2.4-1c2a but it is not installable
 libflycapturegui2-dev : Depends: libgtkmm-2.4-1c2a but it is not installable
                         Depends: libglademm-2.4-1c2a but it is not installable

executando apt-get -f install fez isso:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  libflycapturegui2 libflycapturegui2-dev
0 upgraded, 0 newly installed, 2 to remove and 146 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 217420 files and directories currently installed.)
Removing libflycapturegui2-dev (2.9.3.43) ...
Removing libflycapturegui2 (2.9.3.43) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...

após o qual sudo apt-get check fornece:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
    
por user391339 03.12.2017 / 22:03

2 respostas

0

libgtkmm-2.4-1c2a não está disponível em 16.04, como você pode ver. Ele está disponível em 14.04, portanto você pode instalar o 14.04 ou pedir aos mantenedores do pacote que você está tentando instalar para fornecer um pacote compatível com o 16.04.

    
por fkraiem 04.12.2017 / 10:59
0

O flycap-2.11.3.121_amd64.deb , disponível na página do github do RhobanDeps, é compatível com o 16.04. O leiame sugere o uso do 16.04 com as seguintes dependências.

% bl0ck_qu0te%

Eles podem ser instalados por sudo apt-get install libraw1394-11 libgtkmm-2.4-dev libglademm-2.4-dev libgtkglextmm-x11-1.2-dev libusb-1.0-0 .

    
por J. Starnes 15.12.2017 / 09:16