Location:
State:
Carrier
Country
Status

Windows 10 Includes a Linux Style Package Manager


I spotted this on HTG.

Forget the Windows Store. Microsoft is working on a Linux-style package management framework for Windows, and it’s included with Windows 10. It’s being tested with Chocolatey’s existing packages, and allows you to easily install desktop applications and other software.
more... Windows 10 Includes a Linux-Style Package Manager Named ?OneGet?

This would be awesome. As much as newbies to Linux seem to cringe at the mention of using the terminal, for many purposes it's ideally suited to the task. Makes repetitive tasks easier and makes for very easy documentation.

Thanks for the information.
Jeff

Chocalatey has been around for a long time, as has Nuget. This is basically rolling that funcationality into the OS. There are GUI frontends for both, so no command line is needed for typical operations. Only if you want to script stuff, or use more advanced parameters.

How's the usual installation method (i.e. run the installer, click yes) not easy? What's "easier" about Linux-style installations? Three clicks instead of four?

The Linux depositories also take care of keeping the programs updated. That's one reason I use portable apps platforms (PortableApps.com, WSCC and Liberkey) for a lot of my programs.

How's the usual installation method (i.e. run the installer, click yes) not easy? What's "easier" about Linux-style installations? Three clicks instead of four?
Click setup.exe, click on Next, next, next, next, next, finish. Uninstall malware. Reboot.

yum install httpd

Linux is easier if the programs you want to install are in your Repositories.

If they aren't andthey don't include install scripts then "hilarity ensues" (and I mean in the TV Tropes sense).

How's the usual installation method (i.e. run the installer, click yes) not easy? What's "easier" about Linux-style installations? Three clicks instead of four?
Click setup.exe, click on Next, next, next, next, next, finish. Uninstall malware. Reboot.

yum install httpd
Well, that depends on what are you installing. This problem has nothing to do with the installer concept itself. The software I'm installing requires two- three clicks at most : setup and eula being the only steps. Or are you saying that Linux repositories guarantee the absence of malware? Or that Linux software always works properly?

This is the reason I gave up on Linux, it is far to confusing. I feel like I am back in the 80's, having to run COBAL UNIX commands. Plus, I never know what I can use with what. Oh and those typo's what a nightmare.

Windows 10 Includes a Linux Style Package Manager