LOGO

Chocolatey: Package Manager for Windows - Install Software via Command Line

September 17, 2012
Topics:Windows
Chocolatey: Package Manager for Windows - Install Software via Command Line

Streamlining Windows Software Installation with Chocolatey

Traditionally, installing applications on Linux systems has been efficiently managed through a command line interface, bypassing the need for website visits or repetitive graphical installations. Now, Chocolatey extends this convenience to Windows operating systems.

This tool empowers users to install a vast array of programs directly from the command line, significantly simplifying the software installation process.

Chocolatey's Capabilities

Currently, Chocolatey’s repository boasts an extensive collection of over 370 widely-used programs. Users can quickly locate desired software utilizing the "clist" command.

For instance, executing "clist skype" will initiate a search for Skype within the Chocolatey database. Upon identifying the desired program, installation is achieved with the "cinst" command, such as "cinst skype".

A comprehensive listing of all available packages can be found in the Packages section of the official Chocolatey website.

Installation Process

To integrate Chocolatey into your Windows environment, copy and paste the following command into the Command Prompt and execute it.

C:\> @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

chocolatey-install-windows-programs-command-line-1.jpgVisualize Chocolatey’s functionality through this demonstration video:

Key Features of Chocolatey

  • Enables command-line installation of applications and tools on Windows.
  • Offers access to a database containing more than 370 popular programs.
  • Facilitates program searches using the "clist" command.
  • Allows installation via the "cinst" command.
  • Supports the simultaneous installation of multiple programs.
  • Maintains compatibility with Cygwin.

Further information about Chocolatey can be found at www.chocolatey.org.

#chocolatey#package manager#windows#command line#software installation#automation