Tobias Kiertscher

Results 25 comments of Tobias Kiertscher

* Check if installed: `mingw-get list ` parse for `Installed Version` * Install: `mingw-get install -` optional with version or version range * Uninstall: `mingw-get remove `

Version Bounds (for install or upgrade actions): ``` {>|>=|=|

This mechnism needs a fallback strategy for using the last known working version.

First steps in this direction is the PowerShell script `auto\lib\Check-Apps.ps1`. 3ca0183fffc23ff57bec5d946c1569f59a7e4b98 bf08989a8fdbcde7a945325cf55f4c58afe9ccd6 ddba10ec9c291dff02717646e98a1a406f2ebcd9 174bc05534d634d364152ba5ba656039db7326ee

added app/group selection list to the wizzard in 0163ae0a9eecba0c082da659b3e70565014693b8

Currently Git is always pre-selected by `res\apps-activated.template.txt`.

Because the process of defining a Bench app can be a bit complicated for certain software I did not yet write a comprehensive guide on the topic. But it basically...

I am sorry, but Bench is not well suited for odrive, vup, or the android emulator. This is because the whole concept of Bench is _not_ to install apps into...

Alternatives for quickly installing software packages from the command line are at least: * [WinGet](https://learn.microsoft.com/en-us/windows/package-manager/winget/) * [Chocolatey](https://chocolatey.org/) * [Scoop](https://scoop.sh/) The difference to Bench is, that to my knowledge, none of...