Ubuntu 12.04 beta install ROS desktop full
Hi all! I am new with ROS and I came upon such a problem: when I try to install ROS desktop full I get:
sudo apt-get install ros-electric-desktop-full
...
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-electric-desktop-full : Depends: ros-electric-slam-gmapping (= 1.2.5-s1331966280~oneiric) but it is not going to be installed
Depends: ros-electric-vision-opencv (= 1.6.11-s1331999864~oneiric) but it is not going to be installed
Depends: ros-electric-perception-pcl (= 1.0.2-s1331960978~oneiric) but it is not going to be installed
Depends: ros-electric-image-pipeline (= 1.6.4-s1332000899~oneiric) but it is not going to be installed
Depends: ros-electric-simulator-gazebo (= 1.4.12-s1331968141~oneiric) but it is not going to be installed
Depends: ros-electric-image-transport-plugins (= 1.4.2-s1332000717~oneiric) but it is not going to be installed
Depends: ros-electric-navigation (= 1.6.5-s1331963038~oneiric) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
When I then manually try to install missing dependencies I end up with 2 packages: libtiff4-dev and libjpeg62-dev which delete one another when installed. So if I try to install one it automatically removes another.
I understand that this problem related on my using beta distribution, but maybe someone already faced this thing and knows how to deal with it? Thanks in advance.