Não consigo fazer o download do wingide5 na minha VM kali_linux

0

Tudo bem, então eu postei um comentário sobre este tópico mais cedo, mas eu ainda não tenho nenhuma resposta, mas acho que tenho mais informações para vocês tentarem me ajudar. Então, meu problema é que quando tento baixar o WingIDE5 usando o código abaixo, isso acontece.

root@kali:~# dpkg -i ~/Downloads/wingide5_5.0.9-1_amd64.deb
(Reading database ... 323257 files and directories currently installed.)
Preparing to unpack .../wingide5_5.0.9-1_amd64.deb ...
Unpacking wingide5 (5.0.9-1) ...
dpkg: dependency problems prevent configuration of wingide5:
 wingide5 depends on libqt4-webkit (>=4.6.2); however:
  Package libqt4-webkit is not installed.

dpkg: error processing package wingide5 (--install):
 dependency problems - leaving unconfigured
Processing trigger for menu (2.1.47) ...
Errors were encountered while processing:
 wingide5

Então, da última vez que perguntei como resolver isso, alguém disse para instalar o libqt4-webkit usando o código

apt-get install libqt4-webkit

Eu usei esse código e ele me deu isso

root@kali:~# apt-get install libqt4-webkit
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libqt4-webkit is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libqtwebkit4

E: Package 'libqt4-webkit' has no installation candidate

Depois de ler isto eu fui e tentei instalar o "libqtwebkit4" e foi isso que aconteceu.

root@kali:~# apt-get install libqtwebkit4
Reading package lists... Done
Building dependency tree
Reading state information... Done
libqtwebkit4 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 wingide5 : depends: libqt4-webkit (>=4.6.2) but it is not installable
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Depois que eu fiz isso eu fui e fiz um 'apt-get -f install', ele removeu o wingide5, então agora que instalei o libqtwebkit4 eu tentei instalar o wingide5 novamente, mas ele ainda me dava os mesmos resultados de quando eu tentei instalar o wingide5 e ele me disse que eu precisava instalar o libqt4-webkit. Eu não sei como devo fazer o download, se você tiver alguma sugestão, por favor ajude, aprecie.

    
por user519178 17.02.2016 / 01:09

1 resposta

2

Eu encontrei o mesmo problema. Aparentemente, o libqt4-webkit está agora integrado no libqtwebkit4, então tudo que você precisa dele já está lá. Para instalar o wingide5 você tem duas opções:

  1. dpkg -i --ignore-depends = libqt4-webkit wingide5_5.0.9-1_amd64.dep
  2. Faça o download do pacote transitório libqt4-webkit do Debian aqui .
por 17.02.2016 / 13:13

Tags