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

Raspberry Pi - How to completely uninstall Ros Indigo

asked 2015-08-20 18:39:36 -0500

UserK gravatar image

updated 2015-08-22 13:22:26 -0500

I would like to completely uninstall ros indigo from my system and remove all things related to it. There are several questions about this topic but they are all related to Ubuntu OS. I'm using Raspbian.

Thanks.

EDIT:

I've installed ROS using the steps provided by the official guide @ this link. I can't find any ros-* package installed in the system. I've used only python modules during the installation.

sudo apt-get purge ros-*
Package 'ros-groovy-roscpp-core' is not installed, so not removed
[...]
Package 'ros-hydro-visualization-msgs' is not installed, so not removed
Package 'ros-hydro-xmlrpcpp' is not installed, so not removed
The following packages will be REMOVED:
  firmware-atheros*
0 upgraded, 0 newly installed, 1 to remove and 64 not upgraded.
After this operation, 834 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 84843 files and directories currently installed.)
Removing firmware-atheros ...
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-08-20 22:06:02 -0500

staljbs gravatar image
sudo apt-get purge ros-*

to remove the configuration files. And to remove the dependencies do

sudo apt-get autoremove
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-08-20 18:39:36 -0500

Seen: 3,948 times

Last updated: Aug 22 '15