How to download ubuntu archives that can be used in a computer without an internet connection?

Asked by Sathya

How to download ubuntu archives that can be used in a computer without an internet connection?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu debmirror Edit question
Assignee:
No assignee Edit question
Solved by:
Sathya
Solved:
Last query:
Last reply:
Revision history for this message
Ermal Llanaj (ermal.llanaj) said :
#1

you can use debmirror. install debmirror via Synaptic or "sudo apt-get install debmirror" and download all the packages to a folder to your hard disk. after that add your folder path to sources.list and update sources.list.

For more specific info see :

https://help.ubuntu.com/community/Debmirror

Revision history for this message
Bhavani Shankar (bhavi) said :
#2

APTonCD can be used to create a CD that contains all the packages you have on your system, or it can create CDs with packages or entire repositories of your choice. In a package manager such as Synaptic, find the aptoncd package and install it.

Further documentation on APTonCD can be found on its website, http://aptoncd.sourceforge.net

Regards

Revision history for this message
Sathya (sathyanext) said :
#3

ok thanks for the solution....:-)