Skip to content

This repository is a collection of chocolatey packages that I've created and/or helped to maintain. https://community.chocolatey.org/profiles/virtualex

Notifications You must be signed in to change notification settings

virtualex-itv/chocolatey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 

Repository files navigation

chocolatey

This repository is a collection of chocolatey packages that I've created.


Prerequisites


Install Chocolatey using your preferred "administrative" shell application

Supported OS Latest released version Latest released version

cmd
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
pwsh
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'))

Usage


choco -?

https://docs.chocolatey.org/en-us/choco/commands/install/

choco install <package_name> [options]

https://docs.chocolatey.org/en-us/choco/commands/uninstall/

choco uninstall <package_name> [options]

https://docs.chocolatey.org/en-us/choco/commands/upgrade/

choco upgrade <package_name|all> [options]


Example


choco install firefox -y


About

This repository is a collection of chocolatey packages that I've created and/or helped to maintain. https://community.chocolatey.org/profiles/virtualex

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published