uninstall ROS
I want to know how to uninstall ROS on ubuntu
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"
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-02-26 21:22:38 -0600
Seen: 21,060 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.