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

Remove installed ROS package

asked 2019-12-06 06:05:44 -0500

Farid gravatar image

I installed a ros package wih this command:

$ sudo apt-get install ros-kinetic-novatel-gps-driver

Now I would like to remove this package and build it from its github page. What is the safest and cleanest way to do so?

I am aware of:

$ sudo apt remove ros-kinetic-novatel-gps-driver

or

$ sudo apt-get purge ros-kinetic-novatel-gps-driver

cheers,

edit retag flag offensive close merge delete

Comments

This is not ROS-specific. apt (and apt-get) are tools provided by Debian (and Debian based Linux distributions such as Ubuntu).

remove and purge are exactly the two options you have to remove the Debian package.

gvdhoorn gravatar image gvdhoorn  ( 2019-12-06 06:12:25 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-12-06 06:47:56 -0500

nofear123 gravatar image

I think there is no need to remove it. You can build it from your github page again and swtich which version you want to use by running the command source devel/setup.bash in your ROS workspace.

Hope it helps.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-12-06 06:05:44 -0500

Seen: 1,208 times

Last updated: Dec 06 '19