Skip to content

Chocolatey is a machine-level, command-line package manager and installer for software on Microsoft Windows. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software.

Notifications You must be signed in to change notification settings

vishnu1100/CHOCOLATEY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

CHOCOLATEY

Chocolatey is a machine-level, command-line package manager and installer for software on Microsoft Windows. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software.

Installing Chocolatey

Chocolatey is a powerful package manager for Windows, allowing you to easily install and manage software.

Steps to Install Chocolatey

1. Open PowerShell as Administrator

  1. Press Win + S to open the search bar.
  2. Type PowerShell.
  3. Right-click on Windows PowerShell and select Run as administrator.

2. Run the Installation Command

Copy and paste the following command into the PowerShell window:

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))

Press Enter to execute the command.

3. Verify Installation

Once the installation is complete, verify that Chocolatey is installed by running the following command in a new Command Prompt or PowerShell window:

choco --version

If the version number is displayed, Chocolatey has been successfully installed.

Optional: Test Chocolatey

To test Chocolatey, you can install a sample package, such as Google Chrome:

Chocolatey Install Commands

Browsers

choco install googlechrome
choco install firefox
choco install microsoft-edge
choco install opera

Code Editors and IDEs

choco install vscode
choco install notepadplusplus
choco install jetbrains-rider
choco install jetbrains-intellij-idea-community
choco install eclipse
choco install atom
choco install brackets

Developer Tools

choco install git
choco install nodejs
choco install python
choco install ruby
choco install java
choco install dotnet-sdk
choco install docker-desktop
choco install terraform
choco install kubernetes-cli
choco install ansible
choco install awscli
choco install azure-cli
choco install powershell-core

Database Management Tools

choco install postgresql
choco install mysql
choco install mongodb
choco install redis
choco install sqlite
choco install dbeaver
choco install mysqlworkbench

Communication Apps

choco install slack
choco install zoom
choco install microsoft-teams
choco install skype
choco install discord

Productivity Tools

choco install 7zip
choco install winrar
choco install everything
choco install adobe-reader
choco install libreoffice
choco install notion
choco install trello
choco install evernote
choco install obsidian

Security Tools

choco install malwarebytes
choco install ccleaner
choco install bitwarden
choco install keepass
choco install 1password
choco install nordvpn
choco install protonvpn

Media Players

choco install vlc
choco install spotify
choco install plex
choco install audacity
choco install handbrake

Miscellaneous

choco install paint.net
choco install inkscape
choco install gimp
choco install blender
choco install krita
choco install filezilla
choco install teamviewer
choco install powershell-core
choco install virtualbox
choco install wsl

This will download and install Google Chrome.


For more details, visit the official Chocolatey website.

About

Chocolatey is a machine-level, command-line package manager and installer for software on Microsoft Windows. It uses the NuGet packaging infrastructure and Windows PowerShell to simplify the process of downloading and installing software.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published