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

remove gazebo but keeping the rest of ROS

asked 2012-10-20 06:57:38 -0500

Carlito gravatar image

I am using Ubuntu 12.04 and installed the ros-fuerte-desktop-full package. I have never used ros-fuerte-simulator-gazebo, so I would like to remove it.

However, ros-fuerte-desktop-full depends on it, so if I want to remove gazebo, everything ROS related will get removed. Is there a way (besides installing every package manually) to remove gazebo and keeping the rest of ROS?

edit retag flag offensive close merge delete

Comments

@Carlito Why remove gazebo ? it doesn't occupy too much of space. If you are very particular then consider installing ROS-Comm: (Bare Bones) installation and add packages as per your requirement - http://www.ros.org/wiki/fuerte/Installation/Ubuntu

Arkapravo gravatar image Arkapravo  ( 2012-10-20 07:06:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2012-10-21 06:36:14 -0500

hsu gravatar image

You can remove any ROS component & packages that depend on it with apt-get, i.e.

sudo apt-get remove ros-fuerte-simulator-gazebo

should remove just gazebo related and dependent packages.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-20 06:57:38 -0500

Seen: 5,473 times

Last updated: Oct 21 '12