uninstall ROS
I want to know how to uninstall ROS on ubuntu
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to know how to uninstall ROS on ubuntu
If you installed with apt:
sudo apt-get remove ros
If you installed with svn:
rm -rf /path/to/your/ros/directory
"uninstall ros" didn't work for me; I needed to say "uninstall ros-groovy"
Asked: 2012-02-26 21:22:38 -0600
Seen: 24,804 times
Last updated: Jun 09 '13
If you install ROS by Synaptic, then you can uninstall ROS with Synaptic. If you install ROS by terminal, then you execute this instrucction: "sudo apt-get remove ros"
This is a duplicate of http://answers.ros.org/question/28587/uninstall-ros, please do not ask the same question twice.