Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/linux/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Linux ros indigo安装libyaml cpp开发错误_Linux_Ubuntu_Ros_Yaml Cpp - Fatal编程技术网

Linux ros indigo安装libyaml cpp开发错误

Linux ros indigo安装libyaml cpp开发错误,linux,ubuntu,ros,yaml-cpp,Linux,Ubuntu,Ros,Yaml Cpp,我是ROS和Linux的新手,正在尝试在Ubuntu 14.04 trusty上安装ROS indigo,具体步骤如下: 我一直有以下问题: ~$ sudo apt-get install ros-indigo-ros Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install'

我是ROS和Linux的新手,正在尝试在Ubuntu 14.04 trusty上安装ROS indigo,具体步骤如下:

我一直有以下问题:

~$ sudo apt-get install ros-indigo-ros
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 ros-indigo-camera-calibration-parsers : Depends: libyaml-cpp-dev but it is not going to be installed
 ros-indigo-ros : Depends: ros-indigo-mk but it is not going to be installed
                  Depends: ros-indigo-rosbash but it is not going to be installed
                  Depends: ros-indigo-rosboost-cfg but it is not going to be installed
                  Depends: ros-indigo-roscreate but it is not going to be installed
                  Depends: ros-indigo-roslang but it is not going to be installed
                  Depends: ros-indigo-rosmake but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
每当我尝试使用建议的sudo apt get-f安装修复此问题时,都会发生以下情况:

Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libyaml-cpp-dev
The following NEW packages will be installed:
  libyaml-cpp-dev
0 upgraded, 1 newly installed, 0 to remove and 24 not upgraded.
2 not fully installed or removed.
Need to get 0 B/339 kB of archives.
After this operation, 1,460 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 370013 files and directories currently installed.)
Preparing to unpack .../libyaml-cpp-dev_0.5.1-1_amd64.deb ...
Unpacking libyaml-cpp-dev (0.5.1-1) ...
dpkg: error processing archive /var/cache/apt/archives/libyaml-cpp-dev_0.5.1-1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/pkgconfig/yaml-cpp.pc', which is also in package yaml-cpp 0.2.7-5precise-20120502-0513-+0000
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/libyaml-cpp-dev_0.5.1-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
我试着删除ros和yaml cpp,并按照一些论坛帖子的建议重新安装它们,但似乎不起作用。我还尝试手动安装libyaml cpp dev,但这似乎也不起作用。我的想法快用完了:/

您好,
Rose

您似乎试图在不受支持的平台上安装ROS Indigo

请注意,搜索ROS问题的最佳位置如下: