topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday March 29, 2024, 7:14 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Let's get Chocolatey!  (Read 2958 times)

Edvard

  • Coding Snacks Author
  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 3,017
    • View Profile
    • Donate to Member
Let's get Chocolatey!
« on: October 14, 2013, 05:18 PM »
I see it's already been mentioned here, but I found it just recently when re-installing a Windows parition, and thought it deserved a little more exposure.
Let's get Chocolatey!
Chocolatey NuGet is a Machine Package Manager, somewhat like apt-get, but built with Windows in mind.

Easy Install!
To install chocolatey now, open a command prompt and paste the text from the box below and press enter.
c:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin



from 5 Steps to a better Windows Command Line
« Last Edit: October 14, 2013, 07:05 PM by Edvard »