Não é possível instalar o dh-autoreconf - loop de dependência [duplicado]

0

Estou tentando instalar o tema Paper no meu Ubuntu (16.04 Xenial) clonando o repositório e, em seguida, executando ./autogen.sh como indicado. Isso é o que eu recebo:

$ ./autogen.sh

./autogen.sh: 5: ./autogen.sh: autoreconf: not found

$ sudo apt-get install dh-autoreconf

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: dh-autoreconf : Depends: debhelper but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

$ sudo apt-get install debhelper

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: debhelper : Depends: dh-autoreconf (>= 12~) but 11 is to be installed

E: Unable to correct problems, you have held broken packages.

O que posso fazer para resolver este problema?

P.S .: Espero não estar cometendo um erro chamando isso de "loop de dependência". Parece apenas a melhor designação.

    
por D_Esc 05.06.2018 / 13:10

0 respostas