Is it possible to Download Ubuntu updates via a windows computer?? Actually I have a dial-up connection and I am using Ubuntu 11.04 (Natty Alpha 3) and I want to upgrade to Beta 2. It takes ages to download that amount of data, but a friend of mine has a broadband connection. So can I use his computer to download updates for my distribution ??
3 Answers
For keeping your Ubuntu up-to-date, you need to look at its current package versions and identify the ones that need to be updated -- then, get that list of packages to be downloaded for the update.
Once you have the list of packages (and their version numbers) for the download, the actual download can be done from any place which has an Internet link and can do simple downloads.
Take the Synaptic example, You can do the regular 'reload', 'mark all update' sequence and then instead of 'applying' the updates -- which will cause the download to start, you could 'Generate Package Download Script'.
This is a simple shell script which will 'get' the individual 'deb' files required for your update. This can be run from a 'Cygwin' terminal or with some tweaks from any other download manager too (just look at the download script once and you'll know).
This Ubuntu page on Synaptic Package Download Script will give you the juice on Downloading in Windows.
- 1,378