

Search for the Windows PowerShell app via Windows Search and open the program in Administrator mode.We are using the PowerShell instructions here, as we’ve found they work more reliably than the CMD method. If you want to stick with the software’s free version, install the package manager for “Individual users” using the different methods below. The developers have added extensive instructions on their website, which you may need to refer to if you don’t have administrative rights on your machine. Once you get Chocolatey up and running, you can always stick with the GUI alone. While Chocolatey is a free package manager, there’s also a commercial Chocolatey edition available for paid users. Package managers are a little like app stores in that they allow you to manage and update all of your programs through a single interface rather than having to deal with them all individually. Installing Chocolatey GUI in PowerShell.Additional Methods to Install Chocolatey in Windows Other package managers for Windows include the Windows Package Manager (winget) and Scoop.Īs of January 2022 neither option provides all of the packages we require, but that might change in the future. If you want to avoid thisīehavior you’ll probably want to install Python using the packages from Below you will find the breakdown and examples found in the help. The upgrade command will install the package if the package doesn’t exist on the system.

To do so, run the choco upgrade command along with the package you need to upgrade. C:\Programįiles\Python37, Chocolatey tends to install it underĬ:\ProgramData\chocolatey or C:\Tools. To update installed Chocolatey packages, you must invoke choco manually every time you need to upgrade. While it’s typically installed in a top-levelĭirectory, e.g. Or a Powershell prompt: PS:\>iex ((new-object net.webclient).DownloadString(_))Ĭhocolatey sometimes installs packages in unexpected locations. Obtained from the website or from a Command Prompt: -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString(_))" & SET PATH=%PATH% %ALLUSERSPROFILE%\chocolatey\bin Many of the packages required for Wireshark development. Chocolatey is a Windows package manager that can be used to install (and update) make is a GNU command so the only way you can get it on Windows is installing a Windows version like the one provided by GNUWin32.
