ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You have a package conflict at a lower level. You'll need to recursively try each dependency which complains until you find the lowest level conflict and resolve that.

apt-get is surprisingly unhelpful doing this. Each time you get an error like that try to explicitly install each of the Depends entries, until you find the problem when it gives a useful error message.

You have a package conflict at a lower level. You'll need to recursively try each dependency which complains until you find the lowest level conflict and resolve that.

apt-get is surprisingly unhelpful doing this. Each time you get an error like that try to explicitly install each of the Depends entries, until you find the problem when it gives a useful error message.

You can use sudo apt-get install -o Debug::pkgProblemResolver=yes <package> to get more details from apt.