2

I have about 25 to 30 computer on which its required to install several applications/programs (like dosbox, mysql, netbeans etc). My Problem is that i have internet connection on only one pc. Is there any way i can download the program on only one pc and saperately install it one-by-one on other pc's via pendrive or dvd's?

Rdx
  • 123
  • There is no way to get those systems connected? Internet gateway (your system is used to let the others connect to the net) might be a possible method. https://help.ubuntu.com/community/Internet/ConnectionSharing – Rinzwind Feb 16 '13 at 19:34

2 Answers2

1

Creating a remastered DVD is perhaps the best option for you. Have a look at this question, which gives extensively explains how to do this.

jobin
  • 27,708
1

Ofcourse.

When you install sofware it downloads .deb files (debiain installer files). You can put those on a pendrive and install them manually. You will yourself have to download all the dependencies though.

Example: dosbox

The dependencies will take some time to figure out. Most of them might already be installed on those systems so it will be trial and error on the 1st system you install this on.

Rinzwind
  • 299,756