Links e instalação de dependências de codelite

0

Eu sei que você pode marcar isso como uma "duplicata", mas não é. Todas as respostas sobre questões semelhantes estão desatualizadas ou não incluem realmente a instalação de dependências. dist-upgrade também não ajudou.

sudo apt-get install codelite wxcrafter

me dá os seguintes erros:

    The following packages have unmet dependencies:
 codelite : Depends: libglib2.0-0 (>= 2.41.1) but 2.40.2-0ubuntu1 is to be installed
            Depends: libhunspell-1.3-0 (>= 1.3.3) but 1.3.2-6ubuntu2 is to be installed
            Depends: xterm
            Depends: libedit-dev but it is not going to be installed
 libjbig0 : Breaks: libjbig0:i386 (!= 2.0-2ubuntu4.1) but 2.0-2ubuntu1 is to be installed
 libjbig0:i386 : Breaks: libjbig0 (!= 2.0-2ubuntu1) but 2.0-2ubuntu4.1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Estou procurando links para dependências ou qualquer outra solução. Obrigado

EDITAR:

Eu tentei sudo apt-get -f install e ele relatou alguns pacotes quebrados ( libjbig0 e libjbig0:i386 ), então forcei a remoção deles e agora

sudo apt-get install codelite wxcrafter

me dá o seguinte:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
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:
 codelite : Depends: libglib2.0-0 (>= 2.41.1) but 2.40.2-0ubuntu1 is to be installed
            Depends: libhunspell-1.3-0 (>= 1.3.3) but 1.3.2-6ubuntu2 is to be installed
E: Unable to correct problems, you have held broken packages.

Eu tentei encontrar esses "pacotes quebrados" mas sem sucesso.

sudo apt-get -f install

me dá:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

"0 não atualizado" - parece bom, certo?

    
por curusarn 07.04.2015 / 00:04

1 resposta

0

Eu precisava adicionar trusty repository em vez de utopic one.
Para instalar a codelite, siga as instruções na página de instalação oficial da codelite
exceto para: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ trusty universe'

execute isto: sudo apt-add-repository 'deb http://repos.codelite.org/ubuntu/ utopic universe'

    
por curusarn 19.04.2015 / 17:49