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

Error installing Ros Melodic

asked 2019-07-30 05:32:15 -0500

andre1wrona gravatar image

updated 2022-01-22 16:10:01 -0500

Evgeny gravatar image

I'm trying to install ROS Melodic on Linux Mint (based on Ubuntu bionic). I have configured my Ubuntu repositories and I have followed the installation guide. Should I install any package before ros melodic?

The error is the following, I am dealing with unmet dependencies:

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:
 ros-melodic-desktop : Depends: ros-melodic-common-tutorials but it is not going to be installed
                       Depends: ros-melodic-geometry-tutorials but it is not going to be installed
                       Depends: ros-melodic-robot but it is not going to be installed
                       Depends: ros-melodic-ros-tutorials but it is not going to be installed
                       Depends: ros-melodic-urdf-tutorial but it is not going to be installed
                       Depends: ros-melodic-visualization-tutorials but it is not going to be installed
                       Depends: ros-melodic-viz but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-11-20 03:55:03 -0500

Well, the standard output is not very informative, so to see what is wrong sometimes is useful to trace the installation process(it depends on what are used: apt-get or aptitude):

# apt-get -s -o Debug::pkgProblemResolver=yes install ros-melodic-desktop

or

# echo q | aptitude -s install ros-melodic-desktop

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-07-30 05:32:15 -0500

Seen: 487 times

Last updated: Jul 30 '19