Cannot install dh-autoreconf - dependency loop [duplicate]
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
This question already has an answer here:
Unable to correct problems, you have held broken packages
6 answers
E: Unable to correct problems, you have held broken packages
4 answers
I am trying to install the Paper theme on my Ubuntu (16.04 Xenial) by cloning the repository and then running ./autogen.sh
as adviced. This is what I get:
$ ./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.
What can I do to solve this issue ?
P.S.: I hope I am not making a mistake by calling this a "dependency loop". It just seems the best designation.
apt package-management software-installation dependencies deb
marked as duplicate by Melebius, Eric Carvalho, karel, user535733, Community⦠Jun 8 at 11:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
Unable to correct problems, you have held broken packages
6 answers
E: Unable to correct problems, you have held broken packages
4 answers
I am trying to install the Paper theme on my Ubuntu (16.04 Xenial) by cloning the repository and then running ./autogen.sh
as adviced. This is what I get:
$ ./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.
What can I do to solve this issue ?
P.S.: I hope I am not making a mistake by calling this a "dependency loop". It just seems the best designation.
apt package-management software-installation dependencies deb
marked as duplicate by Melebius, Eric Carvalho, karel, user535733, Community⦠Jun 8 at 11:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
3
Regardless of your dependency issues, I suspect the package you actually need to install isautoconf
(which provides/usr/bin/autoreconf
) rather thandh-autoreconf
(which provides/usr/bin/dh_autoreconf
)
â steeldriver
Jun 5 at 11:16
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
Unable to correct problems, you have held broken packages
6 answers
E: Unable to correct problems, you have held broken packages
4 answers
I am trying to install the Paper theme on my Ubuntu (16.04 Xenial) by cloning the repository and then running ./autogen.sh
as adviced. This is what I get:
$ ./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.
What can I do to solve this issue ?
P.S.: I hope I am not making a mistake by calling this a "dependency loop". It just seems the best designation.
apt package-management software-installation dependencies deb
This question already has an answer here:
Unable to correct problems, you have held broken packages
6 answers
E: Unable to correct problems, you have held broken packages
4 answers
I am trying to install the Paper theme on my Ubuntu (16.04 Xenial) by cloning the repository and then running ./autogen.sh
as adviced. This is what I get:
$ ./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.
What can I do to solve this issue ?
P.S.: I hope I am not making a mistake by calling this a "dependency loop". It just seems the best designation.
This question already has an answer here:
Unable to correct problems, you have held broken packages
6 answers
E: Unable to correct problems, you have held broken packages
4 answers
apt package-management software-installation dependencies deb
asked Jun 5 at 11:10
![](https://i.stack.imgur.com/P0QwG.jpg?s=32&g=1)
![](https://i.stack.imgur.com/P0QwG.jpg?s=32&g=1)
D_Esc
1012
1012
marked as duplicate by Melebius, Eric Carvalho, karel, user535733, Community⦠Jun 8 at 11:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Melebius, Eric Carvalho, karel, user535733, Community⦠Jun 8 at 11:57
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
3
Regardless of your dependency issues, I suspect the package you actually need to install isautoconf
(which provides/usr/bin/autoreconf
) rather thandh-autoreconf
(which provides/usr/bin/dh_autoreconf
)
â steeldriver
Jun 5 at 11:16
add a comment |Â
3
Regardless of your dependency issues, I suspect the package you actually need to install isautoconf
(which provides/usr/bin/autoreconf
) rather thandh-autoreconf
(which provides/usr/bin/dh_autoreconf
)
â steeldriver
Jun 5 at 11:16
3
3
Regardless of your dependency issues, I suspect the package you actually need to install is
autoconf
(which provides /usr/bin/autoreconf
) rather than dh-autoreconf
(which provides /usr/bin/dh_autoreconf
)â steeldriver
Jun 5 at 11:16
Regardless of your dependency issues, I suspect the package you actually need to install is
autoconf
(which provides /usr/bin/autoreconf
) rather than dh-autoreconf
(which provides /usr/bin/dh_autoreconf
)â steeldriver
Jun 5 at 11:16
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
3
Regardless of your dependency issues, I suspect the package you actually need to install is
autoconf
(which provides/usr/bin/autoreconf
) rather thandh-autoreconf
(which provides/usr/bin/dh_autoreconf
)â steeldriver
Jun 5 at 11:16