2

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 ??

htorque
  • 64,798
Sandeep
  • 293

3 Answers3

2

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.

nik
  • 1,378
0

Keryx

Keryx is a free and open source tool for easily managing packages on offline Debian based computers including support for Ubuntu and Linux Mint. It provides an easy graphical interface to help install and upgrade software.

Lincity
  • 25,371
0

Maybe if you can install Cygwin on the Windows PC you could chroot into your Ubuntu machine and run the update tools from there.

Nathan
  • 1