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

Revision history [back]

You can still install the package using apt-get even if you're not connected to the internet:

apt-get download <package name>

You can download the debian packages as files, transfer them over on a USB stick and then install them from these files using apt-get.

sudo dpkg -i <downloaded_package.deb>

You may have to do this a few times installing dependencies, but hopefully this method will hopefully make your life a lot easier