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

Can we install ROS-Indigo from cd or usb?

asked 2014-08-20 04:28:51 -0500

robospace gravatar image

We have a system without an option to connect to the internet. Is there any way to install ROS from a CD or pendrive?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2014-08-20 04:49:54 -0500

Bastbeat gravatar image

updated 2014-08-20 04:54:21 -0500

Use this command to download the .deb package:

sudo apt-get -d install "package"

And then, you should found this package in: "/var/cache/apt/archives/"

Now you can install the package with:

sudo dpkg -i /path/to/file.deb

edit flag offensive delete link more

Comments

Thanks for the answer. I have installed the ROS hydro using the command sudo apt-get install ros-hydro-desktop-full and i have a lot of ros related .deb files in :"/var/cache/apt/archives/". Does the -d option in sudo apt-get -d install "package" makes it as a single .deb file?

robospace gravatar image robospace  ( 2014-08-23 00:22:42 -0500 )edit
Bastbeat gravatar image Bastbeat  ( 2014-08-23 03:54:59 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-08-20 04:28:51 -0500

Seen: 3,006 times

Last updated: Aug 20 '14