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

uninstall ROS

asked 2012-02-26 21:22:38 -0500

monsterkappa gravatar image

I want to know how to uninstall ROS on ubuntu

edit retag flag offensive close merge delete

Comments

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 gravatar image Ivan Rojas Jofre  ( 2012-02-26 22:37:25 -0500 )edit

This is a duplicate of http://answers.ros.org/question/28587/uninstall-ros, please do not ask the same question twice.

joq gravatar image joq  ( 2012-02-27 05:11:55 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
7

answered 2012-02-27 02:33:45 -0500

DimitriProsser gravatar image

If you installed with apt:

sudo apt-get remove ros

If you installed with svn:

rm -rf /path/to/your/ros/directory
edit flag offensive delete link more
5

answered 2013-06-09 08:02:50 -0500

Joseph Landau gravatar image

"uninstall ros" didn't work for me; I needed to say "uninstall ros-groovy"

edit flag offensive delete link more

Comments

8

sudo apt-get remove ros-* would be more extensive!

VicL gravatar image VicL  ( 2013-07-01 09:47:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2012-02-26 21:22:38 -0500

Seen: 24,476 times

Last updated: Jun 09 '13