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

Revision history [back]

click to hide/show revision 1
initial version

The command: sudo apt-get upgrade ros-indigo-* -y is asking apt to upgrade all of the ROS Indigo packages that exist; not just the packages that are installed.

If you want to upgrade all of the packages that are installed, just do: sudo apt-get upgrade.