Software Installations Using Chocolatey

S/W Installations

·

1 min read

Software Installations Using  Chocolatey

Go to Google and type install chocolatey

Go to the Chocolatey website as shown below;
The software can be installed in many Ways... Chocolatey is a Windows software package manager used to install any software.

using commands in Windows Powershell we can easily install the software

Go to Google and search Chocolatey.. go to install Chocolatey there you find a command...

There you get How to install Chocolatey.

copy the commands individually paste them into the Windows Powershell admin and press enter...

it will run the commands and install the required version of the software as shown in the picture.

paste the commands in PowerShell admin and enter as shown below

Chocolatey is installed

The software is installed using Chocolatey

Installing GIT

Search choco install git

copy the installation command to the latest version of Git provided

paste the command in the Windows Admin Terminal

it will install the latest version of git