I just wanted to post about this utility since I’ve often wanted something like this for Windows.
For the uninitiated, this program mimics the behavior of “apt-get”, a utility that linux admins/users have enjoyed for some time now. It basically handles like Windows Update for *applications* as well as for drivers and your operating system components. Apt makes very short work of installing security releases, hotfixes, updates or even just installing software from scratch.
Win-get doesn’t quite do all that for Windows, but at least it’ll make it easy to get the latest and greatest versions of FOSS applications like Firefox, Picasa, Google Earth, Tunderbird, Gimp and more.
The consensus over on Digg seems to be that this is a killer solution for your next reinstall of XP, or for just getting everyone set-up at your next LAN party.
WGET
As a bonus, the util relies on “wget” which is pretty damn nice in it’s own right (also on the same site). Another unix-ism, wget lets you download from *ANY* URL via the command line:
wget ftp://ftp.mywebsite.com/files/homemovie.mov
Not impressed? How about being able to download an entire website for viewing offline?
wget -r http://www.cnn.com
You can also use it to download just the media from a site, like only the mp3 files. But of course it does much more than that. The list of command-line options on this bad-boy is as long as my arm, and is well beyond the scope of what I’m willing to discuss here.
Wget gives you that kind of power with no browser, no download manager, no extra windows to muck with and consequently, no advertising. Succinctly, it bridges the gap between being able to say “copy x to y” in the command prompt, and clicking on links in your web browser.