Skip to content

This repository is a collection of chocolatey packages that I've created and/or helped to maintain. https://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

48 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 "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
pwsh
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

Usage


choco -?

https://chocolatey.org/docs/commands-install

choco install <package_name> [options] or cinst <package_name> [options]

https://chocolatey.org/docs/commands-uninstall

choco uninstall <package_name> [options] or cuninst <package_name> [options]

https://chocolatey.org/docs/commands-upgrade

choco upgrade <package_name|all> [options] or cup <package_name|all> [options]


Example


choco install firefox -y or cinst firefox -y


About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published