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).
|
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). | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
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 | |||
|
feedback
|
|
https://help.ubuntu.com/community/AptGet/Offline/Repository maybe this will help :-) | |||
|
feedback
|
|
See the link below, it tells how to do what you want: | |||
|
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. | |||
|
feedback
|