I have installed Ubuntu 11.04 in my system. I don't have any internet connection to the system.

How can I install various packages. Is there a package collection available as CD/DVD(which I can download).

link|improve this question
Use askubuntu.com for these questions – nos Sep 17 '11 at 11:38
This question doesn't really belong to stackoverflow. Maybe, superuser? Or askubuntu? – Aleks G Sep 17 '11 at 11:41
feedback

migrated from stackoverflow.com Sep 17 '11 at 14:39

This question came from our site for professional and enthusiast programmers.

4 Answers

Unlike debian, which has a set of disks that covers everything, for an offline install on ubuntu, you'll probably need to snarf the packages you need off the repositories for your version from packages.ubuntu.com. Remember to grab the prerequisites too, and install the prerequisites first, then the software using dpkg

If you don't mind a little more setup, but want something less annoying to do, and graphical- try using keryx - You install keryx on the system you want to update (so it can make a list of packages), and you can run an agent on another windows or linux box to download the packages you want to install and update to a USB key for install to the offline system

link|improve this answer
keryx will not support Ubuntu 11.04 now. – Vinod Sep 18 '11 at 6:47
feedback

https://help.ubuntu.com/community/AptGet/Offline/Repository

maybe this will help :-)

link|improve this answer
feedback

See the link below, it tells how to do what you want:

https://help.ubuntu.com/community/AptGet/Offline/Repository

link|improve this answer
feedback

You can download the packages and set up a local repository. Take a look at https://help.ubuntu.com/community/AptGet/Offline/Repository for more details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.