0

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

i've installed a lot of apps by ubuntu software center(USC). i want to copy my apps to another pc. my internet connection is slow so i cant dl them from USC Again. is there any way to make an installer for them & install them on another ubuntu pc or to copy them to another pc?

arman
  • 213
  • related question -> http://askubuntu.com/questions/974/how-can-i-install-software-offline – hhlp Oct 25 '11 at 11:38

1 Answers1

1

All your installed softwares are located at /var/cache/apt/archives. If you haven't run sudo apt-get clean or sudo apt-get autoclean, you can copy them to an external drive and again copy them in another pc in the same location i.e /var/cache/apt/archives and install through software center. Unless the newer version than the installed one in your first pc is available from the repository, the software center will install from cache so you need not download the same software twice.

sagarchalise
  • 23,988