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

can't install ros-electric-ros-full

asked 2012-01-19 05:39:20 -0500

updated 2014-01-28 17:11:09 -0500

ngrennan gravatar image

I was having an issue where I upgraded something, which caused ros-electric-geometry to get removed. I went to reinstall it with apt-get, and it wouldn't install (said it depended on something that wasn't going to be installed), so I removed ALL of my ROS stuff (purge, autoremove, update). Now when I try to install ros-full, I get:

The following packages have unmet dependencies:
 ros-electric-ros-full : Depends: ros-electric-rx (= 1.6.1-s1323597255~natty) but it is not going to be installed
                         Depends: ros-electric-ros-comm (= 1.6.6-s1323590699~natty) but it is not going to be installed
                         Depends: ros-electric-documentation (= 1.4.3-s1323617999~natty) but it is not going to be installed

If I follow the chain of unmet dependences through, I eventually get here:

$ sudo apt-get install krb5-multidev
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 resolve the situation:

The following packages have unmet dependencies:
 krb5-multidev : Depends: libkrb5-3 (= 1.8.3+dfsg-5ubuntu2) but 1.8.3+dfsg-5ubuntu2.1 is to be installed
                 Depends: libk5crypto3 (= 1.8.3+dfsg-5ubuntu2) but 1.8.3+dfsg-5ubuntu2.1 is to be installed
                 Depends: libgssapi-krb5-2 (= 1.8.3+dfsg-5ubuntu2) but 1.8.3+dfsg-5ubuntu2.1 is to be installed

I've seen problems like this before, but haven't had luck with any of the solutions out there. Any ideas?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-01-19 07:13:54 -0500

I was able to resolve this by using aptitude instead of apt-get, and cycling through its solutions until I found one that actually installed the packages I wanted.

edit flag offensive delete link more
1

answered 2012-01-19 05:44:27 -0500

updated 2012-01-19 05:44:47 -0500

Possible duplicates:

Essentially the answer boils down to:

sudo apt-get update
sudo apt-get autoremove
sudo apt-get -f install

And if that didn't work

sudo apt-get clean all

And then try your install command again.

edit flag offensive delete link more

Comments

Didn't work. None of the suggestions in the linked posts helps either, unfortunately.
Dan Lazewatsky gravatar image Dan Lazewatsky  ( 2012-01-19 05:54:27 -0500 )edit

Question Tools

Stats

Asked: 2012-01-19 05:39:20 -0500

Seen: 466 times

Last updated: Jan 19 '12