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

How to install ROS Hydro but keep Groovy?

asked 2014-07-22 14:37:29 -0500

I had installed Hydro and Groovy at the same time in my system and was using them different workspaces. Can someone help me un-installing Hydro and updating or keeping Groovy?

edit retag flag offensive close merge delete

Comments

Can you add a few more specifics? What OS and version are you on? How did you install ROS?

demmeln gravatar image demmeln  ( 2014-07-22 19:00:59 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-07-23 01:14:03 -0500

Wolf gravatar image

Let's assume your hydro workspace is /home/username/workspace/ros_hydro/catkin

If you have troubles with hydro interfering your groovy installation:

  • edit your ~/.bashrc (if gedit is your editor of choice it'd be gedit ~/.bashrc) and remove lines such like source /opt/ros/hydro/setup.bash or source /home/username/workspace/ros_hydro/catkin/devel/setup.bash
  • Now you still have a hydro installation and workspace around but it is no longer sourced so it will not be found by any ros command or build system. If you might whish to recover your hdyro system in the future this would be a good state.

If you really whish to completely uninstall ros hydro:

  • delete your hydro workspace (using the assumption I'd be cd /home/username/workspace/ and rm -r ros_hydro)
  • all hydro apt packages are named ros-hydro-whatever-package. You can remove them all by sudo apt-get remove ros-hydro*. Likely a sudo apt-get autoremove will be needed after this....

(No warranties for last two steps;) )

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2014-07-22 14:37:29 -0500

Seen: 274 times

Last updated: Jul 23 '14