0

Possible Duplicate:
How can I install software or packages without Internet (offline)?

I have no access to the internet on my computer and am trying to install all my required software through another computer. I have downloaded the deb file for gfortran version 4.5, and now I am looking for options to install the same on the computer which has Ubuntu 12.04.

VRU
  • 1,147
  • Assuming that you aren't referring to the Saskatoon Business College, what exactly do you mean by "SBC"? – SirCharlo Sep 28 '12 at 13:14
  • Single Board Computer(Intel Atom), same as any intel PC with ubuntu 12.04 OS on it, my main interest is how one can install compilers,etc., with out using ubuntu software center or with no internet access. – VRU Sep 28 '12 at 13:19
  • Ok. Have you tried apt-offline? – SirCharlo Sep 28 '12 at 13:23
  • @SirCharlo I just went through apt-offline steps, wondering what to replace with the package that(gfortran) I want to install. – VRU Sep 28 '12 at 13:34
  • no you people have not addressed my query and closed it stating duplicate.... why should one stick to the internet for installing packages.. can't we just download the package and find steps to install it. I have ptp-master-6.0.0-201206130212.zip which is a photorn package and I am looking for the steps to install it, guys any body else can help me with this.. Thanks! – VRU Nov 26 '12 at 10:48

1 Answers1

0

Does the two pc's have same architecture?! and same version of Ubuntu? Also if they have same update then you can cheat and copy the deb packages from /var/cache/apt/archives to your second pc and then sudo dpkg -i *.deb I work this method sometimes myself

Here is a link about some methods how to install a softwar with no-internet connection

Also you can use keryx to download deb files from windows

Also you can use apt-offline

  • The PC which has internet access runs on WindowsXP – VRU Sep 28 '12 at 13:36
  • you have to resolve all dependencies and downlaod them and copy to other desktop and then sudo dpkg -i *.deb. Browse four your package http://packages.ubuntu.com/ http://packages.debian.org/ http://www.getdeb.net/ –  Sep 28 '12 at 13:38