uninstallation
Does "sudo apt-get remove ros-cturtle-ros" also removes other packages in my home folder? If not, could I just manually delete them or is there a recommended method?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Does "sudo apt-get remove ros-cturtle-ros" also removes other packages in my home folder? If not, could I just manually delete them or is there a recommended method?
sudo apt-get remove ros-cturtle-ros will remove all cturtle packages in /opt/ros but not do anything in your home directory.
To remove things from your home directory rm -rf ~/ROS
or whatever path you want to remove will work. Or, if you wish, you can delete the directories from a file browser GUI.
Note: There's no undo for rm so make sure you get the path right.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-02-27 15:23:09 -0500
Seen: 971 times
Last updated: Feb 27 '11
Trouble setting up Ubuntu repositories for ROS
how build map using 360 xbox kinect
I am getting an error: while running launch file
Uninstalling ROS and installing it back
trajectory_filter and pluginlib syntax 1.2
Can diamondback nodes communicate with cturtle nodes ?
Where are the cturtle package sources now?
Errors in setting up ROS tutorial workspace in "tf tutorials"