13
3
I am about to reinstall my Windows 10 pc, and would like to use Chocolatey for a lot of applications.
Can I just issue one command to Chocolatey and let it deal with the dependencies and installation order, or is it better to do one application at a time? Could I do a single:
choco install mobaxterm jdk8 intellijidea-community virtualbox vlc ...
or is it better to issue one command at a time?
3While you can certainly do this and it will work fine, the answer about using a packages.config will give you the greatest flexibility. – ferventcoder – 2016-10-07T20:02:21.943