Where does ROS install?
Other than brew or apt-get or python libraries, where does the overall ROS installation sequence install its files?
I know a lot goes into roscatkinws
But where else? In other words, if I want to do a full cleanup and uninstall of ROS itself (for example because I think that certain parts of the install have gotten corrupted) what would I delete other than poscatkinws?
Asked by pitosalas on 2017-07-20 20:00:11 UTC
Answers
According to @nh2's comment to this answer, you should run
sudo apt-get purge '^ros-*'
then run
sudo apt-get autoremove
That should remove everything. I've done this a couple of times myself. ROS installed at /opt/ros/,<version-of-ros>/
Asked by jayess on 2017-07-20 21:19:57 UTC
Comments
The OP failed to mention it in this question, but he's actually running OSX, so apt-get
is not going to work.
Asked by gvdhoorn on 2017-07-21 01:21:50 UTC
Comments