- list installed
- chocolatey list -localonly
- choco list -lo
- update
- choco version all
- choco outdated
- upgrade
- cup all
- cup cmder ....
- reference
- http://superuser.com/questions/890251/how-to-list-chocolatey-packages-already-installed-and-newer-version-available-fr
Last active
August 30, 2018 17:25
-
-
Save marsyang1/8e03136d150efcc686953efdca7594d7 to your computer and use it in GitHub Desktop.
use chocolatey to prepare develop environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: VCS tool | |
| choco install sourcetree tortoisehg -y | |
| :: editor | |
| choco install notepadplusplus sublimetext3 vscode -y | |
| :: IDE | |
| choco install androidstudio genymotion android-sdk -y | |
| :: db tool | |
| choco install mysql.workbench -y | |
| :: DevOpts | |
| choco install virtualbox virtualbox.extensionpack vagrant packer -y | |
| :: help desk tool | |
| choco install rdmfree -y | |
| :: maybe broken | |
| :: choco install robomongo -y | |
| :: vpn | |
| choco install openvpn -y | |
| :: ruby gem tool | |
| gem install compass | |
| :: checking installed package | |
| choco version all | |
| choco upgrade pgkname --noop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| choco upgrade chocolatey | |
| :: basic shell library | |
| choco install cmder gradle jdk8 nodejs.install python ruby -y | |
| :: dotnet library | |
| choco install powershell dotnet3.5 dotnet4.0 dotnet4.5 dotnet4.5.1 dotnet4.5.2 dotnet4.6 dotnet4.6.1 dotnet4.7 dotnet4.7.1 vcredist2015 vcredist2017 vcredist140 -y | |
| :: VCS | |
| choco install git.install hg -y | |
| :: editor | |
| choco install notepadplusplus.install vscode sublimetext3 -y | |
| :: vim is not working | |
| :: checking installed package | |
| choco version all | |
| choco upgrade pgkname --noop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: tool | |
| choco install filezilla 7zip.install winrar -y | |
| :: lightshot , winrar is not working | |
| :: web tool | |
| choco install googlechrome firefox flashplayerplugin -y | |
| :: opera not working | |
| :: help desk tool | |
| choco install teamviewer -y | |
| :: vpn | |
| ::choco install openvpn -y | |
| :: IM | |
| choco install slack skype -y | |
| :: checking installed package | |
| choco version all | |
| :: choco update all -y | |
| :: choco upgrade all -y | |
| choco upgrade pgkname --noop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment