With chocolatey installed, you can for example do the following:
Code: Select all
choco install totalcommander
choco install tcp-shelldetails
Moderators: Hacker, petermad, Stefan2, white
Code: Select all
choco install totalcommander
choco install tcp-shelldetails
Regarding TC, versions are always up to date, the same goes for any other package that is in the core repo. The situation is generally much better then for any other FOSS repositry including mainstream linux ones. You can verify that by looking into the Versions sectiton on each particular package, for example TC:I do not use chocolatey to install application due to outdated version
Yes, because chocolatey is intented for automatic and unattended installations and in majority of cases you don't need to change defaults. This is the same as on linux. However, that said, default install dir can be chanaged one way or another. Regarding TC, there is package param InstallPath. Regarding plugins, the install location can be set with $Env:COMMANDER_PLUGINS_PATH.sometime no way to choose destination folder and update policy
No, this is far from typical usecase. The main purpose of choco packages is to get up and running quickly on new and ad hoc machines. For example, you can install TC along with ~15 plugins and keep them up to date with single command (or automatically) via:Does this script can handle multiple TC installation on the same computer ?
Code: Select all
cinst totalcommander tcp
There is no "update policy". You update manually using cup command (choco update), for example:and update policy.
Code: Select all
cup totalcommander tcp-shelldetails
Code: Select all
cinst tcp-cloud # install latest version
cinst tcp-cloud --version=2.10 --force # it doesn't work, revert to previous one
cuninst tcp-cloud # it still doesn't work, remove it completelly