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

apt-get vs. svn for installing stacks/packages

asked 2013-06-06 21:59:35 -0500

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

This is probably a bad question but I was wondering if there are any advantages to using one over the other (or even git or rosinstall)? For example which is better out of the following two methods:

  1. sudo apt-get install ros-groovy-laser-drivers

  2. svn co https:://code.ros.org/svn/ros-pkg/stacks/laser_drivers/trunk

best regards

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-06-06 22:08:50 -0500

davinci gravatar image

The first one is the most easy method but the software version can be old. With the second method you can the most recent version but you have to compile yourself which is more work. In the second method you have to check for updates and recompile yourself while with the first method you can just enter apt-get upgrade.

edit flag offensive delete link more

Comments

It really depends on what you want to do, and what your comfort level with installing from source is. My default is to use apt-get unless I have a compelling reason to install from source, such as needing the very latest version of a package, for the reasons outlined in this answer.

Bill Smart gravatar image Bill Smart  ( 2013-06-07 06:54:40 -0500 )edit

Question Tools

Stats

Asked: 2013-06-06 21:59:35 -0500

Seen: 173 times

Last updated: Jun 06 '13