(on Wikipedia)
https://chocolatey.org/
A Linux-style package manager for Windows.
Stuff I likely installed using Chocolatey: /tag/software+chocolatey+live
- 2017-10-05 - 0.10.8 - 0.10.8 on Windows 10 64bit
-
2017-10-04 - 0.10.3 on Windows 10 64bit
- I've had it for some time now, but haven't actively used it.
- 2016-10-17 - 0.10.3 on Windows 10 64bit
-
I had used this a little earlier, on Windows 10 64bit
- No notes were taken.
Notably:
choco install vcredist-all
Commands ∞
https://docs.chocolatey.org/docs/commands-reference [ 1 ] was https://chocolatey.org/docs/commands-reference
chocolatey
has a shortform choco
-
list
- List packages.- Alias
clist
. Defaults to remote choco list --localonly
or even more short:clist -l
- Alias
-
upgrade
- Upgrades packages from various sources.- Incredibly slow.
choco upgrade all
and append-y
to auto-accept.
-
search
- searches remote or local packages- (alias for list)
-
info
- retrieves package information.- Shorthand for
choco search pkgname --exact --verbose
- Shorthand for
install
- installs packages from various sourcespin
- suppress upgrades for a package-
outdated
- retrieves packages that are outdated.- Similar to
upgrade all --noop
- Similar to
uninstall
- uninstalls a packagepack
- packages up a nuspec to a compiled nupkgpush
- pushes a compiled nupkgnew
- generates files necessary for a chocolatey package from a templatesources
- view and configure default sourcesconfig
- Retrieve and configure config file settingsfeatures
- view and configure choco features-
setapikey
- retrieves or saves an apikey for a particular source- alias for apikey
apikey
- retrieves or saves an apikey for a particular sourceunpackself
- have chocolatey set it self up-
download
- downloads packages- optionally downloading and internalizing all remote resources (recompiling)
2017-10-05 - 0.10.8 ∞
Upgrading from 0.10.3 to 0.10.8 was odd..
choco upgrade chocolatey
Chocolatey v0.10.3 Upgrading the following packages: chocolatey By upgrading you accept licenses for the packages. chocolatey is not installed. Installing...
A script to install applications ∞
@ECHO OFF NET FILE 1>NUL 2>NUL & IF ERRORLEVEL 1 ( ECHO Right-click and run this as administrator. PAUSE EXIT /B ) :: sumatrapdf :: https://community.chocolatey.org/packages/sumatrapdf <span class="footnote_referrer" ><a><sup id="footnote_plugin_tooltip_13936_2" class="footnote_plugin_tooltip_text" onclick="footnote_moveToAnchor_13936('footnote_plugin_reference_13936_2');" >[ 2 ]</sup ></a><span id="footnote_plugin_tooltip_text_13936_2" class="footnote_tooltip" > was [[archive:https://chocolatey.org/packages/sumatrapdf|]] </span ></span><script type="text/javascript"> jQuery('#footnote_plugin_tooltip_13936_2').tooltip({ tip: '#footnote_plugin_tooltip_text_13936_2', tipClass: 'footnote_tooltip', effect: 'fade', predelay: 0, fadeInSpeed: 200, delay: 400, fadeOutSpeed: 200, position: 'top center', relative: true, offset: [1, 0], });</script> choco install sumatrapdf
Footnotes
Last updated 2021-04-25 at 21:48:49
I found an old windows cmd script to install Chocolatey applications. I may as well add it.