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
Asked: 2012-02-27 03:22:38 -0500
Seen: 3,180 times
Last updated: Feb 27 '12
ROS Answers is licensed under Creative Commons Attribution 3.0 Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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"
Ivan Rojas Jofre ( 2012-02-27 04:37:25 -0500 )editThis is a duplicate of http://answers.ros.org/question/28587/uninstall-ros, please do not ask the same question twice.
joq ( 2012-02-27 11:11:55 -0500 )edit