Let's get the machine package manager CHOCOLATEY a command line application installer for Windows based on a package manager called NuGet. Chocolatey adds, updates, and uninstalls programs in the background requiring very little user interaction.
Open the CMD as administrator and hit:
c:\>@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
this command will install the Chocolatey Package Manager
Finally let's install a little program like 7zip for testing....
that's it....was that Linux ??? :-)
8/04/2015
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment